搜索资源列表
进程管理与调度的模拟
- 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
myos
- 操作系统进程管理-os system management
模拟进程管理
- 本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process ri
os
- 用VB写的模拟操作系统的进程的工作过程,可作为操作系统的课程设计的参考资料-Using VB to write the simulation of the process of the operating system process, which involves the management of that equipment can be used as reference for the operating system class
os
- 进程管理模拟程序,实现了进程的三状态转换。操作系统课程设计。-Process management simulation program
OS
- 操作系统课程设计--进程管理模拟还有处理机调度模拟-Courses on operating system design- process management processor scheduling simulation modeling are