搜索资源列表

  1. 流水线作业调度

    0下载:
  2. 按动态规划原理球解一类特定条件下的流水线调度问题的具体做法-according to the principles of dynamic programming ball a particular type of solution under the conditions of the pipeline scheduling problems, the specific way
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7384
    • 提供者:子非鱼
  1. 批处理作业调度

    0下载:
  2. 批处理作业调度问题要求对于给定的n个作业,制定最佳作业调度方案,使其完成时间和最小-batch scheduling requirements for the issue to the n operations, the best scheduling program, and to fulfill the minimum time
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:姚翊
  1. 多机调度问题

    0下载:
  2. 多机调度问题要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:姚翊
  1. 分支限界法_批处理作业调度

    1下载:
  2. 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC + + prepared
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10813
    • 提供者:ddd
  1. 批处理作业调度

    0下载:
  2. 批处理作业调度问题要求对于给定的n个作业,制定最佳作业调度方案,使其完成时间和最小-batch scheduling requirements for the issue to the n operations, the best scheduling program, and to fulfill the minimum time
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:姚翊
  1. 多机调度问题

    0下载:
  2. 多机调度问题要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possi
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:姚翊
  1. 分支限界法_批处理作业调度

    0下载:
  2. 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC++ prepared
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:10240
    • 提供者:ddd
  1. C++zuoyediaodu

    0下载:
  2. 模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
  3. 所属分类:系统编程

    • 发布日期:2024-06-07
    • 文件大小:6144
    • 提供者:a
  1. JOBattemper

    0下载:
  2. 单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-se
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:608256
    • 提供者:风飘零
  1. suanfazuoye

    0下载:
  2. 作业调度问题的解决,解决一大类工作分配的问题。-Job scheduling problem and solve a large class of work allocation.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:234496
    • 提供者:ssdsdsdsd
  1. jiqisheji

    0下载:
  2. 假定只能在一台机器上处理n个作业 ,每个作业 有一个处理时间 ,利润 和截止时间 。机器一次只能处理一个作业,作业 必须不间断地运行 个连续时间单位。如果作业 在它的截止时间 之前完成,则得利润 ,但如果作业在截止时间之后完成,则得利润为0。假设所有处理时间为 之间的整数,最大利润作业调度问题要求确定个n作业的一个子集,使得该子集中作业调度所获得的利润最大。-Assumed that only one machine n-deal op
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-07
    • 文件大小:177152
    • 提供者:me
  1. YCSFMatlab

    1下载:
  2. 车间作业调度问题用遗传算法解决的通用Matlab程序-Job-shop scheduling problem using genetic algorithms to solve the generic Matlab procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-07
    • 文件大小:3072
    • 提供者:jianglu
  1. pichulizuoyediaodu

    0下载:
  2. 批处理作业调度问题,用VC++ 实现,代码可直接运行,-Batch job scheduling problem, with VC++ Realize, code can be directly run
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:519168
    • 提供者:王静
  1. FlowShop

    0下载:
  2. 用c++实现的批处理作业调度问题·优先队列式分支限界法·回溯法,包括Flowshop和make两个类,含有测试用的数据data-With c++ Realized the issue of batch job scheduling priority queue-style backtracking branch and bound method, including Flowshop and make the two categorie
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:264192
    • 提供者:刘斌
  1. DualDirectionjobSheudling

    0下载:
  2. 使用双向的调度算法,解决作业 调度问题!效率非常高!值得一看-The use of dual-direction scheduling algorithm, job scheduling problem to solve! Very efficient! Worth a visit
  3. 所属分类:系统编程

    • 发布日期:2024-06-07
    • 文件大小:69632
    • 提供者:鲁凯
  1. zuoyediaodu

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

    • 发布日期:2024-06-07
    • 文件大小:3072
    • 提供者:
  1. ga_jsp_matlab

    0下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦-the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-07
    • 文件大小:51200
    • 提供者:朱磊
  1. Shop-scheduling-genetic-algorithm

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

    • 发布日期:2024-06-07
    • 文件大小:2048
    • 提供者:王龙隐
  1. 车间调度JobShop优化算例库

    0下载:
  2. JSP作业车间调度问题算例库,供研究人员做案例用(JSP job shop scheduling problem example library)
  3. 所属分类:文档资料

    • 发布日期:2024-06-07
    • 文件大小:103424
    • 提供者:qiyao1234
  1. GA

    0下载:
  2. 遗传算法解决job_shop作业调度问题,希望可以帮助大家(The genetic algorithm solves the job_shop job scheduling problem, hoping to help everyone)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-07
    • 文件大小:615424
    • 提供者:小豆芽儿
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org