资源列表
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...
RBFtiduqwww
- *** ***梯度RBF神经网络-*** *** *** *** *** *** *** *** gradient RBF
yi-chuan-suan-fa
- 文件为一个经典的基于MATLAB的遗传算法求解函数极大值的源程序。对于学习matlab编程语言,了解遗传算法的matlab实现方式有很好的帮助作用 -File is a classic genetic algorithm based on MATLAB function maximum of the source. Matlab programming language for learning to understand the genetic algorithm matlab help
PSO_TSP
- 粒子群算法解决TSP问题 PSO算法 非常好用的优化方法-PSO for TSP problem
HoughLine
- 利用OPenCV写的一个hough变换检测直线的程序
UKF_ANNetwork
- UKF神经网络——郑州工学院、兰州大学 UKF神经网络微分方程求解器 2009年6月-UKF neural network
GA-and-matlab
- 本程序为但目标遗传算法源程序,本程序为通用包,可自行修改-This program is objective genetic algorithm source code of the program for general-purpose package, and may modify
duocankaoxinhaonewicar
- 多参考信号的新ICA,处于fastica与ica-r之间的一种新ica方法。-Multi-reference signal, the new ICA, in the fastica of ica-r a new ica method.
8SM2
- 双向广度优先搜索算法法见8SM2.cpp文件,vc6.0环境运行实现-two-way breadth - first search algorithm see 8SM2.cpp France, achieving operating environment vc6.0
mshshb
- 利用神经网络进行字符识别。字符识别时模式识别的一个典型应用。本源码将训练BP神经网络使其能过对26个英文字母进行识别。-The use of neural network character recognition. When character recognition of a typical pattern recognition application. The source will be training BP neural network to enable them to have
UserCF
- 推荐算法,基于用户的协同过滤算法,python 实现,简单快速。-recommend algorithm ,collaborate filter algorithm based on user ,python implement.simply and fast