您要查找的是不是:
- The topological sorting algorithm works on unconnected graphs as well as connected graphs. 拓扑排序算法既可以用于连通图,也可以用于非连通图。
- The paper presents the definition of AOV network and the thinking of topological sort algorithm, then it analyzes defect of the traditional topological sort algorithm, afterwards, it brings forward an overall topological sort algorithm. 给出了AOV网的定义及拓扑排序算法思想,分析了传统拓扑算法的不足,提出了一个全拓扑排序求解算法。
- parallel topological sort algorithm 平行拓扑排序算法
- On Group Topological Sorting Algorithm of Directed Graph 基于组的拓扑排序
- On Group Topological Sorting Algorithm and Realization of Directed Graph 有向图的分组拓朴排序算法及实现
- Design and Application of Overall Topological Sort Algorithm in AOV Network AOV网中全拓扑排序算法的设计及应用
- topological sorting algorithm [计] 拓扑分类算法, 拓扑排序算法
- Debugging realization fast sort algorithm. 调试实现快速排序算法。
- It allows the caller's code to become part of the sort algorithm. 它允许调用方的代码成为排序算法的一部分。
- Abstract The topological sort is an important operation of directed graph s.Th is paper p resents a linear algorithm to obtain a more reasonable topological sorting in the directed acyclic graph. 摘要: 摘 要 拓扑排序是有向图的一种重要运算.;用一种线性的算法得到有向无圈图的一个更趋 于合理的拓扑序列
- This paper introduces Layered Topological Sort(LTP) concept, which is different from topological sort. 介绍分层拓扑排序概念以及它与拓扑排序的区别。
- Indicates that the string comparison must use the string sort algorithm. 指示字符串比较必须使用字符串排序算法。
- To remedy the defect,this paper designs an overall topological sort altorithm to work out all topological sequences existed in one AOV network. 文中为了弥补这一缺陷,设计全拓扑排序算法求出了AOV网中实际存在的全部拓扑序列。
- I learned how to use the common data sorting algorithms in C. 我学会了使用C语言编写常用的数据排序算法。
- Directed acyclic graph to describe the process of a project carried out an effective tool, mainly for topological sort and the operation of the critical path. 有向无环图是描述一项工程进行过程的有效工具,主要进行拓扑排序和关键路径的操作。
- The sorting result of Bquick sorting algorithm is also compared with the theory lowerbound. 并对其排序结果与理论下界作了比较。
- Layered Topological Sort and its Algorithm Design 分层拓扑排序及其算法设计与实现
- Think about the locality of reference of the sort algorithm and the data you expect it to run on. 考虑排序算法的引用地址和预期其涉及的数据。
- For example, a sort algorithm could be passed a reference to the method that compares two objects. 例如,可以向排序算法传递对比较两个对象的方法的引用。
- For example, if you are implementing a generic sort algorithm, you might want to ensure that the type that you're sorting implements IComparible. 例如,如果实现一种泛型排序算法,则可能希望确保排序的类型实现Icomparible。