资源列表
聚类程序
- 图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
GIS控件
- 很管用的GIS控件,对于进行GIS开发的人员很有帮助,第一次发请多关照-very effective GIS component for GIS development for the staff helpful, first made news conference for the
cfastica
- Fast ICA,一种ICA的快速算法,有完整的论文(两种格式,pdf和ps的)-Fast ICA, the ICA a fast algorithm, a complete paper (both formats, pdf and ps)
模糊逻辑c语言自动生成器
- 模糊控制器设计,可以设计输入、输出函数及生成模糊控制所需的 C 源代码-fuzzy controller design, design input and output functions and fuzzy control needed to generate the C source code
粒子群优化算法介绍
- 粒子群优化算法介绍,PSO(Particle Swarm Optimization)-PSO algorithm, the PSO (Particle Swarm Optimization)
蚂蚁算法求解TSP的源代码
- 基于C++开发的蚂蚁算法求解TSP的源程序。这种代码不多见哦,还不快下载。-C development based on the ant algorithm for TSP of the source. This code rare Oh, not faster download.
自适应(Adaptive)神经网络源程序
- 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring different adaptation algorithms.~..~ There are 11 blocks that implement basically these 5 kinds of
PSONet
- 应用PSO训练神经网络Visual C++ 训练结果优于BP,该方法用于模式识别、知识挖掘等-PSO application for training the neural network training Visual C BP superior results, the method for pattern recognition, knowledge mining, etc.
模拟退火c++的算法程序
- 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
modfiyga
- 改进的遗传算法源程序,结合遗传算法的全局寻优能力和POWELL的局部优化,是寻优速度加快-improved genetic algorithm source, combining genetic algorithm optimization of the overall situation and the local optimization POWELL, optimizing speed
yi_chuan_suan_fa
- 遗传算法的小程序,解决jobshop问题的-The little procedure of the genetic algorithm, ones that solves jobshop problem
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algo