数据结构程序之图(邻接表和邻接矩阵法)

时间:2013-08-05 14:28:05
【文件属性】:
文件名称:数据结构程序之图(邻接表和邻接矩阵法)
文件大小:194KB
文件格式:RAR
更新时间:2013-08-05 14:28:05
图 数据结构 实现图的基本功能,分为两种方式:邻接矩阵法和邻接表法。实现图的建立,结点插入,删取得第一个邻接点,取得下一个邻接点,取得第i个结点的名称,取得边(v1,v2)的权值,插入边,插入点,删除边,删除点,取得结点v的位置,输出等功能
【文件预览】:
theGraph(完成版)
----theGraph.dsp(5KB)
----theGraph.cpp(12KB)
----listGraph.h(1KB)
----matrixGraph.h(1KB)
----Vertex.cpp(560B)
----theGraph.dsw(541B)
----theGraph.ncb(161KB)
----theGraph.opt(50KB)
----listGraph.cpp(6KB)
----StdAfx.cpp(295B)
----StdAfx.h(769B)
----Edge.cpp(704B)
----matrixGraph.cpp(5KB)
----theGraph.plg(1KB)
----Debug()
--------Edge.obj(4KB)
--------StdAfx.obj(2KB)
--------theGraph.exe(224KB)
--------matrixGraph.obj(18KB)
--------Vertex.obj(3KB)
--------theGraph.obj(36KB)
--------theGraph.opt(43KB)
--------vc60.pdb(68KB)
--------theGraph.pdb(577KB)
--------listGraph.obj(22KB)
----Edge.h(626B)
----Vertex.h(586B)
----ReadMe.txt(1KB)

网友评论

  • 没调试成功,不过代码不错,引用了不少里面的发放