资源列表
银行家算法(C Sharp)
- 操作系统银行家算法实习程序,可以输入资源和进程信息,计算安全序列,能否为某个请求分配资源-operating system bankers algorithm attachment procedures, can be imported resources and process information, computing security sequence, Can a request for the allocation of resources
osboot
- OS引导记录手册,对于想做系统引导的朋友来说非常有用-OS boot record manual, for want of a friend guide system is very useful
e013license
- Tornado2.2.1破解程序,提供授权文件彻底破解应用上的限制-Tornado2.2.1 crack procedures, authorization documents thoroughly resolve the constraints on the application
S_he
- s盒设计源程序 可以用语DES设计 -s box design source can design language DES
存储器管理
- 操作系统实验(粗存储器管理)采用可变分区存储器管理方案的模拟系统-experimental operating system (memory management rough) using variable memory management program through a simulation
SPOOLing输出模拟系统
- 操作系统实验(设备管理)源码,SPOOLing输出模拟系统-experimental operating system (facilities management) of the source code, SPOOLing output simulation system
支持多个进程并发运行的简单进程管理模拟系统
- 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
计机031蔡煊臻12号
- 里面是有关C++的程序,是“固定分区管理模拟器”的程序的源代码。而且已经试验过没有半点的错误,大家不信可以下载来看看。保证是正野来的-inside of the C procedures, "regional management simulator fixed," the program's source code. It has been tested has not the slightest mistake, we do not believe it can
unix_V
- 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
请求分页存储管理方式
- 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
动态分区分配
- 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith