# OperatingSystem-Experiment **Repository Path**: ryncler/operating-system-experiment ## Basic Information - **Project Name**: OperatingSystem-Experiment - **Description**: 操作系统原理课程实验-模拟程序 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-01 - **Last Updated**: 2022-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OperatingSystem-Experiment 操作系统原理课程实验-模拟程序 1.进程管理 2.单处理器进程调度算法的实现 3.银行家算法的实现 4.存储器分配和回收 5.页面置换算法 6.SPOOLing系统模拟设计