搜索资源列表

  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 so
  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).
  3. 所属分类:其它资源

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

    1下载:
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:站长
  1. 关键路径39

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

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:蒋涛
  1. 关键路径算法

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

    • 发布日期:2024-05-12
    • 文件大小:30720
    • 提供者:骆子丞
  1. zb

    0下载:
  2. 用C语言实现数据结构的几种常用结构,还包括关键路径的程序。-C language data structures Several structures, including Critical Path procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:32768
    • 提供者:曾文
  1. critical_path

    0下载:
  2. 实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径-achieve a critical path algorithm. Given some point and fixed-point to the right path of duty between 2:00 seek the shortest path
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:罗春威
  1. Critical Path

    0下载:
  2. 数据结构中实现图的关键路径的算法,是在TC中运行的。-data structure to achieve the critical path map algorithm is run in the TC.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者: 张颌
  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).
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:叶兆源
  1. AOE-net

    1下载:
  2. 该程序能实现的功能,若活动图有回路则无法计算出关键路径,即解决了判断工程的可行性问题。通过对工程活动的输入,可以建立任意的AOE网进行判断。对于输入的网,可以计算出每个活动的最早开始时间,最迟开始时间和全工程可以完成的最早时间,并找出关键路径和关键活动。-the program can achieve the functional, if a circuit map activities can not be calculated cr
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:邱孝杰
  1. Critical_path2to2

    0下载:
  2. 本设计完成了要求的所有功能,可由系统建立一张图或者由用户自行建立一张图,并对该图进行关键路径的搜寻.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the design completed all the required functions, from the establishment of a system or plan established by the users themselv
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:妮娜
  1. AOE

    0下载:
  2. 采用数据结构中的AOE方法对图的关键路径进行计算,此算法摘录了课本中的算法-using the data structure to map AOE method of calculation of critical path, this algorithm extracts from the books of Algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:吴晓辉
  1. guanjian

    0下载:
  2. c语言实现关键路径。预先设定图,可输入权值,希望能满足一些人需要-Critical Path. The pre-set plan, the right value to be imported, hoping to meet some people who need
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:25600
    • 提供者:小鸟
  1. AOE

    0下载:
  2. 该算法用于分析AOE网络,求出AOE网络的关键路径.-The algorithm used to analyze the AOE network, the network obtained AOE Critical Path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:Ash
  1. KeyPath

    1下载:
  2. 数据结构中关键路径算法的实现与应用。介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法。-data structure Critical Path algorithm implementation and application. Introduced for passing key algorithm is given for the inciden
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:周善人
  1. Some_DataStruct_Arithmetic_Implement_by_C

    0下载:
  2. 1 归并链表 2 静态链表 3 堆栈 4 KMP模式匹配 5 排序 6 关键路径-a static Chain Chain 2 3 4 stack KMP Ranking 6 5 Critical Path
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:102400
    • 提供者:丘方
  1. mypro3final

    0下载:
  2. 用java写的可以计算一张图中的关键路径的程序 速度还可以-written with java can calculate a map of the critical path of procedures can also speed
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:10194944
    • 提供者:陈减肥
  1. 7、关键路径问题

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

    • 发布日期:2024-05-12
    • 文件大小:324608
    • 提供者:飞洒吧year
« 12 3 4 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org