Welcome![Sign In][Sign Up]
Location:
Search - AOV

Search list

[OS programsjjg

Description: -图的应用 建立AOV的存储结构及拓扑排序的算法的完整程序
Platform: | Size: 4166 | Author: 宫静 | Hits:

[CSharpup4

Description: 本程序是“拓补排序AOV网 ”,非常方便使用,希望大家能够喜欢,-the procedure is "Tuo-ranking AOV Network," is very convenient to use and I hope we can like, Thank you! !
Platform: | Size: 43196 | Author: 苏杰 | Hits:

[Other resource0234210318

Description: c++下的AOV实现-c achieve the AOV
Platform: | Size: 15672 | Author: 李创 | Hits:

[CSharpwar3

Description: 一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,上漆,装刹车,装门等等。任务之间具有先后关系,例如在装轴之前必须先将底板放上装配线。任务的先后顺序可用有向图表示——称为顶点活动( Activity On Vertex, AOV)网络。有向图的顶点代表任务,有向边(i, j) 表示先后关系:任务j 开始前任务i 必须完成。图1 - 4显示了六个任务的工程,边( 1 , 4)表示任务1在任务4开始前完成,同样边( 4 , 6)表示任务4在任务6开始前完成,边(1 , 4)与(4 , 6)合起来可知任务1在任务6开始前完成,即前后关系是传递的。由此可知,边(1 , 4)是多余的,因为边(1 , 3)和(3 , 4)已暗示了这种关系。-a complex project can usually be divided into a group of small tasks set to complete these tasks means that the completion of the whole project. For example, car assembly projects can be divided into the following tasks : to the chassis via the assembly line, armored axis of the seat is installed in the chassis, painting and installing the brakes, armored doors, etc.. Between tasks has, for example, installed in the shaft bottom before they must first be placed on an assembly line. The task order is available to the map -- known as the vertex (Activity On Vertex, AOV) network. A plan to the apex representative tasks, to the edge (i, j) has said : j task before i task must be completed. Figure 1 - 4 6 shows the mandate of the project, while (1, 4) a mandate in the mission completed before t
Platform: | Size: 911136 | Author: sdg | Hits:

[Data structsdelphi拓扑排序算法

Description: delphi拓扑排序算法 1.用memo表示一个AOV网络,以表示结点间的前后关系 可以修改memo.line的string list editor来修改邻接表,解决不同的拓扑排序问题。 2 在输出前驱为0的顶点号时,用线性链表来储存,以达到其在同一批输出的目的。
Platform: | Size: 9766 | Author: shuaijiang8@126.com | Hits:

[Data structsAOV

Description: AOV遍历算法,实现。数据结构课程
Platform: | Size: 687858 | Author: jimmy988129@163.com | Hits:

[Data structs0234210318

Description: c++下的AOV实现-c achieve the AOV
Platform: | Size: 15360 | Author: 李创 | Hits:

[Data structsAOV网络的topu排序

Description: AOV的拓扑排序算法-AOV topological sorting algorithm
Platform: | Size: 1024 | Author: 王坚 | Hits:

[CSharpwar3

Description: 一个复杂的工程通常可以分解成一组小任务的集合,完成这些小任务意味着整个工程的完成。例如,汽车装配工程可分解为以下任务:将底盘放上装配线,装轴,将座位装在底盘上,上漆,装刹车,装门等等。任务之间具有先后关系,例如在装轴之前必须先将底板放上装配线。任务的先后顺序可用有向图表示——称为顶点活动( Activity On Vertex, AOV)网络。有向图的顶点代表任务,有向边(i, j) 表示先后关系:任务j 开始前任务i 必须完成。图1 - 4显示了六个任务的工程,边( 1 , 4)表示任务1在任务4开始前完成,同样边( 4 , 6)表示任务4在任务6开始前完成,边(1 , 4)与(4 , 6)合起来可知任务1在任务6开始前完成,即前后关系是传递的。由此可知,边(1 , 4)是多余的,因为边(1 , 3)和(3 , 4)已暗示了这种关系。-a complex project can usually be divided into a group of small tasks set to complete these tasks means that the completion of the whole project. For example, car assembly projects can be divided into the following tasks : to the chassis via the assembly line, armored axis of the seat is installed in the chassis, painting and installing the brakes, armored doors, etc.. Between tasks has, for example, installed in the shaft bottom before they must first be placed on an assembly line. The task order is available to the map-- known as the vertex (Activity On Vertex, AOV) network. A plan to the apex representative tasks, to the edge (i, j) has said : j task before i task must be completed. Figure 1- 4 6 shows the mandate of the project, while (1, 4) a mandate in the mission completed before t
Platform: | Size: 911360 | Author: sdg | Hits:

[OS programsjjg

Description: -图的应用 建立AOV的存储结构及拓扑排序的算法的完整程序-- The establishment of AOV diagram of storage structure and topological sorting algorithm for a complete program
Platform: | Size: 4096 | Author: 宫静 | Hits:

[CSharpup4

Description: 本程序是“拓补排序AOV网 ”,非常方便使用,希望大家能够喜欢,-the procedure is "Tuo-ranking AOV Network," is very convenient to use and I hope we can like, Thank you! !
Platform: | Size: 43008 | Author: 苏杰 | Hits:

[Software EngineeringAOVBA

Description: 文件包含了VBA和AO开发得pt教程,以及VBA AO开发得常用代码-document contains a VBA and AO pt guidance in the development and the development of VBA AO used in the code
Platform: | Size: 2725888 | Author: 云飞鹏 | Hits:

[Othertuopu

Description: 拓扑排序:对给定的AOV网判断网中是否存在环,检测的办法是对有向图构造其顶点的拓扑有序序列,若网中所有顶点都在它的拓扑有序序列中,则该AOV网中必定不存在环。在拓扑排序的基础上实现关键路径的的求解。-Topological Sort: AOV of a given network to determine the existence of ring network to detect the approach is the directed graph topological structure of its vertices in an orderly sequence, if all vertex network topology in its orderly sequence, the AOV network does not exist is bound to ring. In the topological sort on the basis of solving the critical path.
Platform: | Size: 243712 | Author: feixue_12 | Hits:

[Data structsAOV

Description: 数据结构中关于拓扑排序的问题,比如一个课程的先后顺序AOV图的表示-Data structure on the topological sort of problems, such as a sequence of courses that map AOV
Platform: | Size: 2048 | Author: kyo | Hits:

[Data structsAOV

Description: AOV算法,图论的,对初学者有较大的帮助,数据结构-AOV algorithms, graph theory, a greater help for beginners, data structure
Platform: | Size: 6144 | Author: coolgo | Hits:

[JSP/Javaaov

Description: 实现排课表,将课程安排在不同的学期,功能完备,可以判断环路。-aov network which is written in Java.
Platform: | Size: 16384 | Author: 郭斌 | Hits:

[Data structsAOV-Sort-Algorithm

Description: 使用C语言编写的AOV网的拓扑排序,内附有详细的源码解释和输入示意图-Using C language AOV network topological sorting, enclosing a detailed explanation and input source diagram
Platform: | Size: 17408 | Author: Lester_2008 | Hits:

[OtherAOV

Description: AOV based Fingerprint Minutiae Matching System
Platform: | Size: 33792 | Author: samor | Hits:

[Data structsAOV

Description: 数据结构AOV拓扑排序,算法简单易用,适合初学者-Data structure AOV topological sort algorithm is simple and easy to use, suitable for beginners
Platform: | Size: 1024 | Author: 李森淼 | Hits:

[.netAov网遍历

Description: AOV wang bianli tu de bianli
Platform: | Size: 131072 | Author: yangyang001 | Hits:
« 12 »

CodeBus www.codebus.net