搜索资源列表
SHORTEST-PATHS
- 单源点最短路径算法的设计与实现 算法 SHORTEST-PATHS求出了v0至其它各结点的最短路径,但是没有给出这些最短路径。补充该算法,使新算法在找出这些最短路径长度的同时,也能求出路径上的结点序列。-single source shortest path algorithm design and implementation of the algorithm SHORTEST - PATHS calculated the projectile to other nodes in the
Dijkstra
- Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int
2
- 一个迷宫,n*n的形式,分东南西北四个方向可走,求找到它的最短路径-A labyrinth, n* n form, points in four directions can go in, the shortest path to find it
dao-you-xi-tong
- 设计连云港市导游系统。以图中顶点表示各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。 为来访客人提供图中任意景点相关信息的查询。 为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。 提供图中任意景点查询,即求任意两点间的所有路径。 导游图的景点和道路的修改扩充功能。 -Lianyungang City guide system design. To vertices that the attractions
Dijkstra
- 这是一个C++编的Dijkstra算法,用于离散数学中求最短路径的问题。-This is a C++ compiled Dijkstra algorithm for shortest path problems in discrete mathematics.
MATLAB
- MATLAB的实际应用,求最短路径,配有实际的程序-The practical application of MATLAB, the shortest path with the actual program
floyd
- 此源码是算法floyd算法的实现,里面有我自己详细解说的几个重点,对于学习图论很有帮助,用于求任意两点间最短路径和路径长度-This source is the realization of the algorithm floyd algorithm, which has my own detailed explanation of several key helpful for learning graph theory, used to find the shortest path betw
routing
- 在图中求两点间的最短路径,用弗洛伊德算法实现,包括图的类定义-In the figure, the shortest path between two points, with the Floyd algorithm, including the definition of the class diagram
chat
- 实现了图类的定义,并且实现了深度遍历,广度遍历,以及用dijstra算法求最短路径-Achieve the plan class definition, and the realization of the depth traversal, breadth traversal, and the shortest path algorithm with dijstra
shujujiegoukeshe-qiuzuiduanlujing
- 数据结构课程设计求最短路径报告及源代码,c语言编写,vc下运行。-Data structure curriculum design for the shortest path and source code, c language, running under the vc.
dijkstra
- 大一时完成的求最短路径算法。利用C语言实现了经典的Dijkstra算法。转化矩阵图求取给定起点至其他结点的最短路径。 -Freshman completed the shortest path algorithm. Using C language to achieve a classic Dijkstra algorithm. Transformation matrix to strike the shortest path to a given starting point to oth
shortestpath-(2)
- 算法3.10 SHORTEST-PATHS求出了v0至其它各结点的最短路径,但是没有给出这些最短路径。 补充算法3.10,使之新算法在找出这些最短路径长度的同时,也能求出路径上的结点序列-Algorithm 3.10 SHORTEST-PATHS calculated shortest path to the other of the nodes v0, but did not give the shortest path. 3.10 supplement
Floyd
- 使用Floyd算法,根据无向图邻接矩阵,求两点间最短路径-Floyd path