-
遗传算法优化
资源描述
多种群遗传算法,包括移民算子,人工选择算子,目标函数,标准遗传算法和多种群遗传算法的主函数,适合于群体智能算法的初学者,是经典的算法案例。
- 2022-01-31 00:46:50下载
- 积分:1
-
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解...
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
- 2022-03-19 11:41:21下载
- 积分:1
-
C_algorithm2nd.pdf C语言的算法合集 欢迎下载ginger547的算法系列资料...
C_algorithm2nd.pdf C语言的算法合集 欢迎下载ginger547的算法系列资料-C_algorithm2nd.pdf C language algorithms Collection ginger547 welcome to download the information algorithm Series
- 2023-03-18 03:05:07下载
- 积分:1
-
JAVA棒状排序实现
用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示
- 2022-05-17 05:25:30下载
- 积分:1
-
基本排序算法比较与选择
基本排序算法比较与选择-Comparison of the basic sorting algorithm to choose
- 2022-02-20 06:57:28下载
- 积分:1
-
a cantilever calculated by FEM vc source, including post
一个计算悬臂梁的有限元vc源码,包括变形后处理显示-a cantilever calculated by FEM vc source, including post-treatment showed deformation
- 2022-02-01 02:41:09下载
- 积分:1
-
目的是把左边的所有盘子移到右边的杆子上。一次只能移动一个盘子,你可以使用中间的杆子作为临时存放盘子的地方。小盘子必须放在大盘子之上。问题看似不难。的确,如果盘子...
目的是把左边的所有盘子移到右边的杆子上。一次只能移动一个盘子,你可以使用中间的杆子作为临时存放盘子的地方。小盘子必须放在大盘子之上。问题看似不难。的确,如果盘子只有两三个,是很容易解决的。但是随着盘子数目的增加,问题就变得非常难解了。
-purpose is to the left of all the dishes moved to the right side of the pole. Only a mobile one tray, you can use the middle of the pole plate as a temporary storage place. Small plates must be placed on the platter on top. It may seem it is not difficult. Indeed, if the plate is only 23, it"s very easy to solve. But with the increase in the number of dishes, the problem has become a very difficult.
- 2022-01-31 01:19:13下载
- 积分:1
-
这是最完整的共轭梯度算法的C++程序。
这个是网上的最全的关于共轭梯度法的c++程序。-This is the most complete line on the conjugate gradient method c++ Procedures.
- 2022-05-12 16:12:12下载
- 积分:1
-
C++动态规划的算法例子,找零钱的经典问题编程
C++动态规划的算法例子,找零钱的经典问题编程-C++ Dynamic programming algorithm for example, to find the classic problem of small change programming
- 2023-05-04 21:50:03下载
- 积分:1
-
基数排序
资源描述在本资源中提供了基数排序的实现源码,并附有相应的注释,在vs2012中可以成功编译运行。
- 2023-08-27 19:30:03下载
- 积分:1