Location:
Search - AOV算法
Search list
Description: -图的应用 建立AOV的存储结构及拓扑排序的算法的完整程序
Platform: |
Size: 4166 |
Author: 宫静 |
Hits:
Description: delphi拓扑排序算法
1.用memo表示一个AOV网络,以表示结点间的前后关系
可以修改memo.line的string list editor来修改邻接表,解决不同的拓扑排序问题。
2 在输出前驱为0的顶点号时,用线性链表来储存,以达到其在同一批输出的目的。
Platform: |
Size: 9766 |
Author: shuaijiang8@126.com |
Hits:
Description: AOV的拓扑排序算法-AOV topological sorting algorithm
Platform: |
Size: 1024 |
Author: 王坚 |
Hits:
Description: -图的应用 建立AOV的存储结构及拓扑排序的算法的完整程序-- The establishment of AOV diagram of storage structure and topological sorting algorithm for a complete program
Platform: |
Size: 4096 |
Author: 宫静 |
Hits:
Description: 向边表示活动,边上的权值表示该活动的待续时间,则此带权的有向图称为用边表示“ 活动”的网(Activity On Edge Network),简称AOV网。通常AOV网上列出了完成预定工程计划所需要进行的活动,每项活动的计划完成时间,要发生哪些事件,及这些事件和活动的关系。为了进行人力、物力的调度和分配,以缩短工期,我们必须找出影响工程进度的关键活动,这就是关键路径的求解问题。通过计算机语言程序编程动态实现基于交通网络关键路径算法的动态实现,能够使学生利用所学知识解决实际问题,从而培养学生的编程能力、创新能力和创新精神。利用Visual c++编程思想方法实现基于交通网络关键路径算法的程序设计整个过程。-132222222433wer
Platform: |
Size: 4076544 |
Author: 111 |
Hits:
Description: AOV算法,图论的,对初学者有较大的帮助,数据结构-AOV algorithms, graph theory, a greater help for beginners, data structure
Platform: |
Size: 6144 |
Author: coolgo |
Hits:
Description: 图论通用各种算法,有大量实例,包括BFS,DFS,Prim, kruskal,Dijkstra,Floyed,Aoe,Aov,topsort-General algorithms of graph theory, a large number of cases, including the BFS, DFS, Prim, kruskal, Dijkstra, Floyed, Aoe, Aov, topsort
Platform: |
Size: 1036288 |
Author: 张前东 |
Hits:
Description: 对二叉树进行拓扑排序,AOV网和拓扑排序算法-The topology of the binary tree sort, AOV network and the topological sort algorithm
Platform: |
Size: 135168 |
Author: 沈亮 |
Hits:
Description: 经典拓扑排序算法,输入aov网络显示各节点入度出度,及邻接矩阵,并输出拓扑序列-topological sort arithmetic
Platform: |
Size: 890880 |
Author: 王蔚 |
Hits:
Description: 数据结构AOV拓扑排序,算法简单易用,适合初学者-Data structure AOV topological sort algorithm is simple and easy to use, suitable for beginners
Platform: |
Size: 1024 |
Author: 李森淼 |
Hits:
Description: 代码的功能:用C语言仿真有向图的拓扑排序,代码中带有详细的注解,十分有利于阅读。拓扑排序算法是有向图的应用领域中的一种重要算法,阐述了AOV图的定义及拓扑排序算法思想。
-Functionality of the code: a directed graph topological sort in C language simulation code with detailed comments, very conducive to reading. The topological sort algorithm is to an important algorithm in Figure fields of application, on the AOV Graph definition and topological sorting algorithm thought.
Platform: |
Size: 4096 |
Author: Mei |
Hits:
Description: AOV网(Activity On Vertex Network);
(2)有向图;
(3)作为某些算法的预处理过程(如DP)。
2、算法描述:
(1)每次挑选入度为0的顶点输出(不计次序);
(2)如果最后发现输出的顶点数小于|V|,则表明有回路存在。
-AOV (Activity On Vertex Network) (2) digraph (3) as the pretreatment process of some algorithms (such as DP).2, algorithm description:(1) for each degree 0 vertex output (excluding order) (2) if found that the number of vertex output is less than |V|, showing that the loop exists.
Platform: |
Size: 5120 |
Author: 刘畅 |
Hits: