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

搜索资源列表

  1. job-shop.rar

    4下载:
  2. 基于PSO的job-shop调度源代码,上面已经上传了一个基于flow-shop调度问题,可以讲二者对比看,PSO-based job-shop scheduling of the source code has been uploaded above based on the flow-shop scheduling problem, you can talk about comparing the two to see
  3. 所属分类:software engineering

    • 发布日期:2016-06-06
    • 文件大小:16852
    • 提供者:杨维
  1. aco

    0下载:
  2. 对蚁群算法进行了改进用于解决零空闲流水线调度问题。-Improved ant colony algorithm for solving zero-idle flow shop problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3438
    • 提供者:zhangfengrong
  1. flow-shop

    3下载:
  2. 基于粒子群的生产调度源代码,简介,易懂,能很少的理解PSO的基本思路-PSO-based production scheduling source code
  3. 所属分类:software engineering

    • 发布日期:2017-01-11
    • 文件大小:27614
    • 提供者:杨维
  1. flow_shop

    0下载:
  2. 流水作业调度问题,算法设计中最经典也是最重要的问题,希望对学习算法的有所帮助-Flow Shop scheduling problem, the most classical algorithm is the most important problems in the hope of learning algorithms help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:736
    • 提供者:张飞
  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. NEH_ForTFT

    6下载:
  2. 排序问题的NEH算法,用于解决最小总完工时间的无等待流水调度问题,是最有名的启发式算法-NEH algorithm is the best algorithm for serching the minimum total flow time of no wait flow-shop porblem
  3. 所属分类:matlab例程

    • 发布日期:2013-04-17
    • 文件大小:2454
    • 提供者:knight
  1. FSSP-of-GA

    1下载:
  2. Flow Shop调度问题的遗传算法通用MATLAB源码。 本源码由GreenSim团队原创,-Flow Shop Scheduling Problem General Genetic Algorithm MATLAB source code. The original source code from the GreenSim team,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1796
    • 提供者:lzf
  1. 4.tar

    0下载:
  2. 依据Johnson原则,应用贪心算法解决两处理机流水作业调度问题。注释详实,可读性好。-Johnson based on the principle of application of the greedy algorithm to solve the two processor flow-shop scheduling problem. Comments detailed, readable.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:229509
    • 提供者:ryyrzzl
  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. thms

    0下载:
  2. 差异作业批调度的流水车间问题及近似算法Differences in job batch scheduling of flow shop problems and approximation algorithms-Differences in job batch scheduling of flow shop problems and approximation algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:563949
    • 提供者:tao
  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. GA-for-flow-shop

    0下载:
  2. GA for flow shop,include GA and SMGA,need ga toolbox-GA and SMGA
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:9433
    • 提供者:limin
  1. scheduling-in-flow-shop

    0下载:
  2. 本文将局部优化与模拟退火算法结合解决了置换流水车间的订单接收和调度问题。本文给出了数学模型,局部优化策略,邻域搜索的3个操作(Swap, Insert, Reverse),并给出了相应的调度和计算收益的程序。 -Permutation flow shop scheduling with order acceptance and weighted tardiness.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:655238
    • 提供者:郑凡
  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. Flow-shop-scheduling-java-code

    0下载:
  2. 实现流水作业的调度,能够获得时间上的较优解,从而提高工作效率-Realization of flow shop scheduling, time can get better solution, which can improve the work efficiency
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1534
    • 提供者:small rain
  1. flow-shop-scheduling

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

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

    0下载:
  2. FLOW SHOP USING MAY METAHEURISTIC
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:nourchen moumni
  1. GA-of-reentrant-hybrid-flow-shop

    2下载:
  2. 可重入混合流水车间的调度问题,遗传算法MATLAB源程序-Reentrant hybrid flow shop scheduling problem, the genetic algorithm MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:16107
    • 提供者:罗书敏
  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
« 12 3 4 5 »
搜珍网 www.dssz.com