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. greed

    0下载:
  2. 贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:42277
    • 提供者:alden
  1. SGA

    1下载:
  2. 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, combinatorial
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3281
    • 提供者:沁篱
  1. FuzzyMachineSchedulingProblem2

    0下载:
  2. Fuzzy Machine Scheduling Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2743
    • 提供者:m2579
  1. RandomMachineSchedulingProblem1

    0下载:
  2. Random Machine Scheduling Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2523
    • 提供者:m2579
  1. matlab_tabu_job_scheduling

    0下载:
  2. 求解单机成组作业,基于TOC理论,多目标优化-To solve job scheduling on single machine
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:95221
    • 提供者:zll5816@126.com
  1. Machine-Scheduling-Problem

    0下载:
  2. 机器排序问题,使用机会约束规划,其中变量使用的是模糊变量。-Machine scheduling problems, the use of chance-constrained programming, in which the variable using fuzzy variables.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1522
    • 提供者:hj
  1. job-shop1

    1下载:
  2. Matlab车间动态调度PSO微粒群算法程序(优化目标为机器间隙时间)-Matlab Workshop Particle Swarm Optimization PSO dynamic scheduling procedures (optimization target machine clearance time)
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5341
    • 提供者:zmw
  1. machine-schedule

    0下载:
  2. 一个可变机器调度MATLAB程序,希望对大家有用!-MATLAB a variable machine scheduling program, we hope to be useful!
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7102
    • 提供者:zsh
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  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-23
    • 文件大小: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-27
    • 文件大小:32271
    • 提供者:ylh
  1. Multi-machine-scheduling-problem

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

    • 发布日期:2017-03-23
    • 文件大小:876160
    • 提供者:lydia
  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. single-machine-sheduling

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

  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
« 12 3 »
搜珍网 www.dssz.com