文件名称:os
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统实验代码 一:编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
二:编写并调试一个模拟的进程调度程序,采用“简单轮转法”调度算法对五个进程进行调度。
编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效地防止和避免死锁的发生。-OS experiment code one: write a simulation and debugging process scheduling procedures, " Priority number of the highest priority" scheduling algorithm for five scheduling process. Two: to write a simulation and debugging process scheduling procedures, " a simple round-robin" scheduling algorithm for five scheduling process. Compiling and debugging a system dynamic allocation of resources simple simulation program to observe the condition of deadlock, and using bankers algorithm to effectively prevent and avoid the occurrence of deadlock.
二:编写并调试一个模拟的进程调度程序,采用“简单轮转法”调度算法对五个进程进行调度。
编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效地防止和避免死锁的发生。-OS experiment code one: write a simulation and debugging process scheduling procedures, " Priority number of the highest priority" scheduling algorithm for five scheduling process. Two: to write a simulation and debugging process scheduling procedures, " a simple round-robin" scheduling algorithm for five scheduling process. Compiling and debugging a system dynamic allocation of resources simple simulation program to observe the condition of deadlock, and using bankers algorithm to effectively prevent and avoid the occurrence of deadlock.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验源代码二.cpp
实验源代码一.cpp