搜索资源列表
xiaoyuan
- 用无向网表示学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等信息, 图中的边表示景点间的道路,存放路径长度等信息。要求能够回答有关景点介绍、游览路径等问题。游 客通过终端可询问: (1)从某一景点到另一景点的最短路径。(最短路径问题) (2)游客从公园进入,选取一条最佳路线。 (3)使游客可以不重复地浏览各景点,最后回到出口(出口就在入口旁边)。 [基本要求] (1)将导游图看作一张带权无向图,顶点表示公园的各个景点,边表示各景点之间的道路
dijkstrashortest
- 利用并行算法计算迪杰斯特拉算法,其中包括改进的一个-how to solve the problem of in parrell program
DIJ-final
- 最短路径迪杰斯特拉算法,是我们课程设计的作业-The shortest path Dijkstra algorithm, our curriculum design jobs
short
- C语言最短路径 迪杰斯特拉算法MFC VC-Dijkstra shortest path MFC VC++
juzhen
- 简单的c++程序,弗洛伊德算法,迪杰斯特拉算法-Simple c++ program, Floyd algorithm, Dijkstra algorithm
导航
- 进行校园导航,显示两地点直接最短距离并给出规划路线(Campus navigation shows the direct and shortest distance between the two points)
Dijkstra迪捷斯特拉算法
- 迪杰斯特拉算法是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。(The Dijkstra algorithm is the shortest path algorithm from one vertex to the other vertices, and the shortest path problem in the directed graph is solved. The main featur
银行家算法
- 银行家算法是一个避免死锁的著名算法,是由艾兹格·迪杰斯特拉设计的一种避免死锁产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker algorithm is a well-known algorithm to avoid deadlock. It is a algorithm designed by Azeg Dijkstra to avoid deadlock. It is based on the allocation strategy of bank len