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

搜索资源列表

  1. suanfa

    1下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20855
    • 提供者:dark
  1. TopologicalSort

    0下载:
  2. c++ 实验拓扑排序,是大学中数据结构的作业,里面附有完整的源码以及算法思想说明,仅供大家作为参考,谢谢。-c++ TopologicalSort data struct
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1214855
    • 提供者:shenguojun
  1. TopologicalSort

    0下载:
  2. 是本科计科专业数据结构的实验之一,实现拓扑排序-Total undergraduate experimental subjects of professional data structure to achieve topological sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:193514
    • 提供者:王成
  1. data_structure

    0下载:
  2. c++与数据结构 链表 栈 二叉树 图 拓扑排序 源码-data structure linklist stack tree...
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:146910
    • 提供者:SaturnNebula
  1. TopoOrder_Level

    0下载:
  2. 单向图的最短路径搜索算法,首先对节点进行拓扑排序,然后实现复杂度为O(m)的最短路径搜索。-Single shortest path graph search algorithm, the first topological sort of nodes, and then implement the complexity of O (m) of the shortest path search.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4572
    • 提供者:丹追兵
  1. toposort1

    0下载:
  2. 用C++语言实现拓扑排序算法,但只能找到一个拓扑排序-topological sorting arrangement
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:791
    • 提供者:hiro
  1. Topological

    0下载:
  2. 拓扑排序算法是数据结构中算法,已经编译,并无错误,在vs2008中编译。为实验中所作算法。-Topological sorting algorithm is a data structure, algorithm, has been compiled, no errors in the vs2008 compiler. By the algorithm for the experiment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1704
    • 提供者:fff
  1. toposort

    0下载:
  2. 拓扑排序是网络中的确定逻辑先后顺序的一种算法,要求网络中没有回路-Topological sorting is the logical order of the network to determine an algorithm requires no loop network
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1119
    • 提供者:溪云
  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 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com