资源列表
EightCode
- 利用A*算法实现8数码,其中利用数组来实现节点的存贮-A* algorithm using 8 Digital, which use the array to achieve the storage node
KMEANS
- 数据挖掘中动态聚类的K-means算法,适合研究聚类人员。-Data Mining in the dynamic clustering of K-means algorithm for clustering research staff.
bp
- 一个关于bp算法的程序, 一个关于bp算法的程序,-Bp algorithm on the procedure, one on bp algorithm procedures,
nn
- hopfield neural network
PF_Plot_Result
- 机器人运行轨迹描绘的第二种方法,可以根据数据画出各种运行轨迹-Running robot trajectory described second method, based on the data to draw a variety of running track
PSO1
- 基本pso实现过程!!!!学习pso可以下载-The implementation of the basic PSO! ! ! ! Learning PSO can be downloaded
yichuan
- -- --此遗传算法的源码--- The source of this genetic algorithm
rennianshibie
- 人脸识别因其在安全验证系统、信用卡验证、医学、档案管理、视频会 议、人机交互、系统公安(罪犯识别等)等方面的巨大应用前景而越来越成为 当前模式识别和人工智能领域的一个研究热点。 -Face Recognition in the security of their authentication systems, credit card verification, medical, file management, video conferencing, human-computer i
shortest_shorter
- 经典的最短路与次短路求取算法,以Matlab编写。-Classic shortest path algorithm with the times to strike a short-circuit in order to prepare Matlab.
adapting_GA
- 关于自适应遗传算法的MATLAB程序还附有实验测试结果抓图-On Adaptive Genetic Algorithm MATLAB program also included the experimental test results Grab
dijkstra-java
- Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
dijkstra-c++
- Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 c#实现算法-Dijkstra algorithm is a typical example of the most short-circuit algorithm