搜索资源列表
DJalgorithm
- 迪杰斯特拉算法的C语言实现,可以完成有向图和无向图的最短路径搜索-Dijkstra algorithm C language, can be completed with the graph and undirected graph of the shortest path
dijiesitela
- 迪杰斯特拉算法,希望对于一些刚学c语言编程的有帮助-dijiesitela
shortest-path
- 运用迪杰斯特拉算法求出图中的最短路径,最短路径的求法-Use Dijkstra algorithm to find the shortest path in Figure
searchpath
- 模拟的公交车查询,是学生自己写的,比较简单,其中有a*算法和迪杰斯特拉算法的简单应用。适合练习使用mfc-Analog bus query students to write their own, relatively simple, where there is a* simple application of the algorithm and Dijkstra algorithm. Suitable for practice use mfc
DijkstraTest
- 迪杰斯特拉算法实现,使用C++实现,可直接运行-a realization of Dijkstra
campus-guider
- 基于迪杰斯特拉的最短路径算法实现的某大学校园导航,能够计算任意两点的最短路线,并生成最优结果-At a university campus navigation, Dijkstra' s shortest path algorithm able to calculate the shortest route between any two points, and generates optimal results
Guider
- 基于迪杰斯特拉的最短路径算法实现的某大学校园导航,能够计算任意两点的最短路线,并生成最优结果-At a university campus navigation, Dijkstra' s shortest path algorithm able to calculate the shortest route between any two points, and generates optimal results
jingdiandaohang
- c++做的课设,景点导航程序,涉及的算法有迪杰斯特拉算法等-C++ to do class-based, attractions navigation procedures, involving the algorithm Dijkstra algorithm
ShortestPath_DIJ
- 迪杰斯特拉算法实现有向图的的最短路径并在图上表示-Dijkstra algorithm to FIG shortest path represented in FIG.
dj
- 迪杰斯特拉算法,用c++语言实现,适用于本科数据结构教学. -Dijkstra,implemented by c++, can be used in the course of DS for college students
000
- 84-Dijkstra-单源最短路径的迪杰斯特拉算法-84-Dijkstra-single-source shortest path algorithm Dijkstra
dijkstra
- 最短路源代码,一个非常好的源代码,用的方法是迪杰斯特拉算法-Shortest source code
Dijkstra
- 迪杰斯特拉(dijkstra)算法解决了从某个源点到其余各顶点的最短路径。从循环嵌套可以很容易得到此算法的时间复杂度为o(n^2)。这是一个按路径长度递增的次序产生最短路径的算法。 Dijkstra算法,求有向网G的v0顶点到其余顶点v的最短路径P[v]及带权长度D[v]。P[v]的值为前驱顶点下标, D[v]表示v0到v的最短路径长度和 。-Dijkstra (dijkstra) algorithm to solve from a source point to the
dijstra
- 迪杰斯特拉算法, 迪杰斯特拉算法, 迪杰斯特拉算法,迪杰斯特拉算法-Dijkstra algorithm, dijkstra algorithm, dijkstra algorithm, dijkstra algorithm, dijkstra algorithm, dijkstra algorithm
GraphProblem
- 图的最短路径问题,用迪杰斯特拉算法计算两个城市之间的最省时路线或最省钱路线。-It s about the shortest way of a graph.We use dijkstra to find the best way which cost least time or money.
C
- 可以通过对源程序数据进行修改的通过迪杰特斯拉算法实现的城市间最短路径的源程序-Using a source data through a modification of the Diedje Tesla algorithm of the city of the shortest path between the source program
Dijkstra_Router
- 一个简单的迪杰斯特拉算法。 用于计算机网络链路算法。(a simple Dijkstra for ls)
北京地铁换乘
- 北京地铁换乘系统,利用迪杰斯特拉算法计算最短路径(Beijing Subway Transfer System)
GraphCPro
- 现有一个景区,景区里面有若干个景点。现欲开发景区信息管理系统,对景点的信息进行管理。使用图的数据结构来保存景区景点信息,为用户提供创建图、查询景点信息、旅游景点导航、搜索最短路径、铺设电路规划等功能。 使用C++语言,通过对景区信息管理系统的四次迭代开发,实现以下主要学习目标: 1)掌握图的定义和图的存储结构,图的创建方法及其应用 2)掌握图的两种遍历方法及其应用 3)掌握迪杰特斯拉(Dijkstra)算法及其应用 4)理解最小生成树的概念、掌握普里姆(Prim)算法及应用(T
单源点最短路径—Dijkstra(迪杰斯特拉)算法
- MATLAB迪杰特斯拉源程序,用于在给出邻接矩阵求单元点点之间的距离(MATLAB Di Jester Tesla source program, used to give the adjacency matrix to find the distance between elements.)