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

搜索资源列表

  1. UFFCFSSJFs

    0下载:
  2. 用C语言 实现作业调度算法(FFCFS,SJF) -Job scheduling algorithm using C language (FFCFS, SJF)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:ywhfdl
  1. Eos-2x

    0下载:
  2. 实验二 作业调度实验本实验模拟单处理器系统的作业调度,加深对作业调度算法的理解。用某种语言编写和调试试一个作业调度的算法程序,有一些简单的界面,能够运行,仿真操作系统中作业调度的原理和过程。 -Experiment II job scheduling experiment this experiment simulated a single-processor system job scheduling, to deepen understanding of the job schedul
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:1348
    • 提供者:暗示
  1. transation

    0下载:
  2. 作业调度算法,可以看到清晰的作业调度,有代码,很好用,-the transation of the job
  3. 所属分类:File Formats

    • 发布日期:2017-11-18
    • 文件大小:157320
    • 提供者:漫步
  1. SPFaRR

    0下载:
  2. 进程调度算法——最短作业调度算法和时间片算法-shortest-progress-first && RR
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:1008897
    • 提供者:wangyinxia
  1. Short-job-scheduling-algorithm

    0下载:
  2. 实现短作业调度算法,是以进入系统的作业所提出的“执行时间”为标准,总是优先选取执行时间最短的作业。-Short job scheduling algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:365905
    • 提供者:贺思华
  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. OS2

    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-12-02
    • 文件大小:79671
    • 提供者:夜鼠
  1. Job-scheduling

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

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

    0下载:
  2. 作业调度算法,其中包括短作业优先算法,先来先服务算法,相应比高者优先算法-Job scheduling algorithms, including short operating priority algorithm, first-come first-serve algorithm, appropriate than the high priority algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:1835
    • 提供者:杨成
  1. Buffer

    0下载:
  2. 用于模拟数据库中数据缓存与作业调度算法,采用了linux内核中操作系统的高效多链数据结构。-For analog data in the database cache and job scheduling algorithm, using the Linux kernel operating system, high-efficiency multi-chain data structure.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-18
    • 文件大小:250677
    • 提供者:Aaron Lee
  1. main_1_

    0下载:
  2. 作业调度算法的实现 作业调度的主要功能是根据作业控制块中的信息,审查系统能否满足用户作业的资源需求,以及按照一定的算法,从外存的后备队列中选取某些作业调入内存,并为它们创建进程、分配必要的资源。然后再将新创建的进程插入就绪队列,准备执行。因此,有时也把作业调度称为接纳调度。 -Job scheduling algorithm to achieve the main function of job scheduling is based on job control block in
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:964
    • 提供者:missli
  1. procSchdulezuiduanzuoye

    0下载:
  2. 计算机操作系统最短作业调度算法,用c语言编写-Computer operating system shortest job scheduling algorithm, using c language
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:1986
    • 提供者:mm
  1. 模拟页面置换算法Clock

    3下载:
  2. 采用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串引用长度30-50,要求
  3. 所属分类:其它

    • 发布日期:2013-07-08
    • 文件大小:46199371
    • 提供者:zyt_sou_zhen
  1. The-processor-scheduling

    0下载:
  2. 操作系统实验-进程作业调度算法,word文档,详细,全,可执行,自己写的,希望快点能在贵网站下载-Experimental operating system- the process of job scheduling algorithms, word documents, detailed, full, enforceable, wrote it myself, hope quickly in your website. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:38796
    • 提供者:张荣
  1. OperationsManagement

    0下载:
  2. 操作系统作业调度算法,分别是先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法-Operating system scheduling algorithms, which are first-come, first-served (FCFS), shortest job first (SJF), response to high priority (HRN) scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2244
    • 提供者:大飞飞猪
  1. N-process-scheduling-design

    0下载:
  2. N个进程调度算法课程设计 先来先服务算法, 可抢占式调度(动态优先级调度)的算法, 非抢占式调度(静态优先级调度)算法, 短作业调度算法, 轮转式调度算法,-N process scheduling algorithm curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:41691
    • 提供者:sunrier
  1. job

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用①先来先服务;②短作业优先的作业调度算法。实验具体包括:首先确定作业控制块的内容,作业控制块的组成方式;然后完成作业调度;最后编写主函数对所做工作进行测试。-Write a program to complete the batch scheduling problem in the system, require the use of first come, first service (2) short assignment priority s
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1557
    • 提供者:杜英
  1. 操作系统实验报告+进程调度+作业调度等

    0下载:
  2. 计算机操作系统的实验报告,包含源代码,流程图,算法设计及描述等。
  3. 所属分类:软件工程

  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. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1499
    • 提供者:yi26449
  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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2162
    • 提供者:iic9c931yunox
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »
搜珍网 www.dssz.com