搜索资源列表
AttemperArithmetic(1)
- 进程或作业先来先服务、高优先权、按时间片轮转调度算法用API与C语言结合实现,绝对有用.-process or operation first-come first-service, high-priority, time Scheduling Algorithm films rotate with the C language API combining absolutely useful.
scand_pcb
- 实验要求用高级语言编写模拟进程调度程序,以便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法的具体实施办法。 个人作业仅供参考,态度决定一切!-experiment with high-level language requirements to prepare the modeling process scheduling procedures, in order to deepen understanding of the process control q
xianjinxianchu
- 先近先出,时间片轮转,以及优先级的进程调度程序。采用叻C++的编程方法。值得下载。-first-out near first time films rotate, and the process of priority scheduling procedures. Using C + + featuring the programming method. Worth the download.
E_3
- 进程调度,时间片轮转调度.解压密码:4-process scheduling, time slice Web scheduling. Decompression Password : 4
monidiaodu
- 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转-prepared a procedure, you can create a number of virtual process, as well as a number of virtual process scheduling, Scheduling time for the Web Tablet
FIFO-shao
- 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法-process FIFO scheduling algorithm, priority number scheduling, time slice Web scheduling, classification algorithm
xigua
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度。要求设计一个按优先数调度算法和一个按时间片轮转法实现处理器调度的程序,选择其中一个调度算法,实现处理器调度。
shijianpianlunzhuanfa
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度。要求设计一个按时间片轮转法实现处理器调度的程序,选择其中一个调度算法,实现处理器调度。
jingchengdiaodu
- 进程的三种调度算法,先来先服务,短作业优先,时间片轮转。
shijianpian
- 操作系统 进程调度--时间片轮转法源码
进程调度模拟(C++版)
- 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
diaodusuanfa
- 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
ProcessSched
- 用VB模拟实现几种常用进程调度算法,如先来先服务,时间片轮转等。动画显示做得不错。-My student has developed a process scheduling simulator with VB, which has showed the priciple of FIFS, RR etc. Wonderful job.
Cpp1
- 按时间片轮转法实现处理器调度的进程:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。但就绪进程个数大于处理器的个数是,就要求依照某种策略决定那个进程优先占用处理器。的处理器调度,帮助学生加深处理器调度的工作-Rotation method to achieve time-slice processor scheduling process: the use of multi-channel programming systems, often at the same time a
shijianpianlunzhuan
- 一个程序,让输入的进程按照时间片轮转的调度算法执行相应的程序,从而能及时响应用户的请求。-A program that allows input of the process according to round-robin scheduling algorithms perform the appropriate procedures to timely respond to user requests.
OS_1_1
- 进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。 (4)进程总共需要运行时间Alltime,利用随机函数产
try
- 操作系统进程调度实验报告,采用时间片轮转法,内涵源程序,有运行截图。-Operating system process scheduling lab report, use round-robin method, content source, has run shot.
OS
- 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio sc
时间片轮转
- 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
操作系统
- 实现作业调度(先来先服务)、进程调度功能(时间片轮转) 实现内存管理功能(连续分配)(Implementation of job scheduling (first come first served), process scheduling function (time slice rotation) Implement memory management function (continuous allocation))