搜索资源列表
king
- 拓扑排序源码下载-topological sorting download FOSS
拓扑排序.实验4
- 这是一个拓扑排序的例子,对学数据结构的同学有很大帮助!-This is a topological sorting example, the data structure of the students will have a great help!
Curriculum
- 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加)问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表:课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使-curriculum, and topological sor
tuopupaixu
- 拓扑排序,简单地说,是由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。一个表示偏序的有向图可用来表示一个流程图。它或者是一个施工流程图,或者是一个产品生产的流程图,再或是一个数据流图(每个顶点表示一个过程)。图中每一条有向边表示两个子工程之间的次序关系(领先关系)。-Topological sort, simply put, is a collection from a poset to be the collec
toplogical_sort
- 这是一个图的拓扑排序的程序,是数据结构的图一章中比较重要的内容,程序已经调试通过,可以供大家参考-This is a map of topological sorting procedure, the map data structure is one more important chapter in the content, procedures have been debug through, you can for your r
sorting
- 数据结构课程设计_拓扑排序 用邻接表构造图 然后进行拓扑排序 -Data Structure Course Design _ topological sort graph using adjacency list structure and then proceed to topological sorting
Map22
- 有向无环图是描述一项工程进行过程的有效工具,主要进行拓扑排序和关键路径的操作。构建了有向无环图的一系列操作的实现.-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. Con
TopoLogical
- 检测一个有向图是否含有回路,并进行拓扑排序-Detection of a directed graph if it contains the loop and carry out topological sort
Topological
- 数据结构中拓扑排序的c++实现,使用VisualC++开发-Topological sort of data structure c++ implementation, using VisualC++ Development
topological.c.tar
- topological sorting algorithm
topologicalsort
- An Application to topological Sort
topological
- 拓扑排序,实现邻接表输出,最后输出正确的拓扑序列-Topological sort, the adjacent table to achieve the output, the final output of the correct topological sequence
topological
- 大学二年级 拥有3个方法采用拓扑排序来实现排课 课程设计-Topological Sort Arranging Course Design
Topological_sort_information_data_structure_tutori
- 数据结构教程拓扑排序资料Topological sort information data structure tutorial -Data structure tutorial topological sorting information Topological sort information data structure tutorial
Topological.analysis.classical.MapInfo.line.docume
- Topological analysis of classical MapInfo line documentation MapInfo线面拓扑分析经典文档-Topological analysis of classical MapInfo line documentation
Topological
- 拓扑排序算法是数据结构中算法,已经编译,并无错误,在vs2008中编译。为实验中所作算法。-Topological sorting algorithm is a data structure, algorithm, has been compiled, no errors in the vs2008 compiler. By the algorithm for the experiment.
Topological-sort
- 这是图中的使用拓扑的方式,对图进行的排序,得到的拓扑排序方法。-This is the way of using topological graph, the graph of sorting, get topological sort method.
Figure-topological-sort
- 拓扑排序 对一个 有向无环图 G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任 意一对顶点u和v,若u,v ∈E,则u在线性序列中出现在v之前。 通常,这样的线性序列称为满足拓扑次序的序列,简称 拓扑序列 。 注意: ①若将图中顶点按拓扑次序排成一行,则图中所有的有向边均是从左指向右的。 ②若图中存在有向环,则不可能使顶点满足拓扑次序。
Topological_order
- 这是一个基于图的拓扑排序的小程序,有深度优先和广度优先两种方法遍历-This is a graph-based topological sort of small programs, depth first and breadth-first traversal of two ways
topological-sort-count
- 本程序使用C语言来实现拓扑排序算,希望对别人有帮助!-This program uses the C language to implement topological sort count, want to help others!