文件名称:os
介绍说明--下载内容均来自于网络,请自行研究使用
本系统的同步机构采用的信息量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序处理模拟的时间片中断;进程调度程序负责为各进程分配处理机。系统中设计了3个并发进程。它们之间有如下同步关系:3个进程需要互斥使用临界资源S2,进程1和进程2又需互斥使用临界资源S1。本系统在运行过程中随机打印出各进程的状态变换过程,系统的调度过程及公共变量的变化情况。
-Synchronization of the system organizations to adopt the amount of information on the P, V operation mechanisms control bodies, including the blocking and wake-up operation time slice interrupt handling procedures deal with the time slice interrupt simulation process scheduler is responsible for the process of allocation of processors. System designed three concurrent processes. Synchronization between them have the following relations: 3 process requires the use of critical resources mutex S2, the process 1 and process 2 has to be mutually exclusive use of critical resources S1. The system during operation were randomly print out the status of the process of transformation process, the system for the activation process and public variables changes.
-Synchronization of the system organizations to adopt the amount of information on the P, V operation mechanisms control bodies, including the blocking and wake-up operation time slice interrupt handling procedures deal with the time slice interrupt simulation process scheduler is responsible for the process of allocation of processors. System designed three concurrent processes. Synchronization between them have the following relations: 3 process requires the use of critical resources mutex S2, the process 1 and process 2 has to be mutually exclusive use of critical resources S1. The system during operation were randomly print out the status of the process of transformation process, the system for the activation process and public variables changes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
os.c