搜索资源列表
zuiduanlujing
- 最短路径,不同城市之间的旅游方案选择。你可以用VC运行-The shortest path of travel between different cities in the program selection. You can run VC
shortpath(vc)
- 由图的概念可知,在一个图中,若从一顶点到另一顶点存在着一条路径(这里只讨论无回路的简单路径),则称该路径长度为该路径上所经过的边的数目,它也等于该路径上的顶点数减1。由于从一顶点到另一顶点可能存在着多条路径,每条路径上所经过的边数可能不同,即路径长度不同,我们把路径长度最短(即经过的边数最少)的那条路径叫做最短路径,其路径长度叫做最短路径长度或最短距离。 -shortpath
Data-structure
- 在VC++环境下,用C语言实现交通咨询模拟系统的设计(最短路径问题)。-In vc++ environment, using C language to realize the transport advisory simulation system design (the shortest path problem).
shujujiegoukeshe-qiuzuiduanlujing
- 数据结构课程设计求最短路径报告及源代码,c语言编写,vc下运行。-Data structure curriculum design for the shortest path and source code, c language, running under the vc.
0801
- 学vc编游戏程序之求解最短路径,适合初学者-Solving learn vc series of games the shortest path, suitable for beginners
vc
- 数据结构课程设计 图的应用 最短路径 最优算法-Data structure curriculum design applications optimal shortest path algorithm