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

搜索资源列表

  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7216
    • 提供者:冯志强
  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个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possible time by the m-machine proc
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:姚翊
  1. 多道程序的转换调度

    0下载:
  2. c语言编写上机运行已经通过,实现多道程序的转换调度(作业调度和进程调度结合在一起)-c languages running on the machine has passed, multiple procedures to achieve the conversion Scheduling (Job Scheduling and Dispatching process combines)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2642
    • 提供者:zbing0203
  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1228
    • 提供者:尹亮
  1. 1213

    0下载:
  2. 作业调度---实验报告 一、实验目的: 本实验要求用高级语言(C语言实验环境)编写和调试一个或多个作业调度的模拟程序,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解 二、实验内容: 1、编写并调试一个单道处理系统的作业等待模拟程序。(必做) 作业调度算法: 分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 (1)先来先服务算法:按照作业提交给系统的先后顺序来挑选作业,先提交的先被挑选。  (2)最短作业
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:720826
    • 提供者:刘生
  1. Job

    0下载:
  2. 操作系统课程设计,实现作业调度和作业控制-Operating system, curriculum design, realization of job scheduling and job control
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1942569
    • 提供者:吴倩
  1. duodao

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。 -Road to prepare and dispatch a multi-program system for job scheduling simulation program. Job scheduling algorithms: a first-come, first-served based on the scheduling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1454
    • 提供者:sylvia
  1. PageAndJob

    0下载:
  2. 操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8441039
    • 提供者:刘振华
  1. diaodu

    0下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:16244
    • 提供者:赵子航
  1. duodao

    0下载:
  2. 用高级语言编写和调试一个或多个作业调度的模拟程序-High-level language used to write and debug one or more job scheduling for simulation program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:340267
    • 提供者:王舒
  1. 2

    0下载:
  2. 一个单道批处理系统的作业调度程序,能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间-A single-channel batch system job scheduler
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1690
    • 提供者:tc
  1. code

    0下载:
  2. 作业调度算法。 能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 3 设计一个较实用的用户界面,以便选择不同的作业调度算法。 不需用户打入冗长的命令。 -system scheduling_algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1287
    • 提供者:owens
  1. 作业调度

    0下载:
  2. 作业调度应用实例,包括先到先处理算法、高响应比优先算法等。(Examples of job scheduling applications include first in first processing algorithms, higher response ratio first algorithms, and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:299008
    • 提供者:760008522
  1. HRN_wd

    0下载:
  2. 最高响应比作业调度,通过计算响应比确定其优先级判断作业调度的先后顺序。(The highest response ratio scheduling)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-09
    • 文件大小:237568
    • 提供者:Teee
  1. GA

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

    • 发布日期:2018-04-22
    • 文件大小:615424
    • 提供者:小豆芽儿
  1. Algorithm

    0下载:
  2. 01背包,批处理作业调度,动态规划,回溯,分支限界(01 knapsack, batch job scheduling, dynamic programming, backtracking, branch and bound.)
  3. 所属分类:数学计算

  1. ConsoleApplication1

    0下载:
  2. 操作系统作业调度,操作系统实验二,作业调度的实验(Operating system job scheduling)
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-03
    • 文件大小:787456
    • 提供者:leilei
  1. 操作系统

    0下载:
  2. 实现作业调度(先来先服务)、进程调度功能(时间片轮转) 实现内存管理功能(连续分配)(Implementation of job scheduling (first come first served), process scheduling function (time slice rotation) Implement memory management function (continuous allocation))
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:kimwill
  1. 操作系统-短作业优先调度算法

    0下载:
  2. 作业调度算法之短作业优先-就是优先调度并处理短作业(The shortest job priority of job scheduling algorithm is to give priority to scheduling and process short jobs.)
  3. 所属分类:操作系统开发

    • 发布日期:2020-04-18
    • 文件大小:825344
    • 提供者:橙色霸王龙
« 1 2 34 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com