资源列表
tuihuosuanfa
- 神经网络(应用模拟退火算法求函数极值问题)-Neural network (the application of simulated annealing algorithm for function extremum problems)
Lable.m
- 找出图像中的连同区域 标注序号 二值图像的连同区域判断-Find the image number, together with the regional dimension with the binary image to determine areas
control1
- 路径追踪控制器,实现目标对象贴近期望轨迹并追踪期望轨迹的控制。-Path tracking controller, to achieve the target object close to the desired trajectory and desired trajectory tracking control.
2
- 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption: fga.m genetic algorithm for the main program binary Gray encoding, roulette wheel method based on linear ranking selection, uniform crossover and mutation operato
BP-algorithm-source-code-of-matlab
- 基于神经网络bp算法的matlab程序源代码-Based on neural network bp algorithm matlab source code
4
- BP神经网络 ,用于遥感卫星图像处理,语音合成等领域-BP neural network for remote sensing satellite image processing, speech synthesis and other fields
bignumberarithmetic
- 一个简单的模拟大数乘法,很实用啊,用c开发,内有详细的注解,可运行,浅显易懂,是一个和好的算法啊-simulation of a simple majority of multiplication, ah very practical, and c development, with detailed footnotes can be run, simple words, and is a good algorithm ah
Dijkstra
- 用Dijkstra法求最短路径,有向图与无向图均可-void ShortestPath_DIJ( Node a ,Status i ,Status v0 ,Status*D ,Status*pre ) { int v,w,j,l=1 Status*final Status min final=(Status*)malloc( sizeof(Status)*i ) for(v=0 v<i v++) { final[v]=FA
The_Eight_Queens_in_java
- This the code for 8 Queen prob in Java-This is the code for 8 Queen prob in Java...
chapter25
- 神经网络变量筛选—基于MIV的神经网络变量筛选-Neural network variable selection- based on neural network variables MAC filtering
PSO_TSP
- 粒子群算法解决TSP问题 PSO算法 非常好用的优化方法-PSO for TSP problem