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

搜索资源列表

  1. tuopu.rar

    0下载:
  2. 拓扑排序 vs2010实测通过 真的很完美哦,tuopu sort
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:2062672
    • 提供者:wang
  1. topological-ordering

    0下载:
  2. 这是拓扑排序的两种算法的对比,其中一个需要判断环结构算法过于复杂,但提出了另一个思路有兴趣的同学可以改一改,如果成功了请联系我,另一个是标准答案。-This is a comparison of the two topological sorting algorithm, one needs to determine the ring structure algorithm is too complex, but another idea Interested students can modi
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:419457
    • 提供者:杨伟健
  1. 1

    0下载:
  2. 判断有向图是否可以拓扑排序,如果可以拓扑排序则输出排序结果-Determine whether digraph topological sorting sorting results, if possible topological sorting output
  3. 所属分类:Other Databases

    • 发布日期:2017-11-14
    • 文件大小:1692
    • 提供者:陈超
  1. Schedule

    0下载:
  2. 打印输出XXX专业本科4年每学期的课表:用一个图表示课程之间的选修次序关系,并用邻接表结构存储图,根据拓扑排序的思想,考虑每个学期选修学分数的限制,打印输出各个学期的课表-。 Due on or before Dec.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:9216
    • 提供者:kevin阿斯
  1. tu

    0下载:
  2. (1)键盘输入数据,建立一个有向图的邻接表。 (2)输出该邻接表。 (3)建立一个无向图的十字链表。 (4)在有向图的邻接表的基础上计算各顶点的度,并输出。 (5)采用邻接表存储实现无向图的深度优先遍历。。 (6)采用邻接表存储实现无向图的广度优先遍历。 (7)以有向图的邻接表为基础实现并输出它的拓扑排序序列 (8)采用邻接矩阵存储实现无向图的最小生成树的PRIM算法。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) keyboard input
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:6284
    • 提供者:BidyBai
  1. PrintTheSchedule_DataStructure_Lab4

    0下载:
  2. 数据结构试验-打印输出计算机本科专业4年每学期的课表;C++实现;图的邻接表存储结构以及拓扑排序的基本思想-Data structure test- printout computer 4 years of undergraduate per semester timetables C++ achieve basic idea of ​ ​ the adjacency table storage structure and topological sorting
  3. 所属分类:Other systems

    • 发布日期:2014-09-21
    • 文件大小:1121280
    • 提供者:zhangyun
  1. Topological-Sort

    0下载:
  2. 拓扑排序 有源代码 cpp 利用深度优先搜索策略-Topological Sort Topological Sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:13290
    • 提供者:谢枫
  1. tp

    0下载:
  2. 拓扑排序算法,用c++实现拓扑排序,适用于本科数据结构教学-topological sorting
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:696
    • 提供者:sh
  1. Final

    0下载:
  2. 输入几个条件、论断,判断结论是否为正确,应用了链表的拓扑排序。-Enter a few conditions, assertion, judgment conclusion is correct, the application of topological sorting of the list.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:950990
    • 提供者:林伟
  1. topolopy

    0下载:
  2. 拓扑排序 Java GUI 数据结构课程设计-The topological sorting Java GUI data structure curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:710280
    • 提供者:陈首新
  1. guanjianlujingwenti-

    0下载:
  2. 用拓扑排序、邻接矩阵存储 结构建图、for语句的灵活运用,栈及数组来实现最短路径问题-Topological sorting adjacency matrix storage structure building plans, the flexible use of the for statement, stacks and arrays to achieve the shortest path problem
  3. 所属分类:File Formats

    • 发布日期:2017-12-04
    • 文件大小:62872
    • 提供者:陌生,爱
  1. tuopu-order

    0下载:
  2. 对数据进行拓扑排序,数据已经在内部定义。-Topological sorting of the data, the data has been defined internally.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:184092
    • 提供者:maguocai
  1. Data-Structures-and-Algorithms

    0下载:
  2. 数据结构与算法分析,Huffman编码、带括号的算术表达式求值、A Text Editor Imlementation、拓扑排序-Data Structures and Algorithms, Huffman coding, bracketed arithmetic expression evaluation, the A the Text Editor Imlementation, topological sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:3830856
    • 提供者:du pengrui
  1. topological_sort

    0下载:
  2. 这段代码是实现数据结构中“拓扑排序”功能,采用C语言进行编程-This code is to achieve data structure " topological sort" function, using the C programming language
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:9702
    • 提供者:lantian
  1. graph

    0下载:
  2. 几乎包含了图的所有操作,邻接矩阵,邻接表建立,递归非递归深搜广艘遍历,floyd,prim,kruscal,地界斯特拉算法,拓扑排序,关键路径-Figure includes almost all the operations, the adjacency matrix, adjacency list creation, deep search recursive non-recursive traversal wide ship, floyd, prim, kruscal, boundary
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1449470
    • 提供者:宁淡淡
  1. shudebianli

    0下载:
  2. (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。 -Will map the information to create documents
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:4810
    • 提供者:banxiaocui
  1. text

    1下载:
  2. 给定N个顶点、E条边的图G,完成图的相关算法,具体要求如下: 1 完成图的创建方法,即从键盘或文件输入图的信息,建立图的邻接表或是邻接矩阵存储结构。 2 给出判定图的性质的算法,即能够判定图是否是有向图、无向图、有向无环图、连通图等。 3 根据输入的图的性质,实现以下算法(选择其中一两个): 如果图是有向无环图,则先实现图的某种遍历算法,在此基础上实现图的拓扑排序算法。 如果图是连通图,则求出图的最大生成树(不是最小生成树,参考讲授的方法),即得到的生成树权值之和最大
  3. 所属分类:Other windows programs

    • 发布日期:2014-05-03
    • 文件大小:3968000
    • 提供者:kuotier
  1. tuopupaixu

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

    • 发布日期:2017-11-17
    • 文件大小:1239
    • 提供者:julia
  1. 5_16

    0下载:
  2. 1.有向图的邻接表的建立,以及拓扑排序2.无向图邻接矩阵的建立,及其深度优先搜索和广度优先搜索-1 directed graph adjacency table creation, as well as topological sorting 2. Undirected graph adjacency matrix creation, and its depth-first search and breadth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1259413
    • 提供者:
  1. top_sort

    0下载:
  2. 数据结构中拓扑排序算法的源代码,是图中一个很重要的概念-Topological sorting algorithm data structure of the source code, is drawing a very important concept
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:166703
    • 提供者:Yang
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com