-
ZIP解压源程序 VC++编写 Borland C++buider 环境下通过
ZIP解压源程序 VC++编写 Borland C++buider 环境下通过-source VC extracting ZIP prepared Borland C environment through buider
- 2022-01-31 04:10:24下载
- 积分:1
-
算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法...
算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
- 2022-03-01 08:20:07下载
- 积分:1
-
C++拉格朗日插值
vc6.0运行 ,关于拉格朗日插值的实现,原创可行,计算方法课老师留的题目
- 2022-11-22 09:20:03下载
- 积分:1
-
Simulation of Ant Colony Algorithm for Routing in the Internet, given normal cir...
蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal path selection and update the realization of simulation results can provide visualization of the process simulation
- 2022-05-16 14:04:48下载
- 积分:1
-
决策树算法的实现。对于初学算法的人有一定的帮助。
决策树算法的实现。对于初学算法的人有一定的帮助。-Decision tree algorithm. Algorithm for beginners who have some help.
- 2022-02-15 19:48:00下载
- 积分:1
-
水平集的MATLAB代码
level set matlab code
- 2022-03-10 03:36:11下载
- 积分:1
-
计算FFT的任何序列及其C语言写的
Calculates the FFT of any sequence and its written in C language
- 2023-06-26 22:00:03下载
- 积分:1
-
二叉树的C + + 实现
数据结构中的二叉树的C + + 实现,含有多种函数的实现
- 2022-05-07 13:33:11下载
- 积分:1
-
贪吃蛇matlab程序
用matlab描写贪吃蛇的程序,简单易学,可以在此基础上,丰富贪吃蛇的长度,在转弯处还可以做文章
- 2022-01-23 10:31:35下载
- 积分: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