文件名称:Project4_BallmanFord
-
所属分类:
- 标签属性:
- 上传时间:2013-08-21
-
文件大小:7.82mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
(图论)实现负权重转换(Bellman-Ford)
对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中-(Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), requiring transform the network edge weights between any two nodes of the shortest path unchanged, the output transform each edge weights. If the negative loop exists in the network, the program should alarm function. Algorithms written in CGraph class body
对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中-(Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), requiring transform the network edge weights between any two nodes of the shortest path unchanged, the output transform each edge weights. If the negative loop exists in the network, the program should alarm function. Algorithms written in CGraph class body
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Project4_BallmanFord/ipch/project_shortestpath-81503daa/project_shortestpath-524aa92b.ipch
Project4_BallmanFord/Project_ShortestPath/Common.h
Project4_BallmanFord/Project_ShortestPath/Debug/BuildLog.htm
Project4_BallmanFord/Project_ShortestPath/Debug/cl.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/CL.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/CL.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/Edge.obj
Project4_BallmanFord/Project_ShortestPath/Debug/Graph.obj
Project4_BallmanFord/Project_ShortestPath/Debug/InputOutputManager.obj
Project4_BallmanFord/Project_ShortestPath/Debug/link-cvtres.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link-cvtres.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/mt.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/mt.dep
Project4_BallmanFord/Project_ShortestPath/Debug/mt.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/mt.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.exe.embed.manifest
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.exe.embed.manifest.res
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.exe.intermediate.manifest
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.lastbuildstate
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.log
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.obj
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.pch
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath_manifest.rc
Project4_BallmanFord/Project_ShortestPath/Debug/rc.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/rc.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/rc.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/stdafx.obj
Project4_BallmanFord/Project_ShortestPath/Debug/vc100.idb
Project4_BallmanFord/Project_ShortestPath/Debug/vc100.pdb
Project4_BallmanFord/Project_ShortestPath/Debug/vc80.idb
Project4_BallmanFord/Project_ShortestPath/Debug/vc80.pdb
Project4_BallmanFord/Project_ShortestPath/Debug/Vertex.obj
Project4_BallmanFord/Project_ShortestPath/Edge.cpp
Project4_BallmanFord/Project_ShortestPath/Edge.h
Project4_BallmanFord/Project_ShortestPath/Graph.cpp
Project4_BallmanFord/Project_ShortestPath/Graph.h
Project4_BallmanFord/Project_ShortestPath/InputOutputManager.cpp
Project4_BallmanFord/Project_ShortestPath/InputOutputManager.h
Project4_BallmanFord/Project_ShortestPath/Link.txt
Project4_BallmanFord/Project_ShortestPath/Node.txt
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.cpp
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj.4305665D3DFD4AD.Administrator.user
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj.hzc-PC.hyq.user
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj.VFGRFY0D6XD50WI.Administrator.user
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcxproj
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcxproj.filters
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcxproj.user
Project4_BallmanFord/Project_ShortestPath/ReadMe.txt
Project4_BallmanFord/Project_ShortestPath/stdafx.cpp
Project4_BallmanFord/Project_ShortestPath/stdafx.h
Project4_BallmanFord/Project_ShortestPath/Vertex.cpp
Project4_BallmanFord/Project_ShortestPath/Vertex.h
Project4_BallmanFord/Project_ShortestPath.ncb
Project4_BallmanFord/Project_ShortestPath.sdf
Project4_BallmanFord/Project_ShortestPath.sln
Project4_BallmanFord/Project_ShortestPath.suo
Project4_BallmanFord/Project_ShortestPath.suo.old
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport.css
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport.xslt
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport_Minus.gif
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport_Plus.gif
Project4_BallmanFord/ipch/project_shortestpath-81503daa
Project4_BallmanFord/Project_ShortestPath/Debug
Project4_BallmanFord/ipch
Project4_BallmanFord/Project_ShortestPath
Project4_BallmanFord/_UpgradeReport_Files
Project4_BallmanFord
Project4_BallmanFord/Project_ShortestPath/Common.h
Project4_BallmanFord/Project_ShortestPath/Debug/BuildLog.htm
Project4_BallmanFord/Project_ShortestPath/Debug/cl.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/CL.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/CL.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/Edge.obj
Project4_BallmanFord/Project_ShortestPath/Debug/Graph.obj
Project4_BallmanFord/Project_ShortestPath/Debug/InputOutputManager.obj
Project4_BallmanFord/Project_ShortestPath/Debug/link-cvtres.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link-cvtres.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/link.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/mt.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/mt.dep
Project4_BallmanFord/Project_ShortestPath/Debug/mt.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/mt.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.exe.embed.manifest
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.exe.embed.manifest.res
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.exe.intermediate.manifest
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.lastbuildstate
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.log
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.obj
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath.pch
Project4_BallmanFord/Project_ShortestPath/Debug/Project_ShortestPath_manifest.rc
Project4_BallmanFord/Project_ShortestPath/Debug/rc.command.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/rc.read.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/rc.write.1.tlog
Project4_BallmanFord/Project_ShortestPath/Debug/stdafx.obj
Project4_BallmanFord/Project_ShortestPath/Debug/vc100.idb
Project4_BallmanFord/Project_ShortestPath/Debug/vc100.pdb
Project4_BallmanFord/Project_ShortestPath/Debug/vc80.idb
Project4_BallmanFord/Project_ShortestPath/Debug/vc80.pdb
Project4_BallmanFord/Project_ShortestPath/Debug/Vertex.obj
Project4_BallmanFord/Project_ShortestPath/Edge.cpp
Project4_BallmanFord/Project_ShortestPath/Edge.h
Project4_BallmanFord/Project_ShortestPath/Graph.cpp
Project4_BallmanFord/Project_ShortestPath/Graph.h
Project4_BallmanFord/Project_ShortestPath/InputOutputManager.cpp
Project4_BallmanFord/Project_ShortestPath/InputOutputManager.h
Project4_BallmanFord/Project_ShortestPath/Link.txt
Project4_BallmanFord/Project_ShortestPath/Node.txt
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.cpp
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj.4305665D3DFD4AD.Administrator.user
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj.hzc-PC.hyq.user
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcproj.VFGRFY0D6XD50WI.Administrator.user
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcxproj
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcxproj.filters
Project4_BallmanFord/Project_ShortestPath/Project_ShortestPath.vcxproj.user
Project4_BallmanFord/Project_ShortestPath/ReadMe.txt
Project4_BallmanFord/Project_ShortestPath/stdafx.cpp
Project4_BallmanFord/Project_ShortestPath/stdafx.h
Project4_BallmanFord/Project_ShortestPath/Vertex.cpp
Project4_BallmanFord/Project_ShortestPath/Vertex.h
Project4_BallmanFord/Project_ShortestPath.ncb
Project4_BallmanFord/Project_ShortestPath.sdf
Project4_BallmanFord/Project_ShortestPath.sln
Project4_BallmanFord/Project_ShortestPath.suo
Project4_BallmanFord/Project_ShortestPath.suo.old
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport.css
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport.xslt
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport_Minus.gif
Project4_BallmanFord/_UpgradeReport_Files/UpgradeReport_Plus.gif
Project4_BallmanFord/ipch/project_shortestpath-81503daa
Project4_BallmanFord/Project_ShortestPath/Debug
Project4_BallmanFord/ipch
Project4_BallmanFord/Project_ShortestPath
Project4_BallmanFord/_UpgradeReport_Files
Project4_BallmanFord
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
