搜索资源列表
C语言遗传算法程序包
- 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
SMOLearn
- 同样经典的由PLATT提出的SMO学习算法.C++语言实现.好用呢-same classic by the SMO PLATT learning algorithm. C language. Easy?
75448147apriori(c)
- 用C语言实现的数据挖掘经典算法Apriori,请各位大大批评指正!-C language data mining algorithms classic Apriori, please greatly criticized correct!
JM98B
- 经典\"模拟退火算法\" 解决“推销员问题”的实例 对数模和组合优化问题很有帮助 简单易懂的C语言编程和详细的注释,容易推广到其他语言
galib245.tar
- 非常经典的遗传算法工具包,C语言版本的。包括各种常用算法-very classic genetic algorithm tool kit version of the C language. Including common algorithms
TSP
- C语言,遗传算法求解TSP旅行商问题.遗传算法实例,tsp经典求解-Tsp problem use genetic algorithm 。it is about ai
AdaBoost
- 采用C语言实现的Adaboost算法,一个很经典的分类器算法-Using C language of the Adaboost algorithm, a classic Classifier
knn-cv-1-Source.tar
- KNN算法,用c++ 语言实现的算法,非常的经典-KNN algorithm for C plus plus,this a good algorithm
SGA
- 经典的GA遗传算法程序,C语言写的,很有参考价值的-The classic genetic algorithm GA process, C language written in a good reference! !
yerenguohe
- 人工智能中经典算法野人过河的问题C语言实现-Classic algorithms in Artificial Intelligence Savage C language implementation issues across the river
PSOS_exe
- 粒子群优化算法,采用c语言实现,测试均采用经典函数。-Particle swarm optimization algorithm, using c language implementation, testing, adopt the classic function.
VCrbf
- C语言程序包,适合初学者的学习,包括神经网络的经典算法的实现,希望对大家有用-C language package for beginners of learning, including neural network implementation of classical algorithms, we want to be useful
back-pack
- 用C语言来解决遗传算法的经典问题——背包问题。-Using C language to solve the classic problem of genetic algorithms- Knapsack Problem.
EC1
- 基于遗传算法的函数优化 用遗传算法求解经典函数的最大/小值 C语言实验-Function optimization based on genetic algorithm
pid
- PID经典实用的C语言算法可用于了解学习-PID classic and practical C language algorithms can be used to understand learning
K-means
- 模式识别中聚类分析经典算法,K-均值算法,C语言编写,可以读入文件,处理任意维数和任意个数的特征向量,附有测试数据。-The classic pattern recognition, cluster analysis algorithm, the K-means algorithm, written in C language, can read the file, handle any number of dimensions and any number of feature vectors
Algorithm-ConlaExeAns
- 算法竞赛入门经典完整版的课后习题答案,目前最完整的一版了,配合算法竞赛入门经典来用会更好,本书用c语言实现-The algorithm contest entry classic full version Homework answers the most complete version to use will be better with the the algorithm contest entry classic book c language
走迷宫问题
- 本程序是用C语言写的迷宫问题,其中很多算法都是很经典的,初学者可以好好学习下回溯算法的应用,很实用的,对于此类问题能有一个很好的模板作用。
Puzzle
- C语言实现八数码问题,使用高效算法,人工智能经典入门问题-C language implementation of the eight digital problem, the use of efficient algorithms, artificial intelligence problems classic entry
BreathFirst
- 人工智能经典问题——八数码问题的宽度优先算法C语言代码-breath first searching algorithm for 8-digits problem in artificial intelligence