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

搜索资源列表

  1. 最短路径的求解

    0下载:
  2. 本实验中的问题是一个逻辑问题,而实验的目的是运用邻接矩阵解决图存储并解决在此结构情况下对矩阵中元素的扫描计算。其关键是怎样储存和计算。储存用的是邻接矩阵,而计算是用迪杰斯特拉算法。-experiment of the problem is a problem of logic, and The purpose of this experiment is to use the adjacency matrix storage solutions and plans to solve the st
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.02kb
    • 提供者:哈哈发
  1. key_path

    0下载:
  2. AOE图工程工期控制问题,求解工程的工期与关键路径-AOE plans to control the construction period, the time limit for the project and the critical path
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.19kb
    • 提供者:aaa
  1. picture

    0下载:
  2. 图结构有着广泛的应用,本实训主要涉及两个方面的内容:一个是有关图的最短路径问题,用一个交通查询系统例子来验证迪杰斯特拉算法和费洛伊德算法;而另一个则工程项目实施过程中的关键路径问题。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.6kb
    • 提供者:王阿川
  1. stuctures

    0下载:
  2. 本系统采用C语言编写,利用邻接链表实现最短路径问题,关键路径问题等
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.39kb
    • 提供者:66
  1. AOE-net

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

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:邱孝杰
  1. 最短路径代码题目

    0下载:
  2. 、实验目的 因特网中,路由器中路由表的生成是非常关键的技术问题。目前,在因特网中的路由器中,都支持开放最短路径优先(OSPF)路由生成算法。OSPF算法生成速度快,而且收敛快、性能稳定,是目前已知的因特网中路由表生成的最好算法之一。 OSPF最重要的内容是路由器如何根据已接收到的本路由器所在的自治系统(AS)的路由器拓扑结构以及各路由器和网络之间的传输费用(代价、权),生成一条从本路由器到AS中各路由器的最短路径,进而生成路由表。 本实验的目的是根据一个给定的网络拓扑结构及路由器之间的传输
  3. 所属分类:文档资料

    • 发布日期:2011-11-22
    • 文件大小:85kb
    • 提供者:26488843@qq.com
  1. keyroadquestion

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

    • 发布日期:2017-03-29
    • 文件大小:14.59kb
    • 提供者:杨小合
  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
    • 文件大小:11.18kb
    • 提供者:xmg
  1. TraversingGraph

    0下载:
  2. 图的遍历算法是求解图的连通性问题、拓扑排序和求关键路径等算法的基础-Graph traversal algorithm is to solve the graph connectivity problem, topological sorting and demand, such as critical path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.69kb
    • 提供者:周爽
  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
    • 文件大小:7.12kb
    • 提供者:何高兴
  1. Source

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

    • 发布日期:2017-05-15
    • 文件大小:3.89mb
    • 提供者:111
  1. 67506263c_guanjianlujing

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

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

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

    • 发布日期:2017-04-17
    • 文件大小:481.14kb
    • 提供者:天天
  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
    • 文件大小:297.51kb
    • 提供者:yang
  1. cnet

    0下载:
  2. 图的相关操作,基于遍历的最短路径,关键路径问题-Map-related operations, based on the shortest path to traverse, the critical path problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.99kb
    • 提供者:李玉容
  1. critical_path_works

    0下载:
  2. 关键路径问题的解决,关于一些简单的功能实现,使用c语言完成,用于数据结构实习-Critical path problems on some simple, accomplished using the c language for data structures internship
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.83mb
    • 提供者:Mary
  1. CMP-problem

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

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

    0下载:
  2. 数据结构,关键路径问题,设计并实现关键路径的一种应用,采用图的算法-Data structure, critical path problem, using graph algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:176.64kb
    • 提供者:靳以2002
  1. Critical-path-problem-

    0下载:
  2. 关键路径问题,用二叉树的方法去实现如何和查找关键的路途,帮助你怎样选择最佳路径。-Critical path problem, the binary tree method to achieve and how to find the key to the road, to help you how to choose the best path.
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:90.04kb
    • 提供者:曾跃
  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
    • 文件大小:317kb
    • 提供者:飞洒吧year
« 12 »
搜珍网 www.dssz.com