CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 关键路径

搜索资源列表

  1. Critical_path

    0下载:
  2. 对于给出的结点网络求关键路径的算法,用c语言编写的!-Give the node for the network critical path for the algorithm, with c languages!
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:19822
    • 提供者:winky
  1. aoe

    0下载:
  2. AOE网关键路径(Activity On Edge) 数据结构其中前两个数代表两个顶点之间的通路,后两个数分别代表最早开始时间和最迟开始时间 带有*的通路组成关键路径; -Key path AOE Gateway (Activity On Edge) the first two of which data structure to represent the path between two vertices, the number of the latter two represent t
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1111
    • 提供者:mazheng
  1. 7_41

    0下载:
  2. 数据结构与算法利用深度优先遍历有向图求关键路径-Critical_Path()
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:ziyou
  1. path

    0下载:
  2. 使用C++编写的数据结构中的图的关键路径。-The use of C++ to prepare the data structure in the critical path diagram.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:海川
  1. tuopu

    0下载:
  2. 拓扑排序:对给定的AOV网判断网中是否存在环,检测的办法是对有向图构造其顶点的拓扑有序序列,若网中所有顶点都在它的拓扑有序序列中,则该AOV网中必定不存在环。在拓扑排序的基础上实现关键路径的的求解。-Topological Sort: AOV of a given network to determine the existence of ring network to detect the approach is the directed graph topological structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:243516
    • 提供者:feixue_12
  1. gzlj

    0下载:
  2. 最小关键路径算法,数据结构的最小关键路径-Minimum critical path algorithm, data structure of the smallest critical path
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1794
    • 提供者:123456789
  1. lib

    0下载:
  2. 数据结构课程设计报告和源代码2:包括了哈夫曼编码压缩解压缩软件,图书管理系统和各种排序时间在不同情况下的时间消耗!绝对原创。。。。第一版已发布,第一版有各种排序算法演示--综合排序,关键路径和校园交通咨询系统的源代码和课程设计报告这些课程设计报告和源代码,欢迎大家下载下来学习!--err
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5484
    • 提供者:陈清华
  1. 67506263c_guanjianlujing

    0下载:
  2. 网上收集的 关键路径实现问题 希望有点用-Online collection of the realization of the critical path
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1487
    • 提供者:王三
  1. CriticalPath

    0下载:
  2. 用顶点表示事件,弧表示活动,弧上的权值表示活动持续的时间的有向图叫AOE 。AOE网常用于估算工程完成时间。可通过本算法来计算关键路径-Activity On Edge Network
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3233
    • 提供者:吉铭
  1. guanjianlujing

    0下载:
  2. 用c++程序编写的 用于寻找关键路径 快速方便简洁-C++ program used to prepare the critical path for quickly and easily find simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:6372
    • 提供者:姜建
  1. FigureandTree

    0下载:
  2. 数据结构:最小生成树拓扑排序图的邻接表及遍历关键路径二叉树遍历-Data structures: minimum spanning tree topology of the adjacent table to sort and map the critical path traversal binary tree traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:7975
    • 提供者:李俊
  1. pengyunhui-5

    0下载:
  2. 对于给定的一个工程施工图,该图以边为单位从键盘输入,编写能够找出该图的关键路径的程序。-For a given a construction diagram, the diagram in order to edge as a unit from the keyboard input, write code that will identify the critical path of the map program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1078
    • 提供者:pengyunhui
  1. Topo_logical_Order_7_12D

    0下载:
  2. 拓扑排序,并求关键路径.按UDG图的格式输入,程序创建UDG图,然后求关键活动,进行拓扑排序,最后将拓扑排序的结果输出。-Topological sort, and seek the critical path. By UDG graph format input, the program creates UDG chart, key activities and then seek to carry out topological sort, and finally output the re
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1734
    • 提供者:董金勇
  1. main

    0下载:
  2. 关键路径,这是数据结构的内容!!!给正在学习的同学一些参考。-The critical path, this is the content of the data structure! ! ! To the students are learning some reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:792
    • 提供者:小刘
  1. keyroad

    0下载:
  2. 用C语言给出了关键路径算法的实现,可以帮助读者较好的理解关键路径思想-With the C language are given the realization of the critical path algorithm that can help readers better understand the thinking of the critical path
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10679
    • 提供者:zhou
  1. 210405

    0下载:
  2. 关键路径的代码,可以运行,可进行不同类型数值的计算,很好用。-The critical path of the code, you can run, can be different types of numerical calculations, it just works.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1691
    • 提供者:jessica
  1. depth

    0下载:
  2. 本源码利用C++语言实现了深度优先求解关键路径的算法,对进一步了解数据结构相关知识有益-The source code to use C++ language to implement the depth-first algorithm for solving the critical path for a better understanding of data structures useful knowledge
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1841
    • 提供者:
  1. keyroad

    0下载:
  2. 编写一个检查树种的关键路径程序,有图形界面-Write a check of the critical path tree procedures, graphical interface
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:1883
    • 提供者:auld lang
  1. path01

    0下载:
  2. C++ 寻找关键路径 根据AOE网络寻找关键活动,确定关键路径 最好的解决方式-C++ find the critical path
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:236957
    • 提供者:
  1. a

    0下载:
  2. 这是寻找关键路径的超炫的C++源代码,超值得-It is stunning to find the critical path of C++ source code, value was
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2391073
    • 提供者:夜曲
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com