-
八皇后完全代码!显示图像
八皇后完全代码!显示图像- Eight empresses complete codes! Demonstrates the picture
- 2022-07-28 13:14:38下载
- 积分:1
-
3D Math Primer for Graphics and Game Development
3D Math Primer for Graphics and Game Development
- 2022-06-02 08:02:48下载
- 积分:1
-
c++ 模拟退火算法
应用背景
智能算法是一类解决优化问题的算法,是为了解决NP 难题而兴起的一类算法。主要用于优化调度,路径选择等。算法不太成熟,仅供参考学习,如有不妥之处,请大家联系我,一起学习进步,改进。
关键技术模拟退火是模拟大自然中的火渐渐降温以至熄灭的过程,降温过程是整个代码的核心,同时,业界降温的方法也是各不相同的。降温的快慢直接决定结果的准确度。模拟退火算法不是确定性算法,接触的结果不是精确解而是近似解。
- 2022-03-06 12:22:08下载
- 积分:1
-
线性规划模型与整数规划
线性规划模型与整数规划
线性规划模型与整数规划
线性规划模型与整数规划-Linear programming model with integer programming linear programming model with integer programming
- 2022-05-16 10:11:30下载
- 积分:1
-
禁忌搜索算法
本算法通俗易懂,对于初学者比较有益,特别是对学C语言或者c++的同学,对于刚刚接触禁忌搜索算法的,可以先看看本算法,对于启发式算法,禁忌搜索是其中最重要的一种,但是其缺点是局部最优,可以结合遗传算法来解决这一问题。
- 2022-12-03 15:50:03下载
- 积分:1
-
Visual C++常微分方程解法(转载)
Visual C++常微分方程解法(转载)-Visual C Ordinary Differential Equations Solution (reproduced)
- 2022-02-04 07:31:54下载
- 积分:1
-
广义矩阵求逆相关资料,矩阵运算,矩阵概念。
广义矩阵求逆相关资料,矩阵运算,矩阵概念。-Generalized information matrix inversion, matrix operations, matrix concept.
- 2023-08-16 19:50:03下载
- 积分:1
-
SystemC语言编写的随机数产生器,SystemC是C++语言的一个超集
SystemC语言编写的随机数产生器,SystemC是C++语言的一个超集-SystemC language random number generator, SystemC is C++ A superset of the language
- 2022-01-30 16:41:42下载
- 积分:1
-
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区...
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;-C language does four colors confirm 1. demands analyses
question description: Had proven may use not to be many to 4 kind of
colors to n region coloration, but satisfies the neighboring region to
have the different color input form: Establishes provisionally more
than 50 regions, if must prove more regions, revise#define S 50 then;
Region number (value scope 1-32767) the user needs to prove which by
the reshaping form input, unites a pair of matrix; Output form: By 0
and 1 output incidence matrixs, with form outputs the color by blue
yellow orange the pink which each region corresponds proves;
- 2022-10-20 02:35:04下载
- 积分:1
-
光谱的对齐方式
光谱对准算法是计算稀疏分布谱的帧质量范围。
- 2022-03-06 06:08:20下载
- 积分:1