搜索资源列表
clique算法源代码(c语言)
- 数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition
C语言遗传算法程序包
- 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
apriori(c)
- apriori算法c语言版,apriori算法c语言版-algorithm language version algorithm algorithm c language version
解TSP问题的遗传算法C语言程序
- 解TSP问题的遗传算法C语言程序-solution of TSP genetic algorithm C Programming Language
C语言的HMM算法库
- 一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码-one of HMM (HMM) with the C library. Yes Visual C digital image pattern recognition technology and engineering practice supporting source code
c语言实现的遗传算法源程序
- c语言实现的遗传算法源程序,挺不错的
GA遗传算法C语言
- 遗传算法方面比较基础的源代码,有助于初学者加深对算法的理解!
c语言编写的遗传算法程序
- c语言编写的遗传算法程序
15数码问题的3种算法(算法和具体代码)
- 15数码问题的3种算法(算法和具体代码) 解决15数码问题的3种算法,分别是深度,宽度,以及A*算法。c语言编写,VC下都通过运行。,15 digital issues three kinds of algorithm (algorithm and the specific code) to solve the problem of 15 digital three kinds of algorithms, respectively, are the depth, width, and th
GA-1
- 解非线性规划模型的遗传算法,采用visual c++语言编写,结构清晰,明了易懂,注释完整-Genetic Algorithm for nonlinear programming
abc----matlab
- abc人工蜂群算法 c语言编程源码-abc language code
id3
- 可以运行的c++ID3算法,数据挖掘分类算法中的ID3算法C语言代码实现。已经调试。 -Can run c++ ID3 algorithm, data mining classification algorithm ID3 algorithm for C language code to achieve. Have been debugging.
SGAC
- 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
nsga2(c)
- C语言编写的遗传算法NSGA2,可以直接套用函数运算-C language NSGA2 genetic algorithm
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
fft的c语言实现
- 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现,程序完完整性较好~
基于c语言的人工免疫算法的源程序
- 人工遗传算法的C语言代码,可以在C Free 5.0 IDE上测试通过。亲测有效。(artificial immune genetic algorithm)
C语言描述PID算法程序
- C语言实现PID算法的程序代码,简单易懂(Implementation of PID algorithm in C language)
=== 带精英策略的排序蚁群算法(C语言) ===
- 此算法可以很好的帮助使用语言进行开发的人,学习蚁群算法(This algorithm can help people who use language to develop and learn ant colony algorithm.)
nsga2多目标遗传算法C语言
- 程序功能:实现nsga2算法,测试函数为ZDT1,ZDT2,ZDT3,ZDT4,ZDT6,DTLZ1,DTLZ2 说明:遗传算子为二进制竞赛选择,模拟二进制交叉和多项式变异,使用C语言