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

搜索资源列表

  1. java-critical-path

    0下载:
  2. java的关键路径的代码,只是没有界面,数据结构-java critical path
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2104
    • 提供者:王彤
  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
    • 文件大小:1920993
    • 提供者:Mary
  1. Criticalpath

    0下载:
  2. 本程序实现了用数据结构中的图形知识编写一个求无循环有向帯权图(即通常所说的AOE网)中从起点到终点所有路径,经分析、比较求出长度最大路径,从而求出关键路径。-This code is used to calculate the every path from the starting piont to the ending piont of an AOE Figure,then carry out the maximum path after analysizing and comparin
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:郭琼
  1. lujin

    0下载:
  2. 数据结构课程中关键路径的C++语言实现。-The critical path of the C language data structures course
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1711
    • 提供者:cairong
  1. sy_4

    0下载:
  2. 对于给定的一个工程施工图,该图以边为单位从键盘输入,编写能够找出该图的关键路径的程序。-the shortest route
  3. 所属分类:Data structs

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

    0下载:
  2. 寻找关键路径-The critical path
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:347491
    • 提供者:草狐
  1. adder128x

    0下载:
  2. 128位加法器优化设计:64位加法运算+2-1多路选择器。并在关键路径上添加寄存器,降低延迟。 testbench可以测试优化的效果,在ISE中做过综合,能跑到200+MHz-128-bit adder optimization design: 64-bit adder+ 2-1MUX. In the key path, there are regs to improve the performance and reduce the delay time. you use the tes
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:119057
    • 提供者:joe
  1. data-structure-AOE-net

    1下载:
  2. 本软件围绕工程活动图AOE网的应用这一主题,用图形化的界面实现了AOE网的建立、判断工程可行性、计算工程活动开始时间、确定关键路径和关键活动等功能。 具体功能: 已知假想的工程活动图AOE网,试设计一个算法,要求: (1) 判断工程是否可行 (2) 求出工程中每个活动的最早开始时间e(i),最迟开始时间l(i)和全工程可以完成的最早时间 (3) 确定工程中关键路径和可使整个活动的工期缩短的关键活动 源码在文件夹“源代码清单”中。程序开发时所用的文件在文件夹“配
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1787997
    • 提供者:lsc
  1. AOE

    0下载:
  2. AOE关键路径,数据结构课程设计,使用MFC界面,图形化操作。有实验报告。-AOE critical path program. my project for Data Structure. Using MFC UI, Operate in GUI. It contain a report.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1113388
    • 提供者:WangLuJun
  1. JSP--E-T--GA

    2下载:
  2. 针对带有交货期窗口硬约束,并对提前/拖期零件进行惩罚的一类作业车间调度问题,设计了一种改进型遗传算法EGA。交货期窗口硬约束是指每个零件均有交货期和deadline,零件可以在交货期后完工,但绝不能超出deadline。EGA采用“逆向后推”和“顺向前拉”相结合的两阶段求解策略。针对部分染色体在解码过程中违反交货期窗口硬约束而产生非法解的问题,采用基于关键路径的染色体修复方法来调整染色体基因序列,以期实现在满足交货期窗口硬约束的同时降低零件拖期成本;在保持第一调度阶段拖期成本不变的基础上,采用基
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-01-11
    • 文件大小:25600
    • 提供者:孙启峰
  1. cnmbd

    5下载:
  2. 计算工程完成的关键路径 说明: AOE 网络是有向无环加权图,其中顶点表示事件,弧表示活动,权表示活动持续的时间,通常可以用来估算工程完成的时间,即图中从开始点到结束点之间最长的路径对应的时间。请完成一个程序,完成下列任务: 1 、计算 AOE 网络对应的拓扑排序。如果排序结果不唯一,请输出按照从小到大的顺序排列的结果。从小到大的顺序就是输入的节点序列顺序(参见下面关于输入格式的说明)。如图1中满足要求的拓扑排序是: a-b-c-d-e-f-g-h-k ,图2中满足要求的拓扑排序
  3. 所属分类:assembly language

    • 发布日期:2015-12-12
    • 文件大小:2048
    • 提供者:杨晨
  1. AOE

    0下载:
  2. 本程序用C++实现了AOE算法,可以在网络图中用来找关键路径。-AOE alogrithm to find the critical path
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:98260
    • 提供者:箫筱沐羽
  1. guanjianlujin

    0下载:
  2. 用MFC做的数据结构中的关键路径求解,记得首先必须创建一个AOE网-Solving the critical path of the data structure of the MFC to do, remember that you must first create an AOE network
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1992489
    • 提供者:彭博
  1. guanjianlujing-cmd

    0下载:
  2. 关键路径数据结构课程设计的控制台程序,创建网的时候请注意空格字符-Critical path data structure courses designed console application to create a network Please note that the space character
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2100
    • 提供者:彭博
  1. aoe

    0下载:
  2. 关键路径算法,采用邻接表结构存储图。计算最早发生时间和最晚发生时间,最终算得关键路径-Critical path algorithm, using the adjacency list structure is stored map. The calculation of the earliest and latest time of occurrence, and ultimately be regarded as the critical path
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2892
    • 提供者:洪礼纬
  1. tu

    0下载:
  2. 关于C++图的实现包括关键路径,最短路径,地杰斯特拉算法-Including on C++ map to achieve the critical path, shortest path, Jess Tel algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4861
    • 提供者:周鹏昊
  1. AOE

    0下载:
  2. 一个暑假的课程设计题目,通过在表格输入AOE网络的节点和链,最后可以求出关键路径。-A summer course design topics, through the AOE network nodes and chain input in the form, and finally can find the critical path.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1311438
    • 提供者:Tony
  1. keypath

    0下载:
  2. 输入有向图的所有顶点和每条边的端点和权值,可以对该图进行拓扑排序并得出关键路径-you can input the point and the weight of each way of a directed graph so that you can get critical path
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2211
    • 提供者:明始终
  1. criticalpath

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

    • 发布日期:2017-03-30
    • 文件大小:6995
    • 提供者:哈哈
  1. d

    0下载:
  2. 关键路径 c++实现 数据结构 中关键路径的的源代码实现-the key path by c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1580
    • 提供者:lv
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com