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

搜索资源列表

  1. NEH

    0下载:
  2. NEH algorithm - scheduling of tasks performed by a machine
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1506
    • 提供者:Guren
  1. Desktop

    0下载:
  2. 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:16015
    • 提供者:pactric
  1. gzfp

    1下载:
  2. 假设有n个任务由k个可并行工作的机器完成。完成任务i需要时间为Ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。 -Suppose there are n-task by the k-parallel machine can be completed. I need time to complete the task Ti. Try to design an algorithm to find completing these n-best task schedu
  3. 所属分类:Windows Develop

    • 发布日期:2016-12-20
    • 文件大小:995
    • 提供者:孙云
  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. bxjdd

    0下载:
  2. 解决了并行机调度问题,本题采用穷举法与随机法相结合的方法求解,可取得最优解。-Solve the parallel machine scheduling problem, the problem using exhaustive method, the optimal solution can be achieved.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:720
    • 提供者:langlang
  1. FuzzyMachineSchedulingProblem2

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

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

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

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

    0下载:
  2. 算法设计中经典的批处理作业调度问题,是多机器多任务的调度-Algorithm design in the classic problem of a batch job scheduling, multi-tasking is a multi-machine scheduling
  3. 所属分类:Other windows programs

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

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

    • 发布日期:2017-04-02
    • 文件大小:95221
    • 提供者:zll5816@126.com
  1. bank

    0下载:
  2. 银行调度机代码,使用C++实现,多线程编写(pthread),使用网络通讯连接取好机和终端。-Bank of scheduling machine code, using C++ implementation, multi-threading (pthread), the use of network communication link to take a good machine and terminal.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:30810
    • 提供者:哈哈哈哈
  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-28
    • 文件大小: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-Scheduling-Problem

    0下载:
  2. mechine scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1519
    • 提供者:张震
  1. Machine

    0下载:
  2. 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Optimal scheduling problem, assuming there are n a task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design a complet
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:903
    • 提供者:李晓明
  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-24
    • 文件大小:236927
    • 提供者:阿四
« 12 3 4 5 6 »
搜珍网 www.dssz.com