解决工程项目aoe-网的关键路径的问题,用到了拓扑排列 求最早发生时间 活动的最迟完成时间
上传时间: 2017-03-28
上传用户:edisonfather
aoe网关键路径(Activity On Edge) 数据结构其中前两个数代表两个顶点之间的通路,后两个数分别代表最早开始时间和最迟开始时间 带有*的通路组成关键路径;
上传时间: 2014-09-02
上传用户:thesk123
aoe tutorial, basicly about this games and how to play
标签: tutorial basicly about games
上传时间: 2013-12-11
上传用户:comua
运行程序后!由于为了测试方便,aoe网初始化,所以,运行程序后,即可得到结果,结果包括拓扑排序和关键路径。
上传时间: 2015-02-28
上传用户:彭玖华
数据结构算法,aoe ,图的最小代价路径检索。
上传时间: 2015-03-11
上传用户:xuanchangri
该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的aoe网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。
标签: 程序
上传时间: 2015-03-19
上传用户:xauthu
设计一个项目,排出aoe网络,并将数据输入计算机,用程序进行分析。
标签: 项目
上传时间: 2014-01-26
上传用户:dapangxie
自己设计一个项目,排出aoe网络,并将数据输入计算机,用程序进行分析。
标签: 项目
上传时间: 2013-12-29
上传用户:xiaoyunyun
This is an implementation of double-array structure for representing trie, as proposed by Junichi aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. See the details of the implementation at [2]: http://linux.thai.net/~thep/datrie/datrie.html Historically, this was first implemented as C++ classes in a library called midatrie [2], but later simplified and rewritten from scratch in C.
标签: implementation double-array representing structure
上传时间: 2013-12-10
上传用户:shinesyh