搜索资源列表

  1. tuopupaixu

    0下载:
  2. 拓扑排序算法和主函数,希望大家好好运用,如果有什么不懂可以联系我哦-topological sorting algorithm and the main function, we make good use of hope that if there is any link I can understand Oh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:913
    • 提供者:张宗博
  1. tuopupaixu

    0下载:
  2. 拓扑排序,VC能够通过,没错误!而且也比较好!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1109
    • 提供者:tevez
  1. tuopupaixu

    0下载:
  2. 拓扑排序,简单地说,是由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。一个表示偏序的有向图可用来表示一个流程图。它或者是一个施工流程图,或者是一个产品生产的流程图,再或是一个数据流图(每个顶点表示一个过程)。图中每一条有向边表示两个子工程之间的次序关系(领先关系)。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6578
    • 提供者:
  1. tuopupaixu

    0下载:
  2. 运用拓扑排序进行课程的分类排序,是数据结构课程设计的辅助参考程序。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1988
    • 提供者:kahn
  1. tuopupaixu

    0下载:
  2. 拓扑排序算法和主函数,希望大家好好运用,如果有什么不懂可以联系我哦-topological sorting algorithm and the main function, we make good use of hope that if there is any link I can understand Oh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:张宗博
  1. tuopupaixu

    0下载:
  2. 拓扑排序,VC能够通过,没错误!而且也比较好!-Topological sort, VC can be passed, no errors! But also better!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:tevez
  1. tuopupaixu

    0下载:
  2. 拓扑排序,简单地说,是由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。一个表示偏序的有向图可用来表示一个流程图。它或者是一个施工流程图,或者是一个产品生产的流程图,再或是一个数据流图(每个顶点表示一个过程)。图中每一条有向边表示两个子工程之间的次序关系(领先关系)。-Topological sort, simply put, is a collection from a poset to be the collec
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:
  1. tuopupaixu

    0下载:
  2. 运用拓扑排序进行课程的分类排序,是数据结构课程设计的辅助参考程序。-The use of topological sort of Sort curriculum is the data structure of the curriculum design process auxiliary reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:kahn
  1. tuopupaixu

    0下载:
  2. 拓扑排序,随机的给出一个图,通过此算法可以获得该图的拓扑排序的结果-Topological sorting, random given a map, get through this algorithm to sort the results of the topological map
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:xixi
  1. tuopupaixu

    0下载:
  2. 此为拓扑排序算法,拓扑排序是网络中的确定逻辑先后顺序的一种算法,要求网络中没有回路-This is the topological sort algorithm, the network topology in order to determine the logical order of an algorithm that requires no loop network
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:807936
    • 提供者:weiang
  1. tuopupaixu

    0下载:
  2. 数据结构实验,关于拓扑排序的,希望对大家有帮助-Experimental data structure, on the topological sort, we hope to help
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:19456
    • 提供者:倩儿
  1. TUOPUPAIXU

    0下载:
  2. 图论中的拓扑排序问题可以用来解决图中的回路问题。-Topological sort problem in graph theory can be used to solve the circuit in Figure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:王莉
  1. tuopupaixu

    0下载:
  2. 数据结构中拓扑排序问题,包括头文件和主文件-Topological sorting problem in the data structure, including the header file and master file
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者:xiaoming
  1. tuopupaixu

    0下载:
  2. 实现拓扑排序算法,可用于判断图中是否存在环-Achieve topological sorting algorithm to determine the existence of maps Central
  3. 所属分类:软件工程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:julia
  1. tuopupaixu

    0下载:
  2. 输出一个有向无环图(DAG)的拓扑排序。通过计算各顶点的入度数,删除入度为零的顶点,同时将该顶点指向的点的入度减一。重复此操作直到所有点都被输出。-Output a directed acyclic graph (DAG) topological sort. Through calculating the degree of each vertex deleting zero vertices into degrees, at the
  3. 所属分类:并行运算

    • 发布日期:2024-05-13
    • 文件大小:244736
    • 提供者:李阳
  1. tuopupaixu

    0下载:
  2. 该程序使用VC编写的,其主要是实现ACM堆拓扑排序的功能。-The program uses the VC, which is mainly realized ACM heap topological sorting function.
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:jion
  1. tuopupaixu

    0下载:
  2. 利用拓扑排序实现课表的排序,是拓扑排序的应用,供学习参考(Timetable topological sorting achieve the sort of topological sorting applications, for learning reference)
  3. 所属分类:数值算法/人工智能

源码中国 www.ymcn.org