资源列表
pca
- pca人脸识别This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fil
createDistMat
- PCA人脸识别 This package implements basic Principal Component Analysis in Matlab and tests is with grayscale portion of the FERET database. Images are not preprocessed and it is up to the user to preprocess the images as wanted, not changing the fi
migong
- 我学习C语言时的课题之一,实现 迷宫系统
ffreescale
- 智能车光电传感器布局对路径识别的影.pdf
2405Genetic
- 用遗传算法求借最短路径的程序,是我找了很多地方才等到的
IGA_cross
- 我自己编的免疫遗传算法,可用性很强,改一下参数模块名就可以了
IGA
- 一个比较好的免疫遗传算法程序。有各个模块的详细算法。改参素后可用
simplegeneticalgorithmimplementation
- 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
ga
- 用GA求函数的极小值群体大小为15,交叉概率为0.8, 变异概率取0.01
mycode
- 用模拟退火方法解决3SAT问题,里面的3sat.c就是源程序
ga_auto
- 基于基本遗传算法的自适应遗传优化算法函数最优化
heapsort_improvment
- 完成堆排序的改进算法,是根据《软件学报》中的堆排序的顾、诸排序。