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

搜索资源列表

  1. Scheduling.rar

    0下载:
  2. 经典的Job Shop问题调度算法,用Visual C++语言实现。 ,Job Shop Scheduling Problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:281361
    • 提供者:肖乔
  1. sdasd

    0下载:
  2. 车间作业调度问题遗传算法,可以生成调度甘特图。-Job-shop scheduling problem genetic algorithm, can generate Gantt scheduling.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3509
    • 提供者:李志辉
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. 3106007038

    2下载:
  2. 操作系统实验 实验一 进程调度 实验二 作业调度 实验三(综合性) 主存空间的分配与回收 实验四 文件系统-Experimental test of a process of operating system scheduling job scheduling experiment Second experiment three (integrated) main memory space allocation and recovery of the experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3565961
    • 提供者:caicai
  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 categories, containing the test data us
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:7218
    • 提供者:刘斌
  1. xiaofei_jsp

    3下载:
  2. 该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。-The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:34414
    • 提供者:XiaoFei
  1. JobShopSchedulingProblemMatlabGeneticAlgorithm

    0下载:
  2. 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1725
    • 提供者:sxb
  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:15000
    • 提供者:ww
  1. JOB

    0下载:
  2. job scheduling algorithm is a good algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:726
    • 提供者:Ricky
  1. JSP

    0下载:
  2. 利用遗传算法解决作业调度问题,评价函数,算法高效.-The use of genetic algorithm to solve job-scheduling problem, the evaluation function, algorithm efficiency.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1988
    • 提供者:Tiny
  1. SCHEDULING

    0下载:
  2. Job Scheduling using different algo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1435
    • 提供者:rahul
  1. Job-shop-MATLAB

    2下载:
  2. 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:102048
    • 提供者:小刚
  1. job-scheduling-with-genetic-algorithms

    0下载:
  2. Job scheduling with genetic algorithms in R programming language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:9612
    • 提供者:hnd
  1. job-scheduling

    0下载:
  2. C++写的操作系统作业调度,这是一个实验报告,有完整的源代码,从报告中复制下来建立好工程就可以直接运行。-The job scheduling C++ write the operating system, which is a lab report, complete source code, copied down to the establishment of good works can be run directly from the report.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:494076
    • 提供者:fengjing
  1. job-scheduling

    0下载:
  2. 用高级语言编写一个或多个作业调度的模拟程序,进行程序设计的训练,加深对作业调度算法的理解-One or more of the job scheduling simulation program written in a high level language programming training, to deepen understanding of the job scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-10
    • 文件大小:79693
    • 提供者:夜鼠
  1. job-scheduling

    0下载:
  2. 操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job first scheduling algorithm, sing
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:432772
    • 提供者:潘宝
  1. Job-scheduling

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。 对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求-Job scheduling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:2280
    • 提供者:张明
  1. job-scheduling

    0下载:
  2. 用VC6.0写的简单作业调度,里面包括先到先服务,短作业优先,最高响应比算法。-With VC6.0 to write a simple job scheduling, which includes first come first serve, short operating priority, the highest response ratio algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1507
    • 提供者:lzp
  1. GA- job shop scheduling

    0下载:
  2. genetic algorithm for job shop scheduling problem
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Songkran
  1. GA-Job shop Scheduling

    1下载:
  2. job shop scheduling using GA optimization method
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:Songkran
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com