-
蚁群算法中有关算法参数的最优选择对蚁群算法的具体参数的选择,达到快的收敛速度和好的仿真效果...
蚁群算法中有关算法参数的最优选择对蚁群算法的具体参数的选择,达到快的收敛速度和好的仿真效果-Ant colony algorithm parameters relating to the optimal algorithm of ant colony algorithm to choose the specific choice of parameters to achieve faster convergence speed and a good simulation of the effect of
- 2022-03-21 18:13:58下载
- 积分:1
-
acm.zju.edu.cn第1074,1005,1010题
acm.zju.edu.cn第1074,1005,1010题-acm.zju.edu.cn that section 1074,1005,
- 2022-11-03 15:05:03下载
- 积分:1
-
3D Math Primer for Graphics and Game Development
3D Math Primer for Graphics and Game Development
- 2022-06-02 08:02:48下载
- 积分:1
-
差分进化算法的源代码,编码简单,可读性强,与约。
差分进化算法的源代码,编码简单可读,可以直接编译执行-Differential evolution algorithm source code, coding simple and readable, and can directly compile the implementation of
- 2023-08-27 22:40:04下载
- 积分:1
-
一个计算拉个朗日插值很好的程序,绝对正确无误。
一个计算拉个朗日插值很好的程序,绝对正确无误。-A calculation of long pull on a good interpolation procedure, is absolutely correct.
- 2022-04-30 12:50:43下载
- 积分:1
-
SMO算法的c语言代码
这是一份用C语言实现的SMO算法代码,代码十分简练、清晰,适合学习和进一步开发,为了便于更好的理解代码,阅读前请先了解关于SMO的理论知识。
- 2022-02-04 21:22:20下载
- 积分:1
-
这是一个随机生成小学加减法的程序
应用背景随机生成指定参与运算因子数和题数的小学加减法练习题。参与运算的因子和顺序运算过程中的结果以及最终结果均小于或等于20.适合小学一年级及以下。关键技术void _tmain(int argc, _TCHAR* argv[]){
srand(time(0));
int m, n; b = rand() % 20 + 1;
std::cin >> m >> n; //输入因子数和题数
for (int i = 0; i < n; b = rand() % 20, std::cout
- 2022-06-02 01:45:26下载
- 积分:1
-
program sudoku
我问这个问题是为了确定哪种内存分配算法在性能关键型应用程序(如游戏引擎或嵌入式应用程序)中提供更好的结果。结果实际上取决于记忆碎片的百分比和记忆请求的时间决定性。
- 2023-01-16 03:45:04下载
- 积分:1
-
经典的0
经典的0-1背包问题.-classical 0-1 knapsack problem.
- 2022-12-09 04:10:02下载
- 积分:1
-
交易算法函数
Floyed算法void floyed(void)// a[i][j]表示结点i到结点j的最短路径长度,初始时值为的权值。{for(int k=1;k
- 2022-07-03 01:13:01下载
- 积分:1