文件名称:linjiejuzhen
介绍说明--下载内容均来自于网络,请自行研究使用
对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型)-For any given figure (vertices not less than 20, the side for not less than 30, graph the type can be directed graph, no to figure, was the nets, no to the nets), can input figure of vertex and edge (or arc) information, and storage to the corresponding storage structure (the adjacency matrix, contiguous table, ten medium watch, watch, choose which adjacency multiple two types)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
邻接表存储\ALGraph.c
......转换成邻接矩阵\change.c
....................\change.exe
....................\change.o
....矩阵\Mgraph.c
一个点到所有点的最短路径\Dijstra.c
最小生成树\prim.c
邻接表存储
邻接表转换成邻接矩阵
邻接矩阵
一个点到所有点的最短路径
最小生成树
......转换成邻接矩阵\change.c
....................\change.exe
....................\change.o
....矩阵\Mgraph.c
一个点到所有点的最短路径\Dijstra.c
最小生成树\prim.c
邻接表存储
邻接表转换成邻接矩阵
邻接矩阵
一个点到所有点的最短路径
最小生成树