-
差分演化 通用版 修改下就可以用,有很多例子
资源描述差分演化 通用版 修改下就可以用,有很多例子
- 2022-04-08 23:39:53下载
- 积分:1
-
Insertion sort
insertion_sort.cpp
#include
#include
#include
#define N 5000
int insertion_sort( int data_insert[] );
void creat_file( char *file_name, int data_file[] );
int main(int argc, char *argv[]){
int data[N];
creat_file( argv[1], data );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 04:13:51下载
- 积分:1
-
CLM集合卡曼滤波数据同化算法,是转的别人的一个程序,很好的程序。做同化的同仁可以...
CLM集合卡曼滤波数据同化算法,是转的别人的一个程序,很好的程序。做同化的同仁可以-Application of the case, a Chinese-based RC500 chip LCD attendance control procedures, and RS232 computer interface, the program is characterized by all the attendance data is stored in the computer, read and returned to the CPU to deal with liquid crystal display.
- 2022-10-21 09:05:06下载
- 积分:1
-
关于C语言结构体的应用
关于C语言结构体的应用-on the C language structure of the application
- 2022-10-18 04:45:03下载
- 积分:1
-
96%的中国大学生数学建模竞赛中的一个主题:F
%96年中国大学生数学建模竞赛A题:捕鱼-96% of university students in China Mathematical Contest in Modeling A theme : fishing
- 2022-03-03 08:18:13下载
- 积分:1
-
LU分解法,数值分析最基本的!
LU分解法,数值分析最基本的!-LU decomposition, the most basic numerical analysis!
- 2022-01-26 02:32:30下载
- 积分:1
-
快速查找:应用递归排序的例子
快速查找:应用递归排序的例子- Quick look: Application recursion arrangement example
- 2023-09-01 01:40:03下载
- 积分:1
-
Apriori及FP-growth源程序及输出
不但要输出频繁模式,还要输出频繁模式的支持度(绝对值,即支持度计数)输出文件中每行格式如下:abc: 1000表示输出模式为abc,其支持度为1000
- 2023-04-05 04:55:03下载
- 积分:1
-
最优潮流计算程序(使用电力系统专业,属于非线性规划问题)....
最优潮流计算程序(使用电力系统专业,属于非线性规划问题).-optimal power flow calculation procedure (using power systems professional, is Nonlinear Programming).
- 2022-04-30 05:41:37下载
- 积分:1
-
two polynomial is the Euclid algorithm, namely polynomial for the two majors.
就是两个多项式的欧几里得算法,即求两个多项式的最大公约数。-two polynomial is the Euclid algorithm, namely polynomial for the two majors.
- 2022-12-24 12:30:04下载
- 积分:1