搜索资源列表
-
0下载:
详细给出floyd、dijkstra算法,并给出具体例子以及如何看运行结果。所有程序均通过真实测试。,Details are given floyd, dijkstra algorithm, and gives specific examples and how to look at the results. Through all the procedures are the real test.
-
-
6下载:
最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。
Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。
-The Dijkstra shortest path algorithm for the proce
-
-
2下载:
Dijkstra最短路算法 .详细中文注释.-Dijkstra shortest path algorithm. Detailed English Notes.
-
-
0下载:
一种快速求得最短路径的经典算法,可以在运筹规划或在统筹安排中使用-Express obtained a classic shortest path algorithm, can be planned or in operation in co-ordinating arrangements for the use of
-
-
1下载:
公共交通最佳路径算法在分析城市道路网络最短路径算法 SP算法 和公交网络的特点的基础上,提出公共交通系
( ) ( )
统最佳路径算法.首先引入直达矩阵 T矩阵 和最小换乘矩阵 Q 矩阵 ,讨论公交网络节点间换乘
问题,得出最少换乘算法.利用 Q 矩阵确定节点间最少换乘次数,评价公交网络方便可达性.其次
( )
结合最少换乘算法,对最短路径算法 Dijkstra 算法 进行改进.在标号过程中,利用 Q 矩阵对待检验
T标号点进行筛选,减少 T 标号计算量,得到一条综合考虑
-
-
0下载:
dijkstra算法解决路径规划问题,求解任意两点之间的最小距离-Dijkstra s Shortest Path Algorithm
calculates the shortest path and distance between two nodes on a map
-
-
0下载:
包含了Floyd算法、dijkstra算法、贪婪算法、遗传算法、搜索算法、蚁群算法、哈密顿环路的matlab源程序及相关说明。-Floyd algorithm is included, dijkstra algorithm, greedy algorithm, genetic algorithm, search algorithm, ant colony algorithm, Hamiltonian loop matlab source code and instructions.
-
-
2下载:
Dijkstra算法(最短路径法)的matlab应用程序-Dijkstra algorithm (shortest path method) of matlab applications
-
-
0下载:
使用Matlab编写的一个dijkstra算法,非常的实际好用-Written using Matlab a dijkstra algorithm, a very practical easy to use
-
-
0下载:
General Dijkstra algorithm procedures label通用的Dijkstra标号算法程序-General Dijkstra algorithm procedures label
-
-
0下载:
Shortest Path using Dijkstra algorithm
-
-
0下载:
迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra algorithm is a Dutch computer scientist Dijkstra proposed in 1959, the so called Dijkstra algorithm. From one vertex to each
-
-
0下载:
迪杰斯特拉算法求最短路径距离,可用于流形测地距离计算中。(Dijkstra algorithm for the shortest path distance, can be used for manifold geodesic distance calculation.)
-
-
0下载:
最短路径dijkstra算法的MATLAB实现(MATLAB implementation of the shortest path Dijkstra algorithm)
-
-
0下载:
dijkstra Algorithm which has been downloaded before. Hope it could be useful for the other person.
-
-
0下载:
Dijkstra算法求任意两点间最短路径(Dijkstra algorithm to find the shortest path between any two points)
-
-
1下载:
改进版的迪杰斯特拉算法,主要用于路径规划,效果良好(Improved version of the Dijkstra algorithm, mainly for path planning, the effect is good)
-
-
0下载:
迪杰斯特拉算法是由荷兰计算机科学家狄克斯特拉于1959 年提出的,因此又叫狄克斯特拉算法。是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。(Dijkstra algorithm was proposed by Dijkstra, a computer scientist in Holland in 1959, so it is also called Dijkstra algorithm. Is the
-
-
0下载:
移动机器人的最优路径规划 Dijkstra 算法程序代码 路径规划程序(path planning
Optimal path planning of mobile robot Dijkstra algorithm code path planning program)
-
-
0下载:
dijkstra算法,最基础简单方便易学!(A very fundamental and easy version of Dijkstra algorithm! Hope everyone can start at this point!)
-