-
使用 Galib 的遗传算法的例子
SimpleGA 类和 2DBinaryStringGenome 类的示例程序。
此程序会尝试用 1 和 0 的交替填充 2Dgenome。
此示例使用默认交叉 (单点),默认赋值函数
(均匀随机位翻转),和默认初始值设定项 (均匀随机)
2D 的基因组。
请注意这一点交叉不一定是最好的一种交叉的
如果您想要生成一个 "好" 的基因组与这样的目标,,则使用
函数。但它不会工作。
- 2023-03-10 03:10:03下载
- 积分:1
-
部分旋转算法
要解决 N 由 N 线性系统
C
C E1: A(1,1) X(1) + A(1,2) X(2) +......+ A(1,N) X(N) = A(1,N+1)
C E2: A(2,1) X(1) + A(2,2) X(2) +......+ A(2,N) X(N) = A(2,N+1)
C :
C .
C EN: A(N,1) X(1) + A(N,2) X(2) +......+ A(N,N) X(N) = A(N,N+1)
C
C
C 输入: 数目的未知数和方程 N;增广的矩阵
C A=(A(I,J)) 哪里 1 < = I < = N 和 1 < = J < = N + 1。
C
C 输出: 解决方案 X(1),X(2),...,X(N) 或 A 消息,
C 线性系统有没有独特的解决方案。
C
- 2023-07-28 04:30:03下载
- 积分:1
-
蚁群聚类算法在vc中的实现
蚁群算法运用在聚类中,并且用C语言实现,并且会有界面展示蚁群聚类的过程。简单形象易懂
- 2022-01-26 07:59:39下载
- 积分:1
-
BFS 算法
BFS 算法的实现在 c / c + +。我t 也打印派生的最短路径的路径
- 2022-01-25 15:58:02下载
- 积分:1
-
银行家算法
资源描述操作系统避免死锁算法——银行家算法,通过银行家算法思想解决操作系统避免死锁问题,简单、有效、实用,符合问题要求。
- 2022-06-21 10:26:35下载
- 积分:1
-
believe that the process of learning C# has been a long time and just portal GUI...
相信这个程序对已经学习C#很久而刚刚入门图形界面编程的初学者有用,一个用C#做的计算器-believe that the process of learning C# has been a long time and just portal GUI Programming beginners useful, one C# do Calculator
- 2022-02-14 09:58:18下载
- 积分:1
-
巫魔问题求解,只是一个简单的框架,仅仅有一个很简单的算法...
巫魔问题求解,只是一个简单的框架,仅仅有一个很简单的算法-Wumpus problem solving
- 2022-04-10 08:53:37下载
- 积分:1
-
遥感图像分类
资源描述用于遥感图像分类。其输入为几幅遥感图像,使用k-mean聚类方法对图像中的不同地形进行聚类分割,分类分割效果不错哦,,欢迎大家下载,一起进步,一起学习。代码是matlab编写,注释比较清晰,易读。希望对图像分割的同学有帮助。欢迎大家下载,一起进步,一起学习。
- 2022-01-31 08:22:54下载
- 积分:1
-
主要的
列主元法求解高次线性方程-main-element method high linear equations
- 2022-03-23 22:38:38下载
- 积分:1
-
Displays a rotatable and scaleable wire frame of any
3D mathematical function....
Displays a rotatable and scaleable wire frame of any
3D mathematical function. This can be made up from the
normal VB maths plus inverse and hyperbolic functions.
Functions can be created and saved as wanted. Image vertices
can also be saved for use elsewhere.
The MS ScriptControl Eval function simplifies calculations
enormously and its use is demonstrated. Also shown are
MoveToEx, LineTo which are much faster than the VB
equivalents and very easy to use. Included are a set of string
handling subroutines such as count characters, squeeze out
spaces, replace sub-strings etc. Commented throughout
including the 3D maths and perspective methods. All the
files are visible and the program is written for an 800x600
screen.
- 2022-02-02 12:09:47下载
- 积分:1