搜索资源列表
file
- 二叉树上结点的路径,航班信息的查询与检索,赫夫曼编码的应用,AOE网,大整数计算5个数据结构里比较实际的编程例子,自己写的
关键路径算法
- 运行程序后!由于为了测试方便,AOE网初始化,所以,运行程序后,即可得到结果,结果包括拓扑排序和关键路径。-operating procedures! In order to facilitate the testing because, AOE network initialization, and operating procedures, can be obtained results include topological so
AOE网
- AOE网算法,VC实现-AOE network algorithm, VC
关键路径
- (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2).
AOE-net
- 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated cr
关键路径算法
- 运行程序后!由于为了测试方便,AOE网初始化,所以,运行程序后,即可得到结果,结果包括拓扑排序和关键路径。-operating procedures! In order to facilitate the testing because, AOE network initialization, and operating procedures, can be obtained results include topological so
AOE网
- AOE网算法,VC实现-AOE network algorithm, VC
aoe网络
- 我自己写的AOE网络算法-I wrote it myself AOE Network Algorithm
关键路径
- (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2).
AOE-net
- 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated cr
AOE
- 该算法用于分析AOE网络,求出AOE网络的关键路径.-The algorithm used to analyze the AOE network, the network obtained AOE Critical Path.
file
- 二叉树上结点的路径,航班信息的查询与检索,赫夫曼编码的应用,AOE网,大整数计算5个数据结构里比较实际的编程例子,自己写的-Binary tree node on the path, flight information query and retrieval, the application of Huffman coding, AOE network, large integer calculation 5 data structu
guanjianlujin
- 解决工程项目aoe-网的关键路径的问题,用到了拓扑排列 求最早发生时间 活动的最迟完成时间-Solution aoe-Net project critical path of the problem, use a topological order for the first time the activities took place at the latest completion time
aoe
- AOE网关键路径(Activity On Edge) 数据结构其中前两个数代表两个顶点之间的通路,后两个数分别代表最早开始时间和最迟开始时间 带有*的通路组成关键路径; -Key path AOE Gateway (Activity On Edge) the first two of which data structure to represent the path between two vertices, the number
AOE
- java 语言实现AOE网与关键路径的查找-java language AOE network and find the critical path
data-structure-AOE-net
- 本软件围绕工程活动图AOE网的应用这一主题,用图形化的界面实现了AOE网的建立、判断工程可行性、计算工程活动开始时间、确定关键路径和关键活动等功能。 具体功能: 已知假想的工程活动图AOE网,试设计一个算法,要求: (1) 判断工程是否可行 (2) 求出工程中每个活动的最早开始时间e(i),最迟开始时间l(i)和全工程可以完成的最早时间 (3) 确定工程中关键路径和可使整个活动的工期缩短的关键活动 源
AOE-v1.1
- 本程序用C语言编写,输出各顶点事件的最早发生时间ve,输出各顶点事件的最迟发生时间v,输出关键路径,关键路径可能不止一条.AOE网可以计算工程的最短工期,在各种工程领域内都有着广泛的应用-the shortest path
aoe
- 基于AOE网的轻量级工作流系统(原创作业)-Lightweight workflow system based on AOE net (original work)
AOE
- 2、设计一个程序求出完成整项工程至少需要多少时间以及整项工程中的关键活动。 实验步骤: ①、在Java语言编辑环境中新建程序,输入如下图所示的AOE网; ②、按照关键路径求取步骤,求出各个顶点的最早开始时间和最迟开始时间; ③、求出各个活动的最早开始时间和最迟开始时间; ④、找出该AOE网的关键路径,并计算出该项目的完成时间。-How much time, and the whole project is a
AOE
- 用邻接表存储有向图并建立AOE网; 用图形的形式输出有向图; 输出关键路径和关键活动。-Adjacency table is stored AOE directed graph and the establishment of networks In the form of graphics output directed graph Output critical path and critical activit