文件名称:os1
介绍说明--下载内容均来自于网络,请自行研究使用
完成了“进程控制”。
其实验目的是,
1. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。
2. 了解6个原语,创建进程(C),终止进程(e),唤醒进程(w),阻塞进程(b),调度进程(p),时间到(t)
3. 理解PCB的含义,PCB是进程存在的唯一标志,它记录着进程标识符,处理机状态,进程调度信息和进程控制信息
4. 掌握进程状态的转换
5.了解内存的分配和回收算法。
-Complete process control.
Experimental purposes,
(1) using a simple structure and control methods to simulate the process structure, process status and process control.
Learn six primitives to create a process (C) to terminate the process (e), wake-up process (w), the blocking process (b), the scheduling process (p) time to (t)
Understand the meaning of the PCB, the PCB is the only sign of the process, which records the process identifier of the processor state, process scheduling information and process control information
Mastered the process of state transition
5 Memory allocation and recovery algorithm.
其实验目的是,
1. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。
2. 了解6个原语,创建进程(C),终止进程(e),唤醒进程(w),阻塞进程(b),调度进程(p),时间到(t)
3. 理解PCB的含义,PCB是进程存在的唯一标志,它记录着进程标识符,处理机状态,进程调度信息和进程控制信息
4. 掌握进程状态的转换
5.了解内存的分配和回收算法。
-Complete process control.
Experimental purposes,
(1) using a simple structure and control methods to simulate the process structure, process status and process control.
Learn six primitives to create a process (C) to terminate the process (e), wake-up process (w), the blocking process (b), the scheduling process (p) time to (t)
Understand the meaning of the PCB, the PCB is the only sign of the process, which records the process identifier of the processor state, process scheduling information and process control information
Mastered the process of state transition
5 Memory allocation and recovery algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
os1.cpp