搜索资源列表
进程管理与调度的模拟
- 在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
片段
- 进统过本次对处理机调度实验提高了程序设计的方法和技巧,提高了编制清晰、合理、可读性好的系统程序的能力,加深对操作系统课程的理解。对处理机调度有了更加深刻的理解。通过对处理机调度的实验操作而加强了对进程管理知识的巩。生更好地掌握操作系统的基本概念、基本原理、及基本功能,具有分析实际操作系统、设计、构造和开发现代操作系统的基本能力程管理和调度-into the EC over the right processor scheduling experiment to improve the progr
page20
- c++程序,模拟操作系统进程管理,里面有所有的文件和所明-c procedures, the operating system simulation process management, which has all the documents and that
200309290729169840
- 这是我花了几天十间做的操作系统课程设计进程管理代码-This is what I spent 10 days doing the courses on operating system design process management code
Process_Scheduler
- 这是一个操作系统进程管理的模拟程序。 采用FCFS,多级反馈队列等算法调度进程。 这是我们操作系统课程的一个项目。-This is a process management system simulation program. Using FCFS queue, multi-level feedback queue algorithm scheduling process. This is our operating systems course of a project.
myos
- 操作系统进程管理-os system management
Windows2000
- 通过在Windows任务管理器中对程序进程进行响应的管理操作,熟悉操作系统进程管理的概念,观察操作系统运行的动态性能,获得包含多进程的应用程序编程经验
jincheng
- 操作系统的实验,进程管理,实现进程的调度 执行,就绪,阻塞
caozuoxitong
- 这是计算机操作系统教程文件,包括概述和进程管理等
jinchengdiaodu
- 模拟操作系统进程管理的程序,能够动态创建进程、悬挂进程、杀死进程; 可以为任意一当前进程创建子进程; 显示系统当前各个进程的状态。
进程管理2005
- 这是一个关于进程调度的算法,是操作系统 的精典算法 ,希望大家多指教,-This is a process of scheduling algorithm is the classic operating system algorithm, we hope that more exhibitions,
ThisIsMyPROCESS
- 操作系统的进程管理的模拟,采用的算法是动态高优先权的算法。-Operating system process management, simulation, using the algorithm is a dynamic high-priority algorithms.
lin
- 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒-Process when the process of scheduling one of the
Process_show
- 操作系统作业 模拟进程分配调度 进程管理主要包括进程控制、进程调度、进程的同步与互斥的模拟实现。-Simulation of the process of distribution of the operating system scheduling
Eating
- 模拟操作系统进程管理-Simulation of the operating system process management
os
- 进程管理模拟程序,实现了进程的三状态转换。操作系统课程设计。-Process management simulation program
OS
- 操作系统课程设计--进程管理模拟还有处理机调度模拟-Courses on operating system design- process management processor scheduling simulation modeling are
jinchengguanli
- 模拟系统进程管理程序、、、用于操作系统课程实验,加深进程在系统中的调用的理解-Simulation system process management processes,,, for the operating system course experiment to enhance process understanding of the system call
processmanagement
- 操作系统进程管理程序,C++编写,内含完整代码-Operating system process management procedures
simnlationmanagement
- 这是一个模拟操作系统 其中有进程管理 内存管理 文件管理(This is a simulation operating system Including the process management of memory management, file management)