搜索资源列表
processdoing.rar
- 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
TimeSlice
- 自己的小程序,关于时间片轮转调度算法的。-Own procedures, on the time slice of rotation scheduling algorithm.
1
- 进程调度 优先数调度算法 时间片轮转-The process of scheduling a number of priority scheduling algorithm Round-Robin Time Slice .....................................
process
- 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
PFCFS
- 操作系统中的先到先服务和时间片轮转调度算法-weyiyiedfkhtuyiohk
os_chuliji
- 处理机调度,本程序主要是对处理机各种调度算法的模拟包括对时间片轮转,优先级调度等。-processor schedule
shijianpianlunzhuan
- 模拟操作系统中CPU如何调度外部进程的算法——时间片轮转法-The algorithm simulated operating system how the CPU scheduling external process- round-robin method
jinchengguanli
- 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
os5
- 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
os_test1
- 操作系统实验,进程调度 1.设计进程控制块 PCB 的结构,通常应包括如下信息: 进程名、进程优先数(或轮转时间片数)、进程已占用的 CPU 时间、进程到完成还需要的时间、进程的状态、当前队列指针等。 2.编写两种调度算法程序: 优先数调度算法程序 循环轮转调度算法程序 3.按要求输出结果。-Operating system experiment, the process scheduling 1. The structure of the design pro
Round-robin-scheduling-algorithm-RR
- 时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
Operating-system-experiment
- 实验一:进程调度算法模拟,用动态优先数及时间片轮转法实现进程调度 实验三:文件管理-Process and management Simulation of the process scheduling algorithm, round robin algorithm to achieve the process of scheduling with dynamic priority number and the time
实验一
- 仿真在并发环境下的多进程调度算法,有时间片轮转和动态优先级调度(Simulation in concurrent environment of multi process scheduling algorithm, there are time slice rotation and dynamic priority scheduling)