-
TSP solve by ACO
// TSP solve by ACO 2013/06/13
#include "stdafx.h"
#include
#include
#include
#include
#define NumCities 42 //共幾座城市
#define NumAnts 20 //螞蟻組數POP,最多就NumCities隻
#define parameter_evaporate 0.5 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-09 23:17:05下载
- 积分:1
-
loki 程序库
loki 程序库-loki library
- 2022-07-26 04:02:17下载
- 积分:1
-
Term solution to the ant colony algorithm for TSP problem, the recommendations l...
用语解决TSP问题的蚁群算法,初学者建议看!-Term solution to the ant colony algorithm for TSP problem, the recommendations look beginners!
- 2023-01-18 20:10:02下载
- 积分:1
-
C++ BP算法源程序.rar
C++ BP算法源程序.rar-C BP algorithm source. Rar
- 2022-10-23 04:25:03下载
- 积分:1
-
24点游戏设计 c++
24点游戏案例设计,c++语音,用于课程设计和教学案例,项目内容包括界面设计、游戏设计、互动反馈。
- 2022-03-31 18:58:06下载
- 积分:1
-
各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。...
各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the main elements of elimination,Jacobi iteration and so on.
- 2023-05-30 03:25:03下载
- 积分:1
-
96位大数运算实现
96位大数运算实现-96 big number operation realizes
- 2023-08-03 08:10:03下载
- 积分:1
-
用opencv实现的图像平滑去噪(领域滤波、中值滤波)
用opencv实现的图像平滑平滑,包含领域滤波和中值滤波,通过程序结果可以看出,对于胡椒盐噪声,中值滤波明显优于领域滤波
- 2022-01-31 16:59:50下载
- 积分:1
-
声卡声压级计算
本算法主要针对声卡的声压进行测量并换算成相应的声压级,如A计权,B计权,可以直接在Matlab中进行调用计算
- 2023-08-22 00:45:04下载
- 积分:1
-
DDR3走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系...
DDR3走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系-DDR3 take detailed rules and precautions come to consider the alignment of equal length, the data line and address lines, control lines the length of the relationship between
- 2022-02-24 15:29:18下载
- 积分:1