文件名称:Graph
- 所属分类:
- 数值算法/人工智能
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- f***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
图的大部分实现 图的深度优先周游 图的广度优先周游 由队列方式实现的拓扑排序 由深度优先搜索方式实现的拓扑排序 单源最短路径(Dijkstra算法) 每对顶点之间的最短路径(Floyd算法) 最小支撑树(Prim算法) 最小支撑树(Kruskal算法)-Figure most of the implementation diagram of the depth-first breadth-first tour travel map be achieved by the topological sort the queue depth-first search be achieved by the topological sorting single-source shortest path (Dijkstra algorithm) between each pair of vertices the shortest path (Floyd Algorithm ) minimum spanning tree (Prim algorithm) minimum spanning tree (Kruskal algorithm)
相关搜索: Dijkstra
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Graph
.....\a.txt
.....\b.txt
.....\graph.cpp
.....\Graph.dsp
.....\Graph.dsw
.....\LList.h
.....\minheap.h
.....\readme.txt
.....\a.txt
.....\b.txt
.....\graph.cpp
.....\Graph.dsp
.....\Graph.dsw
.....\LList.h
.....\minheap.h
.....\readme.txt