CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 拓扑排序

搜索资源列表

  1. tu

    0下载:
  2. C练习作业:图 深度遍历,广度遍历,最小生成树,拓扑排序-C Exercise job: Figure depth traversal, breadth traversal, minimum spanning tree, topological sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:40077
    • 提供者:ns
  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. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:808225
    • 提供者:weiang
  1. zzzzzzzzzzzzz

    0下载:
  2. 经典的编程题目,程序员必须掌握的编程思想--拓扑排序-The classic topic of programming, the programmer must master programming ideas- topological sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:225613
    • 提供者:mao
  1. Topological-sort

    0下载:
  2. 这是图中的使用拓扑的方式,对图进行的排序,得到的拓扑排序方法。-This is the way of using topological graph, the graph of sorting, get topological sort method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:21042
    • 提供者:haoqiu
  1. 1

    0下载:
  2. 这是一个拓扑排序的程序,他可以对一个有向无环图进行排序-This is a topological sort of the process, he can be a directed acyclic graph to sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2391
    • 提供者:黄涛
  1. tanxin

    1下载:
  2. 贪心算法,本章首先引入最优化的概念,然后介绍一种直观的问题求解方法:贪婪算法。最后,应用该算法给出货箱装船问题、背包问题、拓扑排序问题、二分覆盖问题、最短路径问题、最小代价生成树等问题的求解方案。-Greedy algorithm, this chapter first introduces the concept of optimization, then introduces an intuitive problem-solving methods: greedy algorithms. F
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:35230
    • 提供者:刘丫丫
  1. Figure-topological-sort

    0下载:
  2. 拓扑排序   对一个 有向无环图 G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任 意一对顶点u和v,若u,v ∈E,则u在线性序列中出现在v之前。   通常,这样的线性序列称为满足拓扑次序的序列,简称 拓扑序列 。 注意:   ①若将图中顶点按拓扑次序排成一行,则图中所有的有向边均是从左指向右的。   ②若图中存在有向环,则不可能使顶点满足拓扑次序。   ③一个DAG的拓扑序列通常表示某种方案切实可行。 -Top
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1179
    • 提供者:江洋
  1. tuopu

    0下载:
  2. 图形化的拓扑排序 可以单步演示结果 也可以直接显示结果-Topological sort of graphical presentation can be single-step results can display the results
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2311668
    • 提供者:Belth
  1. tuopupaixu

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

    • 发布日期:2017-04-08
    • 文件大小:19816
    • 提供者:倩儿
  1. MyTopSort

    0下载:
  2. 数据结构与算法设计Project中的拓扑排序,实现对文件中课程要求的读取,并实现对其拓扑排序成课表。-This is a project,it can read requirements from a file and make a topsort for it then get a schedual of students subjects.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:8030354
    • 提供者:zhangye
  1. Topological_order

    0下载:
  2. 这是一个基于图的拓扑排序的小程序,有深度优先和广度优先两种方法遍历-This is a graph-based topological sort of small programs, depth first and breadth-first traversal of two ways
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:113000
    • 提供者:liyuan
  1. gjlj

    0下载:
  2. 关键路径求解,使用C语言做的课程设计,通过链表和拓扑排序寻找关键路径,适合做课程设计使用。-Critical path, use the C language to the curriculum design, and topological sorting through the list to find the critical path, suitable for curriculum use.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2625
    • 提供者:zdp
  1. Map22

    0下载:
  2. 一个基于VC的有向无环图操作实例源代码,图的节点可以使任意可插入OLE项,在编辑一栏,您可以插入节点、删除节点、拓扑排序、广度遍历、最短路径、插入边等操作,该程序作者是中国地质大学的姜景捷。 -A VC' s are based on directed acyclic graph operation source code examples, graph nodes can be inserted into OLE can make any entry in the Edit colu
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:27917
    • 提供者:madud00091
  1. topologytest

    0下载:
  2. 这是一个有关于拓扑排序的测试文件,讲图通过拓扑排序,输出排序后结果-the test of topological sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:281125
    • 提供者:蝶澈
  1. 17

    0下载:
  2. 这里是一个相关的拓扑排序的小程序,用于排序课表的先修关系,采用C语言编写-Topological sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:54522
    • 提供者:于水村
  1. topology-algorithms

    0下载:
  2. 拓扑排序是有向无环的一种重要的应用,实现了算法和数据结构的关系密切。-Topological sort is a directed acyclic important application, to achieve the algorithms and data structures are closely related.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:115257
    • 提供者:何萌鑫
  1. Graph

    0下载:
  2. 数据结构,图部分,C++编写的,具有创建、遍历、拓扑排序等函数。控制台程序。-Data structures, graph part, C++ written with creation, traversal, topological sorting and other functions. Console application.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:646210
    • 提供者:
  1. Class_Plan-1.3

    0下载:
  2. 实现了所选课程的正确排序,由于部分课程有先修课程,因此用到了拓扑排序的知识。-Selected the correct course to achieve the sort, as some courses have pre-course, so use a topological sort of knowledge.
  3. 所属分类:Button control

    • 发布日期:2017-05-18
    • 文件大小:4741551
    • 提供者:王希
  1. tuopu

    0下载:
  2. 图的拓扑排序 输入存储有向图 查找第一个入度为零的顶点,有就返回OK 没有则输出ERROR 用主对角线元素做“标记”当所有主对角线元素都变为1时,完成拓扑排序-Topological sorting of the input memory graph directed graph to find the first zero-degree vertices, there is no OK to return to the output ERROR to do with the main diag
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1687
    • 提供者:victor
  1. Sorting-algorithm

    0下载:
  2. 排序算法,包括拓扑排序、实数冒泡排序、复数冒泡排序等多种排序算法优化。-Sorting algorithm, including the topological sorting, real bubble sort, bubble sort, and other complex sorting algorithm optimization.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2837
    • 提供者:Aimshy
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com