搜索资源列表
PathAnalysis
- 用C++写的最短路径程序,是基于迪杰斯特算法.-C was the shortest path procedure is based on the Dijkstra algorithm.
3
- 用C++编的迪杰斯特拉算法实现的最短路径问题
KSP dijkstra第k条最短路径算法
- dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-dijkstra Kth shortest path algorithm
DJalgorithm
- 迪杰斯特拉算法的C语言实现,可以完成有向图和无向图的最短路径搜索-Dijkstra algorithm C language, can be completed with the graph and undirected graph of the shortest path
banker
- 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。-Banker' s algorithm is to avoid deadlock (Deadlock), a well-known algorithm, by艾兹格迪杰Stella in 1965 for the THE system design to avoid the deadlock
dijiesitela
- 迪杰斯特拉算法,希望对于一些刚学c语言编程的有帮助-dijiesitela
Dijstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm used to calculate a node to all other nodes in the shortest path. Main features are a st
RailwayRequest
- 数据结构大作业,用控制台程序实现全国铁路查询系统,迪杰斯特拉算法-Railway Request
shortest-path
- 运用迪杰斯特拉算法求出图中的最短路径,最短路径的求法-Use Dijkstra algorithm to find the shortest path in Figure
Bbankera
- 银行家算法是避免死结(Deadlock)的一个著名的算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系系统设计的一种避免死结产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。 -The banker' s algorithm is a well-known algorithm to avoid deadlock (Deadlock), and a way to avoid deadlock generated by algorithm 艾兹格迪杰 Stell
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
Dijkstra
- 迪杰斯特拉算法,利用贪心算法实现两点间最短路径的求解-Dijkstra Algorithm
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
程序
- 本C++程序在于实现迪杰斯特算法的基本功能(The realization of the basic functions of the Dijkstra algorithm)
Dijkstra_Router
- 一个简单的迪杰斯特拉算法。 用于计算机网络链路算法。(a simple Dijkstra for ls)
北京地铁换乘
- 北京地铁换乘系统,利用迪杰斯特拉算法计算最短路径(Beijing Subway Transfer System)
单源点最短路径—Dijkstra(迪杰斯特拉)算法
- MATLAB迪杰特斯拉源程序,用于在给出邻接矩阵求单元点点之间的距离(MATLAB Di Jester Tesla source program, used to give the adjacency matrix to find the distance between elements.)