-
连数据库,输入用户名和密码后如何跳转到主窗口
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
public class Login extends JFrame implements ActionListener {
private JLabel lbId, lbPass;
private JTextField txtId, txtPass;
private JButton btLogin, btExit;
private Connection datacon = null;//连接对象
private PreparedStatement pstat = null;//命令对象
private ResultSet rs = null;//结果
- 2022-02-05 20:26:14下载
- 积分:1
-
这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。...
这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。-tacticians on the simplex method source code, the use of this method is a two-stage method.
- 2022-05-23 17:42:09下载
- 积分:1
-
SPH method used to prepare the shock tube procedures, the development of the lan...
用SPH方法编写的激波管程序,开发语言C-SPH method used to prepare the shock tube procedures, the development of the language C
- 2023-07-18 05:15:03下载
- 积分:1
-
pure aloha 和slotted aloha matlab代码
pure aloha 和slotted aloha算法的 matlab代码。结果显示了两种算法吞吐量的对比,通过修改标签数也可以得出吞吐量的变化值。
- 2022-08-22 15:08:56下载
- 积分:1
-
矩阵相乘(C实现)
将矩阵视为一维数组,利用struct来存储指向矩阵内容的指针、行数和列数,并且给予内存空间回收机制,即便是做了很多次矩阵相乘也不会导致内存浪费。
如果有必要最大限度的提高运算速率,请将循环自变量调整为register
- 2022-12-10 00:15:03下载
- 积分:1
-
tacticians of the commonly used algorithms
运筹学中常用到的算法-tacticians of the commonly used algorithms
- 2022-08-06 05:43:23下载
- 积分:1
-
直方图分析
图像的直方图直方图是分布的数据的图形表示。它是一个连续的变量的概率分布的估计,最初是由卡尔 · 皮尔森。[1] 的直方图是列表的频率,示相邻矩形,竖立在离散的时间间隔 (箱子),面积的观测频率成正比的间隔中的表示形式。矩形的高度也是相等的时间间隔,即频率间隔的宽度除以频率密度。直方图的总面积等于数据的数量。
- 2022-04-18 14:57:13下载
- 积分:1
-
这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。...
这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
- 2022-04-18 01:32:13下载
- 积分:1
-
循环冗余校验码(CRC)
CRC校验码算法:
例子:
code: 123456789
0xBB3D [47933] CRC-16
0x4B37 [19255] CRC-16 (Modbus)
0x56A6 [22182] CRC-16 (Sick)
0x31C3 [12739] CRCccitt XModem
0x29B1 [10673] CRCccitt 0xFFFF
0xE5CC [58828] CRCccitt 0x1D0F
0x8921 [35105]
- 2022-02-15 20:45:02下载
- 积分:1
-
FPGA-Quartus-Verilog HDL-新手练习必备代码
资源描述运用Verilog HDL语言编写的一些小程序代码,诸如位选择器、可变频率、流水灯、计数器等。
- 2022-12-02 12:45:03下载
- 积分:1