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

搜索资源列表

  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. critical-path

    0下载:
  2. 求解某项工程计划的AOE网的关键路径。输入数据建立AOE网络,计算每一个事件的Ve和Vl,每一个活动的e和l,求出该项工程的所有关键活动和非关键活动,进而求得关键路径。-Solving the critical path of a project AOE network. Input data setup AOE network, compute Ve and Vl every event, every event e and l, find all the key activities and
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:2757
    • 提供者:陈凤群
  1. pro_Manage

    0下载:
  2. 基于关键路径的工程管理系统,求得关键活动,缩短工程周期。-Project management system based on critical path
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7473
    • 提供者:寒冰玉
  1. HIGH-8B_10B-DECODE-ASIC

    0下载:
  2. 本文重点研究了高速8b/10b解码器的设计与实现,在详细介绍了解码原理及 多种传统解码方案的基础上,采用流水线结构设计了高速8b/10b解码器。通过 仔细分析传统解码器的不足,精心设计流水线结构及触发器在关键路径上的插入 点,使得所设计电路的速度比传统解码器有了较大的提升。-This paper focuses on the 8b/l 0b decoder,including the decoding principles and a variety of decoding sc
  3. 所属分类:Development Research

    • 发布日期:2017-05-27
    • 文件大小:9962829
    • 提供者:梧桐雨
  1. critical_path

    0下载:
  2. 本代码实现java实现带权无环图关键路径的查找,使用者可根据自身需要进行修改-This code implements the Java implementation of weighted acyclic graph find the critical path, the user can modify according to their own needs
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3590
    • 提供者:dfgww2
  1. Graph

    0下载:
  2. 用邻接表存储的图,实现了插入、删除、查找、拓扑排序、关键路径、查找路径等算法。-Adjacency table stored map to achieve the insert, delete, search, topological sort, critical path, find the path algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7505
    • 提供者:马学威
  1. DAGKEY

    0下载:
  2. 给定DAG图,用Java求其关键路径,DAG图的输入接口还不带完善,目前需要手工在main函数中改,可以通过界面输入。-this applet can give out the key path of a DAG graph, but the interface of inputing is not quite good.
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:21426
    • 提供者:jumbo lero
  1. keyRoute

    0下载:
  2. 设计并实现关键路径的一种应用。 [基本要求] (1)实现拓扑排序和关键路径的发现。 (2)给出一个具体的应用环境。-Design and implement an application of the critical path. [Basic requirements] (1) to achieve discovery topological sorting and critical path. (2) give a specific application environm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:283851
    • 提供者:真真
  1. AOE

    0下载:
  2. 2、设计一个程序求出完成整项工程至少需要多少时间以及整项工程中的关键活动。 实验步骤: ①、在Java语言编辑环境中新建程序,输入如下图所示的AOE网; ②、按照关键路径求取步骤,求出各个顶点的最早开始时间和最迟开始时间; ③、求出各个活动的最早开始时间和最迟开始时间; ④、找出该AOE网的关键路径,并计算出该项目的完成时间。-How much time, and the whole project is a key activity in the design of
  3. 所属分类:Fractal program

    • 发布日期:2017-04-15
    • 文件大小:6068
    • 提供者:甘颖乐
  1. 3

    0下载:
  2. 求二叉树 关键路径的例题,可以为其它题目解决提供模板,过程很详细的-example for binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:211400
    • 提供者:liyun
  1. AOE

    0下载:
  2. 用邻接表存储有向图并建立AOE网; 用图形的形式输出有向图; 输出关键路径和关键活动。-Adjacency table is stored AOE directed graph and the establishment of networks In the form of graphics output directed graph Output critical path and critical activities.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:hjm
  1. 6

    0下载:
  2. 《数据结构》 第6次上机题目 ( 图 练习 ) 1. 图的深度优先和广度优先遍历; 2.拓扑排序; 3. 关键路径练习(选做题); 4.最短路径练习(选做题)。-" Data Structure" depth first and breadth sixth title on the machine (Figure Exercise) 1. Graph traversal priority 2. Topological sorting 3. Critical
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6532
    • 提供者:steve
  1. mapsearch

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

    • 发布日期:2017-04-30
    • 文件大小:180882
    • 提供者:靳以2002
  1. 7103

    0下载:
  2. AOE网。实现AOE网查找关键路径。分别列出每个活动的最短时间和最长时间-failed to translate aaaaaaaa
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1227
    • 提供者:gong75173
  1. criticalpath

    0下载:
  2. 这是一个求取关键路径的c语言程序设计源代码-This is a strike the critical path of c language programming source code
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7040
    • 提供者:cong751739
  1. project-Critical-path

    0下载:
  2. 适用于Microsoft Project 的VBA,对于给定网络图计算关键路径-For Microsoft Project, VBA, the calculation of critical path for a given network diagram
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1212
    • 提供者:zhaao37j307
  1. criticalpath

    0下载:
  2. 关键路径法(CPM)是一种用来预测总体项目历时的项目网络分析工具-Critical Path Method (CPM) is a program used to predict the overall duration of the project network analysis tools
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2655
    • 提供者:小小
  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
    • 文件大小:92203
    • 提供者:曾跃
  1. CriticalPath_CD

    0下载:
  2. 数据结构,关键路径 是计划项目活动中用到的一种算术方法。[1] 对于有效的计划管理而言,关键路径是一个十分重要的工具。与计划评核术(Project Evaluation and Review Techniqu,PERT)非常类似。要径法所使用的估计作业时间是单一或确定的,而计划评核术则是使用机率性的估计作业时间。这两种技术经常混合使用,简称CPM/PERT 。[1] -Critical Path Method,CPM
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:984656
    • 提供者:olivia
  1. AOE

    0下载:
  2. 求解关键路径,数据结构的相关内容,用c语言编写,代码结构清晰,易于理解-Solving the critical path, the data structure of the relevant content, using c language, the code structure is clear and easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1377
    • 提供者:廖桂才
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com