- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
西安石油大学本科毕业设计(论文)
赋权图的最短路与关键路的算法与实现
摘 要:图形是由点和线构成的集合.赋权图的最短路就是任意两个节点之间的权值之和最小的路径.最短路不仅仅指一般地理意义上的距离最短,还可以引申到其它的度量, 如时间、费用、线路容量等.本文介绍了如何求最短路的有效算法: Dijkstra算法.它能求出赋权图的任何两个节点之间权值之和的最小路径. 关键路径通常总是决定项目工期的进度活动序列.它是项目中从发点到收点的最长路径.关键路径法(Critical Path Method,CPM)是一种通过分析哪个活动序列(哪条路线)进度安排的总时差最少来预测项目工期的一门网络分析技术.关键路径法,能推算出项目的最短完成时间和项目各项活动的可能开始和结束时间.
关键词: 图的邻接矩阵; 最短路径; Dijkstra算法; 关键路径
The algorithm and implementation of the Shortest Path and the Critical Path
HYPERLINK app:lj:摘要?ljtype=blngljblngcont=0ljtran=abstractAbstract: Graphics are constituted by the sets of points and lines. The shortest path of the weighted graph is the minimum sum of the weight between any two vertices. The shortest path not only refers to the shortest distance, but also can be extended to other metrics, such as time, cost, line capacity and so on. Dijkstra’s algorithm was the most efficient algorithm for how to find the Shortest Path of weighted graph, which is studied in this paper. Dijkstra’s algorithm was used to calculate the minimum value of weighted graph between any two vertices. The critical path is usually used to obtain the progress of the project in activities. It is the longest path of a project from the starting point to the ending point. The critical path method (Critical Path Method, CPM) which analysis a sequence of the least time in activities or predict (which route) the schedule better. The critical path method can be used to calculate the shortest completion time, starting and ending times in project activities.
Keywords: Adjacency matrix of the graph; The Shortest Path; Dijkstra’s algorithm; The Critical Path
目 录
TOC \o 1-3 \h \u
HYPERLINK \l _Toc6057 第一章 绪论 PAGEREF _Toc6057 1
HYPERLINK \l _Toc32480 1.1 课题的背景 PAGEREF _Toc32480 1
HYPERLINK \l _Toc11812 1.2 课题的目的 PAGEREF _Toc11812 1
HYPERLINK \l _Toc9870 1.3 课题的国内外研究状况 PAGEREF _Toc9870 1
HYPERLINK \l _Toc19420 1.4 课题的意义和研究方法 PAGEREF _Toc19420 1
HYPERLINK \l _Toc
原创力文档


文档评论(0)