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

搜索资源列表

  1. timu

    0下载:
  2. 用于m=2 的机器调度问题,可求出最优解与花费的时间-m = 2 for the machine scheduling problems, the optimal solution can be obtained with the time
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1323
    • 提供者:吴习
  1. chejiandiaodu

    0下载:
  2. 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加工路线是事先确定的;(2)表示机器约束条件:对每台
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4622
    • 提供者:chen
  1. CSimulation

    0下载:
  2. 根据优先级高低对进程进行调度.这是上操作系统的第一个上机作业.-according to the priority level of process scheduling. This is the first operating system on a machine operating on.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:59191
    • 提供者:dsffs
  1. multi-machine-scheduling-problem

    0下载:
  2. 用贪心算法解决多级调度问题,用C++语言实现-Greedy algorithm for multi-machine scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1359
    • 提供者:张张
  1. he-pipeline-processing-stages

    0下载:
  2. n个任务在流水线上进行m个阶段的加工 ,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机 器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以 在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所 有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最 小。-n-m on the task in the pipeline processing stages,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2878
    • 提供者:guoxiangwang
  1. Flow-shop-scheduling

    1下载:
  2. 流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器 上开始加工,到最后一个作业在机器 上加工完成所需的时间最少。-Flow-shop scheduling problem requires to determine that the optimal n-job processing sequence, so the first job from start processing on the machine, to the last job on the machine p
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:236927
    • 提供者:阿四
  1. Job-shop-scheduling

    0下载:
  2. 使用CDS(一种基于John算法的拓展算法)和Palmer算法解决m-machine和n-job 的jobshop schedling问题,并对主要的功能指标进行比较。使用Matlab运行调用Drawchat()函数。-Use of CDS (algorithm based on the expansion of John algorithm) and Palmer algorithm to solve m-machine n-job and the jobshop schedling issu
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:32271
    • 提供者:ylh
  1. Multi-machine-scheduling-problem

    0下载:
  2. 用贪心算法解决多机调度问题,采用C++编程 -Multi-machine scheduling problem greedy
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:876160
    • 提供者:lydia
  1. Shop-scheduling-source-code

    1下载:
  2. 代码简介 典型JOB SHOP调度问题(FT10) :工序编码的遗传算法。 在上面典型JOB SHOP调度问题中,每个工件加工的时候可以选择多台机器加工。 使用工序编码的遗传算法。-a typical code Introduction JOB SHOP scheduling problem (FT10): process-coded genetic algorithm. In the above typical JOB SHOP scheduling problem, when eac
  3. 所属分类:transportation applications

    • 发布日期:2017-03-29
    • 文件大小:133010
    • 提供者:kent
  1. Multi-machine-scheduling-algorithm

    0下载:
  2. 多级调度算法,做出来仅供参考学习,语言是C-this is a Multi machine scheduling algorithm just for reference and learning, used language is C++
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:1086290
    • 提供者:K
  1. Multi-machine-scheduling

    0下载:
  2. 将对n个独立作业如何分配在m台相同的机器加工处理的多机调度问题进行解决,这就是我们要解决的任务。 本程序编写目的为使得解决多机调度问题的过程以图形界面方式动态的展示出来,以让用户能够轻易的看出解决的方案以及过程。采用java开发。 -Will be n independent jobs on m machines how to allocate the same machine processing of multi-machine scheduling problem to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:360722
    • 提供者:invest
  1. scheduling-in-single-machine

    0下载:
  2. 文分别运用分枝定界算法,启发式算法及它们的混合算法解决了单机车间的订单接收和调度问题,并进行了比较实验。-Order acceptance and scheduling in a single-machin environment: exact and heuristic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:383748
    • 提供者:郑凡
  1. Machine-Scheduling-Problem

    0下载:
  2. mechine scheduling problem
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:hataken
  1. Java-virtual-machine-and-migration

    0下载:
  2. 探索并实现一个基于嵌入式应用平台的 Java虚拟机 .在移植过程中所采用的平台是 Motorola的 MPC5 5 5芯片 ETAS实验板 ,虚拟机的实现平台是 RTXC实时操作系统 .所实现的 Java虚拟机可以在 RTXC的内核机制下实现调度 ,并且可运行简单的 Java用例 ,对 Java虚拟机在嵌入式系统中的应用具有重要的指导意义 .-Exploration and implementation of the Java Virtual Machine-based platform for
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:150768
    • 提供者:胡涛
  1. single-machine-sheduling

    0下载:
  2. Single machine scheduling algorithm for minimizng tardie-Single machine scheduling algorithm for minimizng tardiess
  3. 所属分类:matlab

  1. Machine-Scheduling

    0下载:
  2. 掌握贪心算法,利用贪心算法解决多机调度问题, 分析实验结果,是否能将机器处理时间最短化-Master greedy algorithm using the greedy algorithm to solve multi-machine scheduling problem, Analysis of experimental results, whether the machine can process the shortest of
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:212615
    • 提供者:闵俊杰
  1. Multi-machine-scheduling

    0下载:
  2. 多机调度算法 MATLAB实现,算法实现了多机调度,以供大家学习-Multi machine scheduling Multi machine scheduling Multi machine schedulingMulti machine scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:245421
    • 提供者:再问一次
  1. Machine-Scheduling-Problem

    0下载:
  2. Machine Scheduling Problem
  3. 所属分类:数值算法/人工智能

  1. Parallel Machine Scheduling

    0下载:
  2. PARALLEL MACHINE PROBLEM SA
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:maroli
  1. (模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling

    5下载:
  2. (模拟退火法-韩甘特图)ypap107-parallel-machine-scheduling,模拟退火算法求解并行车间调度问题程序,可运行出结果,结果可行有效(matlab编程实现)
  3. 所属分类:汇编语言

« 1 23 4 5 6 7 »
搜珍网 www.dssz.com