搜索资源列表
jige
- 这是数学建模中图论中的几个重要的模型求解。包括最短路径的两种方法,以及加权的求法-This is the mathematical modeling of graph theory of a number of important model solution. Shortest Path, including the two methods, and the weighted Solution
theshortestroad
- 基于C++的简单最短路径求法 主要解决起讫点不同的问题
abc
- 数据结构最短路径求法,迪杰斯算法。大二时写的。在可以运行C的环境中都可运行。
数据结构算法集锦
- 数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm,
Dijkstra1
- dijkstra算法实现最短路径的求法,仅供参考-dijkstra shortest path algorithm for the law, for reference only
zuiduan.cpp
- 一种基于c++做的最短路径求法的源码。主要用于c++或者数据结构教学使用。-C++ based on shortest path to do the source method. Mainly used in c++, or teaching the use of data structures.
Graph
- c写的贪心算法,利用指针来搜索最短路径,以及可以扩展成一般最短路径的求法-c write greedy algorithm, using a pointer to search for the shortest path, as well as the shortest path can be extended into a general law of demand
dijkstra11
- vc下实现的最短路径的求法,使用dijkstra算法-achieved under vc method for finding the shortest path, using dijkstra algorithm
shortest-path
- 运用迪杰斯特拉算法求出图中的最短路径,最短路径的求法-Use Dijkstra algorithm to find the shortest path in Figure
campusNav
- 校园导航 最短路径的求法 深度优先遍历-The campus navigation shortest path depth-first traversal
Floyd算法matlab实现
- 实现了Floyd的前向后向寻找路由的算法,同时也实现了最短路径的求法(The algorithm of searching the route from the forward to the backward of Floyd is implemented, and the shortest path is also realized)
ConsoleApplication1
- 单源最短路径算法可以快速求解两点最短的距离(dan yuan zui duan lu jing suan fa)