CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称:Project4_BallmanFord

介绍说明--下载内容来自于网络,使用问题请自行百度

(图论)实现负权重转换(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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com