资源列表
tsp
- 使用遗传算法求解邮递员问题,从而可以同时求得多个最优解
BP
- c语言实现的BP神经网络,能够以任意精度拟合一个函数-c language to achieve the BP neural network, able to fit a function of arbitrary precision
LEACHF
- LEACH协议的数据融合计算仿真,代码简单 通俗易懂- LEACH protocol data fusion computer simulation, the code is simple easy to understand
normal
- simulating normal distribution and some thing more
singly
- singally linked list in c
monituihuo
- 经典的模拟退火程序,解决TSP问题,对于了解模拟退火算法的流程和参数控制十分有帮助。-typical SA program solving TSP problem.
ga
- 用遗传算法解决无功优化问题的MATLAB源程序-Using genetic algorithms to solve reactive power optimization MATLAB source
NNBP1
- 人工神经网络bp算法的c语言的简单实现,有待进一步完善-artificial neural network algorithm bp c simple language to achieve, need to be further improved
AI_BP
- 用C语言实现人工神经网络。用BP神经网络拟合函数,对神经网络进行训练-C language implementation of artificial neural networks. BP neural network fitting function of neural network training
cvhjj
- 该文侧重以A IS 的基本原理框架为线索, 对其 研究状况加以系统综述.-D raw ing in sp irat ion f rom the verteb rate imm une system , a new research f ield of A rt i2 f icial Imm une System (A IS) is sp ringing up.
max485
- 实现简单的智能车操控,操控单项异步电机的程序语言。-Simple intelligent vehicle handling, handling individual asynchronous motor programming language
tsp_logaritmik
- Solving traveling salesman problem using hopfield neural network aproach. Iteration stop when network reach stable state. In here stable state represents as diff between current energy and previous one, which less than 0.0000001. Code in matlab,