文件名称:求图中两点间的所有路径(包括最短路径)——vs2008下实现
文件大小:416KB
文件格式:RAR
更新时间:2013-07-19 11:53:32
图 两点间的的所有路径
程序先读入各个点之间的邻接关系(类似于路由表的组织方式),输入起始点,就可以计算出起始点到某个指定点所有的路径(含最短路径)
【文件预览】:
AllPath
----AllPath()
--------outTest.txt(148B)
--------AllPath.vcproj.20091022-1908.AdminTaogle.user(1KB)
--------NodeTable.txt(156B)
--------AllPath.vcproj(4KB)
--------Node.h(348B)
--------Debug()
--------AllNode.cpp(3KB)
--------AllNode.h(520B)
--------Node.cpp(621B)
--------ReadMe.doc(56KB)
--------main.cpp(615B)
--------NodeTable1.txt(168B)
----Debug()
--------AllPath.ilk(633KB)
----AllPath.ncb(1.24MB)
----AllPath.sln(887B)
----AllPath.suo(22KB)