搜索资源列表

  1. tuopu

    0下载:
  2. 经典的拓扑排序算法,对数据结构的关键路径,最短路径的学习有很大的帮助!-classic topological sorting algorithm, the data structure of the critical path, the shortest path in their study of great help!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8053
    • 提供者:阿科
  1. king

    0下载:
  2. 拓扑排序源码下载-topological sorting download FOSS
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:程伟
  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. bhfit

    0下载:
  2. 输入学期总数 学期的学分上限 课程数 拓扑排序所形成的课程先修关系的边数 课程号及其学分 在各学期学期负担尽量均匀和 课程集中在前几个学期进行排课两种条件下进行排课-importation of the total semester credit semester courses ceiling few topological sorting as a result of the pre-course edge courses, a
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2413
    • 提供者:houny
  1. tupopaixu

    0下载:
  2. 图的DFS遍历,以及两种拓扑排序的实现,一种是DFS拓扑排序,另一种是无后继结点的拓扑排序-map DFS traversal, and the two topological sorting the realization DFS is a topological sorting, Another is no subsequent node of topological sorting
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15503
    • 提供者:jasmine
  1. operate

    0下载:
  2. 1,图的建立与遍历操作 建立图的邻接矩阵 输出图从顶点V0出发按深度优先遍历的顶点序列 输出图从顶点V0出发按广度优先遍历的顶点序列 2,图的建立与拓扑排序-1, Graph traversal operation with the establishment of the establishment of the adjacency matrix output plans starting from the verte
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:27289
    • 提供者:刘黎
  1. ecstphfm

    0下载:
  2. 这是数据结构基础算发知识的VC实现 如二叉树遍历、拓扑排序、哈夫曼树等-This data structure is based on the operator's knowledge of VC as binary tree traversal, topological sorting, Huffman tree;
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2938
    • 提供者:陈朝熙
  1. topologySort

    0下载:
  2. 拓扑排序问题,就是将一串数字写出他的拓扑序列-topological sorting problem, which is a bunch of figures to write his topological sequence
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:13157
    • 提供者:无名氏
  1. graghtuopu

    0下载:
  2. 图的拓扑排序,是无前趋的接点拓扑排序,数据结构实验的同学可以看看!-map of topological sorting, and there is no contact before becoming the topological sorting, data structure experiments students can see!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:36786
    • 提供者:ysn
  1. Curriculum

    0下载:
  2. 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加)问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表:课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使-curriculum, and topological sor
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:192862
    • 提供者:luowenfen
  1. TOp-course

    0下载:
  2. 拓扑排序实现排课功能 8学期任意多门课程排序-topological sorting functions to achieve time-more than eight semester course arbitrary ranking
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:217666
    • 提供者:lipiji
  1. greedy_tuopupaixu

    0下载:
  2. 介绍了贪婪算法在拓扑排序中的应用,对于学习贪婪算法很有用-of greed in topological sorting algorithm, the application learning greedy algorithm useful
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:6770
    • 提供者:caihaibin
  1. xiaoliang1tuopu

    0下载:
  2. t拓扑排序 输入 顶点数 边数..... 进行拓扑排序-not topological sorting input vertices edge topology ranking
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1753
    • 提供者:湖可
  1. zengshangwen

    0下载:
  2. 数据结构程序设计,里面包括有若瑟夫环,拓扑排序,各种内部排序比较,二叉树排序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32288
    • 提供者:samuel
  1. sort

    0下载:
  2. 课程安排,用拓扑排序实现,大家可以看一下
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:137693
    • 提供者:clseer
  1. tupo

    0下载:
  2. 简单的拓扑排序示例,是初学者对此结构编程进行深入了解的典型例题,很有帮助.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15114
    • 提供者:xubo
  1. topologicalsort

    0下载:
  2. 严版(c语言)数据结构中拓扑排序的实验,经调试,可运行
  3. 所属分类:其它资源

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

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

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

    0下载:
  2. 一个用java写的基于拓扑排序的排课系统
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:6578
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 19 »

源码中国 www.ymcn.org