资源列表
HopfieldNeuralNetwork_demo
- Hopfield letters recognizer with c# source code
dcmotorACO
- DC motor PID tuning using ACO
tsp_genetic-master
- Travelling salesman problem solved using GA in C++
jack_immune
- Ant colony algorithm source code in matlab
2
- umat for abaqus 2017
Efficient Large Scalce Clustering
- Research paper on cure clustering
DTC_DTC
- 搭建的异步电机直接转矩控制,开关选择表加入了零矢量,磁链效果还可以(Asynchronous machine)
Mathematica常用函数
- mathematica常用函数大全,适合初学者入门使用(There are many mathematica common functions, it's suitable for beginner.)
新建文件夹
- 遗传算法工具箱解决函数最小值问题,简单的滤波器函数构造(Genetic algorithm toolbox to solve the function minimum problem, a simple structure of the filter function)
基于遗传算法的人工势场法
- 将遗传算法与人工势场法结合,通过筛选,确定最佳参数(Combining the genetic algorithm with the artificial potential field method, the optimum parameters are determined by screening.)
PCM
- 文件包含源代码,能够实现pcm编译码,易于大学生对pcm编码的学习(PCM matlab simulation)
dijkstra
- 是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止(It is the shortest path algorithm from one vertex to the other vertices, and the shortest path problem in the directed graph is solved. The main feature of the Dijkstra algorithm