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

搜索资源列表

  1. 自己应付老师的作业写的时间片轮转算法实现程序

    0下载:
  2. 自己写的进程调度中时间片轮转算法实现程序-himself in the process-time scheduling algorithm procedures Web
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:263.86kb
    • 提供者:董反
  1. 进程调度试验

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:求新
  1. 时间片轮转算法

    0下载:
  2. 这是一个简单的操作系统中进程调度的 时间片轮转算法-This is a simple operating system process-time scheduling algorithm Web
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.64kb
    • 提供者:ytcrjxj
  1. 进程调度111

    0下载:
  2. 这是大学上操作系统做的实验,相信很多人都可用的着!本实验模拟单处理器系统的进程调度,采用时间片轮转调度算法作为进程调度算法。-this is the operating system on the university to do experiments, I believe many people are available to! Experimental simulation of the single-processor system in the process scheduling,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:242.26kb
    • 提供者:呀呀
  1. 多级反馈队列进程调度算法

    2下载:
  2. 完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等);然后完成进程创建原语、进程调度原语和进程撤销原语;
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:2.27kb
    • 提供者:red_eyed_hare
  1. 时间片轮转

    0下载:
  2. 时间片轮转算法模拟进程调度程序
  3. 所属分类:源码下载

    • 发布日期:2011-02-28
    • 文件大小:3.42mb
    • 提供者:gangcun@live.cn
  1. 进程调度算法 时间片

    1下载:
  2. 时间片轮转法 图形界面
  3. 所属分类:源码下载

    • 发布日期:2011-03-08
    • 文件大小:141.51kb
    • 提供者:tianmikekou
  1. 操作系统编程调度算法

    0下载:
  2. 操作系统编程进程或作业先来先服务、高优先权、按时间片轮转调度算法.doc
  3. 所属分类:文档资料

    • 发布日期:2012-09-14
    • 文件大小:206kb
    • 提供者:hyfen2009
  1. 01

    0下载:
  2. 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4.66kb
    • 提供者:dirk
  1. first

    0下载:
  2. 已知各进程的的到达时间等如下: 进程名 到达时间 服务时间 优先数 A 0 3 12 B 1 5 31 C 2 2 21 D 3 4 10 分别实现下面两种调度算法 • 按优先数调度算法实现处理器调度 • 按时间片轮转法实现处理器调度(时间片以2ms为单位) -Known to the process, such as the arrival time as follows: the process of the arrival time
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1.17kb
    • 提供者:00
  1. chulijidiaodushiyanbaogao

    0下载:
  2. 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the proceedings Screenshots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:82.7kb
    • 提供者:
  1. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1.77kb
    • 提供者:陈伟
  1. jcgl

    0下载:
  2. (1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。 PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 (2)建立进程就绪队列。对两种不同算法编制入链子程序。 (3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2.14kb
    • 提供者:genking
  1. RR

    1下载:
  2. 操作系统-时间片轮转调度算法,JAVA实现,带界面,有解释-Operating system- time slice rotation scheduling algorithm, JAVA achieved with interface, are explained
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:
  1. JinChengDiaodu

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:269.09kb
    • 提供者:powerman
  1. 1

    0下载:
  2. 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.44kb
    • 提供者:lijun
  1. jinchengdiaopdu

    0下载:
  2. 设计一个有N个进程并发的进程调度程序。要求采用最高优先算法,时间片轮转算法。-N Design a process complicated by a process scheduler. Algorithm requires the highest priority, time slice Round Robin.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:343.49kb
    • 提供者:ans
  1. MFC_Scheduler

    0下载:
  2. MFC编写的进程调度算法的模拟程序,实现了时间片轮转、优先级以及先进先出三种进程调度算法,界面输出结果-MFC process scheduling algorithm written in the simulation procedures, the time slice rotation, the process of priority and FIFO scheduling algorithm of three, the interface output
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-19
    • 文件大小:27.7mb
    • 提供者:
  1. os

    0下载:
  2. 在txt文档里输入模拟指令,读取txt文档内容,用调度算法实现cpu的模拟调度算法.(In the txt document, enter the analog command, read the contents of the txt document, using scheduling algorithm to achieve CPU simulation scheduling algorithm)
  3. 所属分类:Java编程

  1. 时间片轮转

    0下载:
  2. 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:1kb
    • 提供者:念蕴
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com