文件名称:130572
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 488kb
- 下载次数:
- 0次
- 提 供 者:
- luoy****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
单源最短路径问题的动态规划算法
输入要求:结点数目n,图的邻接表结点的数据
输出要求:
第一行:原点s到终点t的最短路径长度
第二行:最短路径之一,如:6 5 3 1 0
第三行:最短路径之二,…
-Single-source shortest path problem requires the dynamic programming algorithm input: the number of nodes n, the adjacency table node data output requirements: the first line: the origin of t s to the end of the second line of the shortest path length: one of the shortest path, such as : 6 5 3 1 0 third line: the shortest path of the second, ...
输入要求:结点数目n,图的邻接表结点的数据
输出要求:
第一行:原点s到终点t的最短路径长度
第二行:最短路径之一,如:6 5 3 1 0
第三行:最短路径之二,…
-Single-source shortest path problem requires the dynamic programming algorithm input: the number of nodes n, the adjacency table node data output requirements: the first line: the origin of t s to the end of the second line of the shortest path length: one of the shortest path, such as : 6 5 3 1 0 third line: the shortest path of the second, ...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
动态规划-130572\Debug\算法2.1.exe
...............\.....\算法2.1.ilk
...............\.....\算法2.1.pdb
...............\算法2.1\2.3.cpp
...............\.......\Debug\2.3.obj
...............\.......\.....\BuildLog.htm
...............\.......\.....\mt.dep
...............\.......\.....\vc90.idb
...............\.......\.....\vc90.pdb
...............\.......\.....\算法2.1.exe.intermediate.manifest
...............\.......\算法2.1.vcproj
...............\.......\算法2.1.vcproj.MOMO-PC.MOMO.user
...............\算法2.1.ncb
...............\算法2.1.sln
...............\算法2.1.suo
...............\.......\Debug
...............\Debug
...............\算法2.1
动态规划-130572
...............\.....\算法2.1.ilk
...............\.....\算法2.1.pdb
...............\算法2.1\2.3.cpp
...............\.......\Debug\2.3.obj
...............\.......\.....\BuildLog.htm
...............\.......\.....\mt.dep
...............\.......\.....\vc90.idb
...............\.......\.....\vc90.pdb
...............\.......\.....\算法2.1.exe.intermediate.manifest
...............\.......\算法2.1.vcproj
...............\.......\算法2.1.vcproj.MOMO-PC.MOMO.user
...............\算法2.1.ncb
...............\算法2.1.sln
...............\算法2.1.suo
...............\.......\Debug
...............\Debug
...............\算法2.1
动态规划-130572