搜索资源列表
os
- 模拟文件管理和进程调度的仿真操作系统设计 源代码+说明
OS-wang
- 课程设计模拟进程调度 管理-curriculum design simulation process scheduling management
os
- Linux下模拟并发程序的执行实例,几个程序的誊抄过程,了解进程之间的调度关系。-Simulation of concurrent programming under Linux implementation example, several procedures to copy a transcr ipt of the process of understanding the process of relations between the scheduling.
ProcessShedule
- 通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.-process shedule
priority_ver2
- 优先权模拟进程调度。写的比较简单,比较幼稚。-Simulation process scheduling priority. Written in simpler, more naive.
5
- 进程调度 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值-Process scheduling simulation process scheduling algorithm is given in accordance with the first-come, first-served FCFS, rotate RR (q = 1), the shortest p
linux
- 进程调度算法,在linux中利用多线程模拟实现FCFS,SJF,RR的调度过程 哲学家算法(linux FCFS SJF RR)