搜索资源列表
模拟哲学家进餐
- 该程序是针对操作系统课程而做的模拟哲学家进餐问题-the program is to the operating system and programs do simulated dining philosophers problem
c 模拟进程管理
- 模拟进程管理,是针对操作系统这门课程而开发的一个小程序-simulation process management, which is to the operating system and development course of a small program
my_os_memory
- 模拟操作系统的内存机制完成的一个内存管理系统-simulation operating system memory mechanism completed a memory management system
pcb1
- 进程控制块编程作业 实现进程的模拟 操作系统进程调用的简单模拟-process control block programming operations to achieve operating system simulation process of calling a simple process simulation
shebeihuanchong
- 假设系统中有两个分别名为P1、P2的进程及两台均可进行输入、输出操作的设备d1、d2。两个进程可以从两台设备中的任何一台输入数据,并可以向其中的任何一台设备输出数据。编写C程序,模拟操作系统中使用的设备缓冲区管理算法,完成上述进程的输入、输出操作及数据处理任务。-assumption that the system has two named P1, P2 and the process can be carried out two input, Output operation of equ
FCFS_LRU_OPT
- 模拟操作系统的页面置换1、 掌握操作系统的页面置换过程,加深理解页式虚拟存储器的实现原理。 2、 掌握用随机数生成满足一定条件的指令地址流的方法。 3、 掌握页面置换的模拟方法。 -simulation systems of a replacement pages, master pages operating system replacement process deepen our understanding of virtual memory pages of illustra
cipanfdiaodu
- 选择一个自己熟悉的计算机系统和程序设计语言模拟操作系统基本功能的设计方法及其实现过程。-choose a familiar computer systems and programming language simulation basic functions of the operating system design and the implementation process.
0248_chaoweiruan
- 用C#写的一个超微操作系统,该系统的目的在于模拟操作系统中的各个操作。-wrote an ultrafine operating system, the system designed to simulate the various operating systems to operate.
Demand_Paging
- 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simulation operating system replac
PCB
- 模拟操作系统的PCB操作,图形代码删除了,只保留函数名
FIFO算法
- 模拟操作系统的FIFO算法----- 功能齐全
OS_MemoManagement
- 用MFC模拟操作系统用动态分区方式管理内存的全过程,包括手动控制和自动演示样例,使用了首次适应和最佳适应算法。
merroy
- 模拟操作系统中的可变分区式内存管理,在模拟可变分区式存储管理时,采用最先适应算法实现主存的分配与回收,建立了已分配区表和未分配区表,等待队列。
osfirst
- 实现模拟操作系统的多进程的各种状态的转换操作。
text35
- 一个基于对话框模式的简单模拟操作系统调度进程系统
操作系统作业(原版)
- 用C语言编制一个简单的UNIX模拟文件子系统,该系统主要实现用户的注册,注销,文件的创建,删除,修改,文件的写入,读出等功能.-C language a simple UNIX emulation subsystem, the system main users of registration, cancellation, document creation, deletion, modification, the paper write, read out capabilities.
操作系统作业
- 编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
P_C
- 模拟操作系统的著名问题--生产者消费者问题,并且可以任意设置缓冲区大小并从标准文件读入数据-Simulation of the operating system a well-known problem- the producers of consumer issues and can set the buffer size and read from the standard document data
os
- 模拟操作系统的代码,包括包括进程管理,设备管理,文件管理)-Simulation of the operating system code, including, including process management, equipment management, document management)
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)