CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Flow Shop

搜索资源列表

  1. flowshop

    1下载:
  2. 实现作业调度机制,用动态规划解决流水作业调度问题-Implement job scheduling mechanism, flow-shop scheduling with dynamic programming to solve the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:582
    • 提供者:赵莉
  1. Two-processor_flow-shop_scheduling

    0下载:
  2. 两处理机流水作业调度实现两处理机间流水作业调度问题-To achieve the two processor flow-shop scheduling flow shop scheduling problem between the two processors
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1061
    • 提供者:赵莉
  1. matlab-for-Flow-Shop-Scheduling

    1下载:
  2. 将matlab用来求解流水车间调度源程序-Flow Shop Scheduling source will be used to solve matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3046
    • 提供者:james
  1. liushuizuoyediaodu

    0下载:
  2. 两台计算机上安装了分别两个相同的处理器 P1 和 P2 . 现有N个任务( jobs) J1, ... , JN 要在这两台台计算机上处理。每个任务 Ji 都被分成2个子任务 ji1 和 ji2 .这个问题相当于流水作业调度问题(这里的N个问题被分为了2N个问题,因此在流水作业调度问题中输入的任务数应为偶数,但考虑到能执行奇数个应用比较广发,则没有特殊规范要求),用动态规划算法解决: n个作业{1,2,…,n}要在由2台机器M1和M2组成的流水线上完成加工。每个作业加工的顺序都是先在M1上加
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:2013
    • 提供者:
  1. liushuichejiandiaoduwenti-matlab

    1下载:
  2. 基于遗传算法的流水车间调度问题代码,非常实用-Based on Genetic Algorithm for Flow Shop Scheduling code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2915
    • 提供者:阮秀秀
  1. Flow-shop-scheduling-problem

    0下载:
  2. 代码实现的是流水作业调度问题的解决,流水作业调度问题是经典的算法问题。-Code is to solve the flow-shop scheduling problems, flow-shop scheduling problem is a classical algorithm for the problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:8915
    • 提供者:
  1. parallel-ga

    0下载:
  2. Solving flow shop scheduling problem using a parallel genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:217713
    • 提供者:mohammad.b
  1. flow-shop-scheduling

    1下载:
  2. flow shop 的文档 简单易懂 容易上手很实用-flow shop
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:14323
    • 提供者:caihongjm
  1. BBO

    0下载:
  2. bbo算法是一种优化算法,可以解决流水车间调度问题,望大家下载学习-bbo algorithm is an optimization algorithm, flow shop scheduling problem can be resolved, we hope to learn download
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1780
    • 提供者:Morris
  1. Flow-Job-with-NEH-initilization

    0下载:
  2. This Code source resoudre Flow-shop Problem. we use the GA algorithm with NEH initialzation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:17714
    • 提供者:benmazouz
  1. FlowOperation.cpp

    0下载:
  2. 给定n个作业,每个作业有两道工序,分别在两台机器上处理。一台机器一次只能处理一道工序,并且一道工序一旦开始就必须进行下去直到完成。一个作业只有在机器1上的处理完成以后才能由机器2处理。假设已知作业i在机器j上需要的处理时间为t[i,j]。流水作业调度问题就是要求确定一个作业的处理顺序使得尽快完成这n个作业。-Given n jobs, each job prescribe procedures were handled on both machines. A machine can only h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2616
    • 提供者:
  1. flowshop

    0下载:
  2. 流水作业调度问题的动态规划算法,流水作业调度问题要求确定这n个作业的最优加工顺序,使得从第一个作业在机器M1上开始加工,到最后一个作业在机器M2上加工完成所需的时间最少。- Dynamic programming algorithm for flow shop scheduling problems, flow-shop scheduling problems required to determine the optimal processing sequence which n jobs
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:755
    • 提供者:guowanwan
  1. flowshop

    0下载:
  2. Development of a heuristic for the flow shop problem
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:35134
    • 提供者:kakaw
  1. Flowshop--PSO

    6下载:
  2. 求解置换流水车间调度问题,采用改进的粒子群算法,结合经典的调度案例,有甘特图。-For permutation flow shop scheduling problem, an improved particle swarm optimization, combining classical scheduling cases, there is a Gantt chart.
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:23360
    • 提供者:王琳
  1. Johnson

    0下载:
  2. 计算Flow Shop调度问题及最优结果所用时间(Compute the Flow Shop scheduling problem and the time taken for the optimal results)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:327680
    • 提供者:luis1994
  1. 新建文件夹

    0下载:
  2. 混合流水车间的调用函数的MATLAB代码(The MATLAB code of the calling function of the mixed flow shop)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:小邪仙0321
  1. NEH.m

    0下载:
  2. 1.NEH principle (1) the processing time of each workpiece on all machines is summed; the summed values are sorted from large to small; (2) first select the first workpiece (the longest processing time), with the second workpiece into the first wo
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:27648
    • 提供者:bobox
  1. 入门学习资料

    2下载:
  2. 包含plant simulation基础教程以及一个流水车间仿真示例包含源文件(Contains plant simulation basic tutorials and a flow shop simulation example, including source files)
  3. 所属分类:其他

  1. Mixed flow shop with multiprocessor

    0下载:
  2. 带多处理器的混合流水车间集合,同样试用于JSP作业车间(Mixed flow shop with multiprocessor)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:22528
    • 提供者:左边f1
  1. PPNGA+SFLA_V3.0

    5下载:
  2. 这个是混合蛙跳算法做流水车间调度问题,能够很好的解决该类问题,此代码比较简单,适合初学者。(This is a shuffled frog leaping algorithm for flow shop scheduling problem. It can solve this problem very well. This code is relatively simple and suitable for beginners.)
  3. 所属分类:其他

    • 发布日期:2019-07-02
    • 文件大小:94208
    • 提供者:RenJocky
« 12 »
搜珍网 www.dssz.com