搜索资源列表
sjjg
- -图的应用 建立AOV的存储结构及拓扑排序的算法的完整程序
delphi拓扑排序算法
- delphi拓扑排序算法 1.用memo表示一个AOV网络,以表示结点间的前后关系 可以修改memo.line的string list editor来修改邻接表,解决不同的拓扑排序问题。 2 在输出前驱为0的顶点号时,用线性链表来储存,以达到其在同一批输出的目的。
AOV
- AOV遍历算法,实现。数据结构课程
AOV网络的topu排序
- AOV的拓扑排序算法-AOV topological sorting algorithm
sjjg
- -图的应用 建立AOV的存储结构及拓扑排序的算法的完整程序-- The establishment of AOV diagram of storage structure and topological sorting algorithm for a complete program
Source
- 向边表示活动,边上的权值表示该活动的待续时间,则此带权的有向图称为用边表示“ 活动”的网(Activity On Edge Network),简称AOV网。通常AOV网上列出了完成预定工程计划所需要进行的活动,每项活动的计划完成时间,要发生哪些事件,及这些事件和活动的关系。为了进行人力、物力的调度和分配,以缩短工期,我们必须找出影响工程进度的关键活动,这就是关键路径的求解问题。通过计算机语言程序编程动态实现基于交通网络关键路径算法的动态
AOV
- AOV算法,图论的,对初学者有较大的帮助,数据结构-AOV algorithms, graph theory, a greater help for beginners, data structure
GraphAlgorithm
- 图论通用各种算法,有大量实例,包括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
Charts
- 对二叉树进行拓扑排序,AOV网和拓扑排序算法-The topology of the binary tree sort, AOV network and the topological sort algorithm
tuopu
- 经典拓扑排序算法,输入aov网络显示各节点入度出度,及邻接矩阵,并输出拓扑序列-topological sort arithmetic
AOV
- 数据结构AOV拓扑排序,算法简单易用,适合初学者-Data structure AOV topological sort algorithm is simple and easy to use, suitable for beginners
Topological-sort
- 代码的功能:用C语言仿真有向图的拓扑排序,代码中带有详细的注解,十分有利于阅读。拓扑排序算法是有向图的应用领域中的一种重要算法,阐述了AOV图的定义及拓扑排序算法思想。 -Functionality of the code: a directed graph topological sort in C language simulation code with detailed comments, very conducive to