CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 作业调度算法

搜索资源列表

  1. caozuoxitong

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:120595
    • 提供者:段崖崖
  1. zuoyediaodu

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4173
    • 提供者:段崖崖
  1. OSlab--scheduling

    0下载:
  2. 操作系统实验--作业调度 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。-OsLab--scheduling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:65154
    • 提供者:playboy
  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. pola

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。实验具体包括: 1)确定作业控制块的内容和组成方式; 2)完成作业调度; 3)编写主函数。 -Write process is complete the batch job scheduling systems require the use of a short job-priority job scheduling algorithms. Experiments include: 1) to determi
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:54713
    • 提供者:agods
  1. job

    0下载:
  2. 作业调度,实现作业的调度,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解。-Job scheduling to achieve job scheduling, job scheduling to understand the role of the operating system in order to deepen the understanding of job scheduling algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:818
    • 提供者:jason lee
  1. priority

    0下载:
  2. 编写并调试一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于优先级的作业调度。 -Write and debug a multi-track procedures for job scheduling system simulation program. Job scheduling algorithms: Priority-based job scheduling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1807
    • 提供者:sylvia
  1. tryexp3

    0下载:
  2. 作业调度算法的模拟实现 作业调度主要是完成作业从后备状态到执行状态的转变,以及从执行状态到完成状态的转变。 (1)创建JCB(作业控制块):系统在作业进入后备状态时为每个作业创建一个作业控制块(JCB),从而使该作业可被调度程序感知。当该作业执行完毕进入完成状态时候,系统自动撤销其JCB并释放有关资源,进而撤销该作业。 (2)按照作业调度算法,从后备队列中挑选一作业投入运行。作业调度程序为运行作业建立相应的进程,并分配资源。 (3)主要的作业调度算法包括:先来先服务(FCFS)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:5219
    • 提供者:wg
  1. work21

    0下载:
  2. 操作系统实验单道程序系统作业调度模拟,主要有3个作业调度算法-Experimental single-channel system of procedures for the operating system job scheduling simulation, there are three main job scheduling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1760
    • 提供者:权少
  1. FCFS

    0下载:
  2. 操作系统中先来先服务的作业调度算法,算法简单易行-Operating system, a first-come, first-served job scheduling algorithm is simple and easy to
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1858
    • 提供者:周冬冬
  1. SJF

    0下载:
  2. SJF作业调度算法 属于非抢占式的 操作系统-SJF job scheduling algorithms are non-preemptive operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1298
    • 提供者:koko
  1. ACAJSP

    3下载:
  2. 蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:810
    • 提供者:薛大伟
  1. FCFS

    0下载:
  2. 进程调度问题 模拟先来先服务调度算法或者短作业调度算法,要求可以自动产生或者手动输入若干进程的名字、到达时间、运行时间; 响应键盘模拟时间片流逝,输出中间每个进程的运行状态,最后产生完成时间、周转时间、带权周转时间的汇总清单。 -Process scheduling simulation of FCFS scheduling algorithm, or short-scheduling algorithm, requests can be automatically generated
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1323
    • 提供者:马月
  1. FCFSSJFHRN

    0下载:
  2. 操作系统中进程与作业调度算法:fcfs算法,sjf算法,hrn算法-Operating system process and job scheduling algorithms: fcfs algorithm, sjf algorithm, hrn algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:199727
    • 提供者:何佳鑫
  1. greedyjs

    0下载:
  2. 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:36048
    • 提供者:wangge
  1. Jobshopschedulingsimulatedannealinggeneticalgorith

    7下载:
  2. 车间作业调度的模拟退火遗传算法,可以用于一般生产性过程中的工序调度应用 -Job shop scheduling simulated annealing genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:17815
    • 提供者:赵欣
  1. zuoyediaodu

    0下载:
  2. 在visual c++环境下描述作业调度算法:1。先来先服务;2。短作业优先;3。最高响应比-In visual c++ environment, describes the scheduling algorithm: 1. First-come first-served 2. Short job 3. The highest response ratio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1566
    • 提供者:蔡建伟
  1. zuoyediaodu

    0下载:
  2. 运用遗传算法对车间作业调度问题进行编程,并计算出最优的作业顺序。-job scheduling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:zhaoweiling
  1. fcfs

    0下载:
  2. 作业调度算法资源分配要求: 主存分配要求:a优先分配主存的低地址区域且不准移动已在主存中的作业。 b 主存中参与多道运行的作业平分CPU时间 磁带机和打印机:采用静态分配,即在作业运行前就把所需的设备分配给它 -Resource allocation algorithm for job scheduling requirements: allocation of main memory requirements: a low priority in the allocatio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:48481
    • 提供者:leo
  1. jinchengdiaoduFCFS

    0下载:
  2. 先来先服服务的作业调度算法先来先服务的额进程调度-xianlaixianfu de zuoye diaodu suanfa
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1320
    • 提供者:贾欣
« 1 2 3 4 5 67 8 9 10 11 ... 22 »
搜珍网 www.dssz.com