搜索资源列表
modd
- 这是计算机操作系统中最基础的上机实验就是模拟的PCB编程,实现进程模拟调度!-This is the most computer operating system based on the experimental simulation of the PCB is programming, Implementation process simulation scheduling!
mos
- MOS是一个批处理系统,它经由键盘接纳由软件模拟的计算机的指令及可使用MOS某些功能的系统调用书写的用户作业,在打印机上输出作业运行结果。该系统提供多个作业并行处理的功能,作业的输入/输出采用SPOLING技术,所要管理的外设是键盘、磁盘、打印机。 故MOS的设计者和实现者要处理/输出、中断、进程调度、作业调度、内外存管理和设备管理
scan与cscan算法模拟磁盘调度实验
- 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
pipeline
- 计算机原理大作业 模拟《计算机原理--程序员视角》中与x86相似的y86流水线系统 以二进制文件为输入 实现流水线运作-Principle of operation of computer simulation of large computer Principle- Programmer Perspective in y86 and x86 assembly line system similar to the binary file for input to achieve the op
lin
- 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒-Process when the process of scheduling one of the
frmxian
- 计算机操作系统的先来先服务算法交互式算法模拟演示-Computer operating system, first-come first-serve algorithm simulated interactive demonstration algorithm
Bankers-algorithm-simulation
- 银行家算法模拟,适用于计算机操作系统课程设计的银行家算法的实现。-Bankers algorithm simulation for realization of computer courses on operating system design bankers algorithm.
Prod_Cons
- C++模拟计算机在多线程运行时的资源分配过程,即生产者消费者问题-a simulation of a computer distributing resourses in multi-threads process