资源列表
Libsvm289
- 经典svm算法Libsvm的最新版本,供研究使用。-the latest version of Libsvm which is a well-known tool for SVM.
4queen
- 四王后问题求解算法,用递归回溯算法求解。用C#编程,界面显示。-4queen
Aaaaaaa
- A*算法源代码 用于最短路径规划 常用于游戏的编程-A* algorithm source code for shortest path planning commonly used in game programming
GeneticAlgorithms-program
- 用VC++开发的一个遗传算法优化程序,可以求目标函数的最大与最小值,目标函数可以自己改,变量也可以自己改-SGA,Vc++
3-5LDPC
- 3-5循环移位码是LDPC码准循环码中一种典型的构造校验矩阵的方法,较小的(155 64)码通常也是对比测试其他码的性能好坏的重要测试标准,程序详细描述了构造的步骤和方法,结果是采用AList的结果存储方法,译码性能可以由BP迭代译码直接得出-3-5 cyclic shift LDPC codes are quasi-cyclic codes in the code structure of a typical calibration matrix method, the smaller (15
NN_ranseti
- 利用神经网络技术,识别染色体个数及大小,效果明显-Using neural network technology to identify chromosome number and size effect is obvious
CLONOLGbinarycode
- 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several functions built-in, you can observ
sobel_edge_detect
- 该算法主要用于边缘检测,也是一种典型的边缘提取算法,可要下载看看值得借鉴。-edge_check
yichuanC
- 遗传算法编辑的一个类 希望能够对大家有用 -yichuan
shudu
- 数独游戏源代码,可运行界面,供大家学习使用,平时也可以用来娱乐。-Sudoku source code, can run the interface for all to learn how to use, usually can be used for entertainment.
ant
- 旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短-TSP (Travelling Salesman Problem, abbreviated TSP, also known as the traveling salesman problem): with n cities and th
