-
PL
PL
- 2022-06-03 08:23:47下载
- 积分:1
-
maze problems every step of the output change a chessboard with the recursive so...
迷宫问题输出每一步的棋盘变化 第一个用递归解决的问题-maze problems every step of the output change a chessboard with the recursive solution
- 2022-03-20 09:48:39下载
- 积分:1
-
C课程设计
#include
#include
#include
#define LEN sizeof(struct stu)
struct stu
{
long num;
char name[20];
char sex[10];
float China;
float Math;
float English;
float add_score;
float ave;
struct stu *next;
};
- 2023-08-09 22:55:02下载
- 积分:1
-
acm.zju.edu.cn第1234题(动态规划)
acm.zju.edu.cn第1234题(动态规划)-acm.zju.edu.cn that resolution 1234 (dynamic programming)
- 2022-07-12 17:46:54下载
- 积分:1
-
tj大学研究生课程中有关最优控制的课件和例子
tj大学研究生课程中有关最优控制的课件和例子- optimal control
- 2022-06-30 11:26:22下载
- 积分:1
-
6元+ +下的元胞自动机生成程序,很难
vc++6.0下的元胞自动机生成程序,好不容易找到的哦,非常好用!-vc++6.0 under the cellular automaton generating program, hard-won Oh, very easy to use!
- 2023-08-26 02:15:04下载
- 积分:1
-
Several commonly used optimization algorithm of C procedures and MATLAB code, DF...
几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。-Several commonly used optimization algorithm of C procedures and MATLAB code, DFP variable metric method procedures, Powell method procedures, golden section method procedures, advance and retreat method procedures, outside the points penalty function method procedures.
- 2022-03-25 01:09:34下载
- 积分:1
-
牛顿下山法
牛顿下山法-Newton downhill method
- 2023-03-14 00:50:04下载
- 积分:1
-
VB写的增量式PID算法源码,实现了模拟量连续数字输出,和开关量输出
VB写的增量式PID算法源码,实现了模拟量连续数字输出,和开关量输出自己原创,根据西门子200PLC的公式写出来的
- 2023-08-04 13:05:03下载
- 积分:1
-
Prim算法
资源描述很简单的代码做了Prim算法。它没有超过200条线。你可以在代码中编辑变量。
- 2022-02-10 08:00:42下载
- 积分:1