文件名称:Graph
介绍说明--下载内容均来自于网络,请自行研究使用
基于Virtual C++的数据结构中图的应用,能实现从文件输入有向图和无向图易邻接表和邻接矩阵的形式在屏幕输出,同时能实现无向图的深度遍历输出和广度遍历输出;kruskal算法和Prim算法实现最小生成树的创建;Dijkstra算法实现最短路径的计算;以及最小偏心距的计算。-Application of data structure of Virtual in C++ based on graph, can be achieved the file input directed graphs and undirected graph adjacency list and the adjacency matrix is easy to form on the screen output, at the same time, can realize the undirected graph depth first traversal and breadth traversal output output Kruskal algorithm and Prim algorithm to achieve the creation of the Oki Nariki Dijkstra algorithm the shortest path calculation and the calculation of minimum eccentricity.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
图\Adjacency_List.h
..\Adjacency_Matrix.h
..\CSTree.h
..\Debug\main.obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\.....\图.exe
..\.....\图.ilk
..\.....\图.pch
..\.....\图.pdb
..\Graph.h
..\main.cpp
..\MinHeap.h
..\MinSpanTree.h
..\Queue.h
..\ShorttestPath.h
..\UFSets.h
..\图.dsp
..\图.dsw
..\图.ncb
..\图.opt
..\图.plg
..\图.txt
..\Debug
图