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

搜索资源列表

  1. 1.rar

    0下载:
  2. 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:8597
    • 提供者:
  1. 关键路径39

    0下载:
  2. 关键路径39 ok VC- Essential way 39 ok VC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:蒋涛
  1. 关键路径算法

    0下载:
  2. 运行程序后!由于为了测试方便,AOE网初始化,所以,运行程序后,即可得到结果,结果包括拓扑排序和关键路径。-operating procedures! In order to facilitate the testing because, AOE network initialization, and operating procedures, can be obtained results include topological sorting and Critical Path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31466
    • 提供者:骆子丞
  1. 关键路径

    0下载:
  2. (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1972
    • 提供者:叶兆源
  1. 关键路径

    0下载:
  2. 关键路径--数据结构
  3. 所属分类:系统编程

  1. datastruct1

    0下载:
  2. 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:6562
    • 提供者:站长
  1. keyroadquestion

    0下载:
  2. 主要功能是可以实现关键路径求解问题.主要是工程进度表中的的关键时间和事件的求解问题,可以方便的完成时间的计算!-err
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:14939
    • 提供者:杨小合
  1. guanjianlujing

    0下载:
  2. 关键路径的算法 用C++实现 求工程所需时间 有见面-Critical Path algorithm C++ The realization of the time required for reverse engineering have to meet
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7562
    • 提供者:jl
  1. Cprogram

    0下载:
  2. 关键路径-----工程工期控制问题已知某工程(p1,p2,p3...,p11),每个子工程的工期、各子工程以用各了工程与总工程之间的关系如图1-1所示,现在想缩短该工程的总工期,问要缩短哪些了工程的工期,才能达到缩短该工程总工期的目标------ Works project critical path problem is known to control a project (p1, p2, p3 ..., p11), each sub-project period, the sub-pro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:11447
    • 提供者:xmg
  1. guanjianlujin

    0下载:
  2. 解决工程项目aoe-网的关键路径的问题,用到了拓扑排列 求最早发生时间 活动的最迟完成时间-Solution aoe-Net project critical path of the problem, use a topological order for the first time the activities took place at the latest completion time
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7289
    • 提供者:何高兴
  1. datastruct_example

    0下载:
  2. 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14766
    • 提供者:kk.h
  1. DataStruture-Graph

    0下载:
  2. 1.7.1 图的邻接矩阵存储表示 311 范例1-102 图的邻接矩阵存储表示 ∷相关函数:CreateFAG函数 CreateDG函数 1.7.2 图的邻接表存储表示 324 范例1-103 图的邻接表存储表示 324 ∷相关函数:CreateFAG函数 1.7.3 有向图的十字链表存储表示 335 范例1-104 有向图的十字链表存储表示 335 ∷相关函数:CreateDG函数 1.7.4 无向图的邻接多重表存储表示 344 范例1-105 无向图
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:518614
    • 提供者:北风
  1. AOE

    0下载:
  2. 介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法,并给出计算机上机实现的源程序。 -Introduced via the key for the algorithm, given the events of the node network, the requirements derived from the starting point for all the path to the end of anal
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:52072
    • 提供者:Xu Enliang
  1. Map22

    0下载:
  2. 有向无环图是描述一项工程进行过程的有效工具,主要进行拓扑排序和关键路径的操作。构建了有向无环图的一系列操作的实现.-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. Construction of a directed acycli
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:27988
    • 提供者:wang
  1. Source

    0下载:
  2. 向边表示活动,边上的权值表示该活动的待续时间,则此带权的有向图称为用边表示“ 活动”的网(Activity On Edge Network),简称AOV网。通常AOV网上列出了完成预定工程计划所需要进行的活动,每项活动的计划完成时间,要发生哪些事件,及这些事件和活动的关系。为了进行人力、物力的调度和分配,以缩短工期,我们必须找出影响工程进度的关键活动,这就是关键路径的求解问题。通过计算机语言程序编程动态实现基于交通网络关键路径算法的动态实现,能够使学生利用所学知识解决实际问题,从而培养学生的编程
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:4076548
    • 提供者:111
  1. GraphTheory

    0下载:
  2. 自己写的图论的一些基本算法,有找关键路径,最短生成树,Prim算法-On their own plans to write some of the basic algorithm, there is to find the critical path, minimum spanning tree, Prim algorithm, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:202234
    • 提供者:silence.simon
  1. graph

    0下载:
  2. 根据现有图,实现求关键路径的算法,自己编写的,有什么问题请指教-Under the existing plan, the realization of the algorithm for critical path
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:492692
    • 提供者:天天
  1. TTU

    4下载:
  2. 《数据结构》课程设计 建立并显示出有向图的邻接链表; 对该图进行拓扑排序,显示拓扑排序的结果,并随时显示入度域的变化情况; 给出它的关键路径(要求:显示出VE,VL,E,L,L-E的结果)。-" Data Structure" Course Design has established and demonstrated to the adjacency list the topological sort graph shows the results of top
  3. 所属分类:Data structs

    • 发布日期:2015-09-05
    • 文件大小:2101121
    • 提供者:S
  1. MFC_Critical_Path

    0下载:
  2. 关键路径,数据结构的AOE问题的图形界面表示,MFC经典例题-Critical path, data structure, said graphical interface AOE issues, MFC classic example
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:304648
    • 提供者:yang
  1. 7、关键路径问题

    0下载:
  2. 拓扑排序主要是为了解决一个工程能否顺利进行的问题,但有时我们还需要解决工程完成所需要的最短时间问题。我们如果对一个流程图获得最短时间,就需要分析它们的拓扑关系,并且找到当中的最关键流程,这个流程的时间就是最短时间。(Topological sorting is mainly to solve the problem of whether a project can be carried out smoothly, but sometimes we need to solve the shorte
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:324608
    • 提供者:飞洒吧year
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com