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

搜索资源列表

  1. CMP-problem

    0下载:
  2. 用C++语言解决关键路径问题,求图的关键路径原代码,可直接运行-CMP problem
  3. 所属分类:assembly language

    • 发布日期:2017-11-30
    • 文件大小:5075
    • 提供者:M
  1. Graph

    0下载:
  2. 对图的深度,广度遍历,关键路径算法,最短路径算法实现,求生成树的深度及叶子结点数-Depth, breadth traversal, critical path algorithm, the shortest path algorithm, find the depth of the spanning tree and leaf nodes
  3. 所属分类:Fractal program

    • 发布日期:2017-12-02
    • 文件大小:1544184
    • 提供者:zijian
  1. AOE

    0下载:
  2. 求AOE网络关键路径的源代码 输入时只能用数字 功能比较有限-Seeking the AOE network critical path of the source code input only limited digital functions
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:胡飞
  1. AOE-v1.1

    0下载:
  2. 本程序用C语言编写,输出各顶点事件的最早发生时间ve,输出各顶点事件的最迟发生时间v,输出关键路径,关键路径可能不止一条.AOE网可以计算工程的最短工期,在各种工程领域内都有着广泛的应用-the shortest path
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-29
    • 文件大小:2690
    • 提供者:gxf
  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. shortest_path_dij

    0下载:
  2. 数据结构中,迪杰斯特拉算法的源代码,用于求关键路径。-Data structure, Dijkstra algorithm source code, used to find the critical path.
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:174728
    • 提供者:Yang
  1. critical_path

    0下载:
  2. 数据结构中求关键路径的算法。隶属于图这一章节-Find the critical path data structure algorithms. Under this section diagram
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:177310
    • 提供者:Yang
  1. CriticalPath

    0下载:
  2. 关键路径算法,进阶数据结构与算法就全靠它了,图中强有力的算法-Critical path algorithm, advanced data structures and algorithms depends on it, a powerful figure in the algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2323
    • 提供者:xhjcehust
  1. guanjianlujing

    0下载:
  2. 本文详细解说了关键路径的算法,很好的原创学习材料-This detailed explanation of the critical path algorithm, very good original learning materials
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:296076
    • 提供者:zrx2
  1. critical-path

    0下载:
  2. vc平台 opencv开源 有源码和exe运行文件。求取关键路径的程序-vc opencv open source platform with source code and run the exe file. Critical path strike procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3777
    • 提供者:曹洪灵
  1. AOE

    0下载:
  2. vc平台 opencv开源 有源码和exe运行文件。求取关键路径的程序-vc opencv open source platform with source code and run the exe file. Critical path strike procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:100051
    • 提供者:曹洪灵
  1. 4

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

    • 发布日期:2017-04-15
    • 文件大小:6212
    • 提供者:崔文涛
  1. 4

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

    • 发布日期:2017-04-11
    • 文件大小:1278
    • 提供者:myf
  1. the-critical-path-of-a-graph

    0下载:
  2. • 实施一个工程计划时,若将整个工程分成若干个工序,有些工序可以同时实施,有些工序必须在完成另一些工序之后才能实施,工序之间的次序关系可用有向图表示。一个工程的完成时间可分为:最早完成时间和最晚完成时间。 • 关键路径的算法主要是通过计算工程的各个工序的缓冲时间(即:最晚完成时间减去最早完成时间的差),若某些工序的缓冲时间为零,这些工序即为关键路径,而缓冲时间不为零的工序就不是关键路径。 -• Implement a project plan, if
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1624
    • 提供者:Bingo
  1. TSP

    1下载:
  2. 使用邻接表记录存贮村庄两点的ID和村庄之间的权值。采用广度搜索,利用邓俊辉老师的模板BFS。先任取一点,搜索到它的距离最远的点(带权值)i,点i必然是关键路径上的一个最远点。再以该点为起始点搜索离他距离最远的点(带权值),所得到的一定是donfood即最远路径。-Using adjacency table records the ID stored villages and villages between the two weights. Using breadth search, use D
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-12-14
    • 文件大小:1214
    • 提供者:周嘉莉
  1. AOE-

    0下载:
  2. 用mfc完成AOE, 1.判断工程是否可行 2.求出工程每个活动的最早开始时间e(i),最迟开始时间l(i)和全工程可以完成的最早时间 3.画出AOE网络和关键路径-Complete with mfc AOE, 1. Determine engineering feasibility 2. Obtain engineering earliest start time for each activity e (i), latest start time l (i) and the wh
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:11284
    • 提供者:黄愫芸
  1. algraphkeypath

    0下载:
  2. 数据结构中的图知识,寻找关键路径,大学课程设计-Data structure diagram knowledge, to find the critical path, university curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:118264
    • 提供者:wing
  1. cpm

    0下载:
  2. 基于matlab的关键路径寻找、最早开工时间的确定,有助于解决具有拓扑结构的工程作业协调问题-Method of finding critical path and earliest start time based on matlab,which amis to help solve coordination engineering work problems with topology
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:718
    • 提供者:钟腾
  1. road

    0下载:
  2. 数据结构中关键路径的程序描述,有比较详细的说明。-Data structure,key roads
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:90892
    • 提供者:陈飞宇
  1. scheduling

    0下载:
  2. 本算法是对多处理器调度算法进行改进,提出了一种基于优先机制的算法调度算法,并进行软硬件划分,在基于关键路径的划分算法的基础上提出了基于关键路径和面积的划分算法-This algorithm is a multiprocessor scheduling algorithm is proposed to improve the algorithm priority scheduling algorithm based mechanisms, and hardware and software div
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:11962
    • 提供者:魏凯嘉
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com