资源列表
main.c.tar
- 基于反馈的EDF调度算法的仿真及性能测试程序。为原创,希望能收到一些意见。-Feed-back control EDF scheduler implemented on VxWorks kernel. This is original work for a course project. Hope it would be helpful to you guys.
ga-bp
- 遗传算法优化bp 包括讲义 源码 十分有用 适合初学者 希望大家喜欢-Genetic algorithm optimization bp including handouts very useful source for beginners hope you like
Temperature
- Fuzzy logic example that sorts temperatures into fuzzy sets.
SA-c++
- 这个是SA模拟退火求函数极值用c++编译的程序-the simulated annealing SA is seeking function using extreme procedures c compiler
PSO
- 微粒群优化算法的源代码,入门学习。推荐下载,超级经典。-the code of PSO
Ant-Colony-Optimization-for-TSP
- 本资源为自己编写的蚁群算法求解TSP问题和Matlab程序,共大家共同学习和研究。-This resource is to write your own ant colony algorithm for TSP and Matlab programs were common learning and research.
KMEANS
- KMEANS聚类算法实现程序,程序分为两个部分,包括数据和KMEANS聚类算法实现程序,并有详细的注释.
PSO
- 一个pso程序的源代码。在vc.net2003下面通过。-A pso program source code. The vc.net2003 passed below.
TSP
- 功能描述:本程序实现找TSP问题的精确最优解-Function Descr iption: The Program for the problem to find the exact optimal solution of TSP
bayes_numeric
- 利用matlab实现的数值型贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-Using matlab to achieve numerical Bayesian classifier source code can be used to classification or identification, it is worthy of collection
geneticalgorithm
- 通信建模领域的遗传算法。本算法提供14个参数可供修改验证。每个参数都有具体英文解释,对于通信建模的初步认识有很大的帮助。-Modeling the field of communications genetic algorithm. This algorithm can be modified to provide 14 parameter validation. Each parameter has a specific interpretation in English, for an in
tabusearch-TSP
- 用禁忌搜索算法求解tsp。。。matlab写之,很有意义