资源列表
tsp
- 使用遗传算法求解邮递员问题,从而可以同时求得多个最优解
allpass
- 全通滤波器的相位补偿 全通滤波器的相位补偿-All-pass filter phase compensation of the all-pass filter phase compensation of the all-pass filter phase compensation
bpfocast
- 利用bp神经网络编写的双色球预测的程序,希望大家参考-Bp neural network using two color projections prepared by the procedure, I hope your reference
k-means(java)
- k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.
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
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,