-
- 2022-08-24 00:44:47下载
- 积分:1
-
连数据库,输入用户名和密码后如何跳转到主窗口
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
-
pi的1万位算法
pi的1万位算法-the 10,000 Algorithm
- 2022-04-28 12:04:32下载
- 积分:1
-
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量...
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量-Calculation of the spacecraft relative position vector of the station unit vector in the equatorial coordinate system of the three subscales
- 2022-12-13 04:10:03下载
- 积分:1
-
包括了数学数值计算中重要的算法实现,基于类的思想便于调用参考。...
包括了数学数值计算中重要的算法实现,基于类的思想便于调用参考。-Includes the numerical calculation of the important mathematical algorithm, based on the type of thinking of easy reference call.
- 2022-03-19 01:58:32下载
- 积分:1
-
W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。...
W.B.Gragg改进的解微分方程组的解法,为改进中点法,并给出解一个方程组得例子。-WBGragg solution to improve the solution of differential equations, in order to improve the mid-point of law, and gives a solution of an equation example.
- 2023-03-15 11:30:03下载
- 积分:1
-
This is on the Support Vector Machine Toolbox. Inside, including many current po...
这是关于支持向量机的工具箱。里面包括很多目前比较流行的工具箱的源代码文件-This is on the Support Vector Machine Toolbox. Inside, including many current popular toolbox source code files
- 2023-09-04 16:35:04下载
- 积分:1
-
单一的
用单链表编写一元多项式的乘法算法-single-chain preparation of a polynomial multiplication algorithm
- 2022-10-22 17:55:03下载
- 积分:1
-
用全选主元高斯
用全选主元高斯-约当消去发求解系数矩阵为稀疏矩阵的方程组-Select All PCA with Gaussian- about when fat elimination for solving sparse matrix for the coefficient matrix of equations
- 2022-11-25 19:35:03下载
- 积分:1
-
自适应粒子群优化算法
应用背景粒子群算法的一个基本变量是有一个群体(称为群)的候选解(称为粒子)。这些粒子在周围移动搜索空间根据几个简单的公式。的运动粒子是由自己的最著名的位置在搜索空间,以及整个群的最佳已知位置。什么时候改进的位置被发现,这些都将引导群的运动。这个过程是重复的,并且通过这样做希望,但不能保证,一个令人满意的解决方案最终被发现。关键技术对于每一个粒子,我和1,和…:初始化一个均匀分布的随机矢量粒子的位置:西 ;~ ;U(BLO, ;B),在血和丁丙诺啡是上下搜索空间的界限。初始化粒子的最好的已知位置的初始位置:←PI ; ;西如果(F(PI)& lt;F(G))更新群最著名的位置:G← ; ;PI初始化粒子的速度:~ VI ; ;U(- | BUP BLO |, ;| BUP BLO |)直到一个终止准则(如迭代次数执行,或有足够的目标函数值的解决方案重复发现):对于每一个粒子,我和1,和…:对于每一个维度,= 1,和…:取随机数:RP、RG ~ U(0,1)更新粒子的速度:VI,←D ; ;ωVI,D +φP RP(PI,密苏里D-XI,D)+φG RG(GD西,D)更新粒子的位置:西 ;← ;西+ VI如果(西)和(西):更新粒子的位置:最著名的←PI ; ;西如果(F(PI)& lt;F(G))更新群最著名的位置:G← ; ;PI现在克拥有最佳找到解决方案。
- 2022-04-17 20:19:47下载
- 积分:1