资源列表
DiskMemory
- 用位示图管理磁盘存储空间。在VC环境下编译,纯的C语言编写。-with Bitmap management of disk storage space. The VC environment compiled pure C language.
银行家经典算法
- 操作系统中的银行家算法在LINUX环境下面进行模拟.-operating system in the banker's algorithm below LINUX environment simulation.
进程调度优化算法
- 针对操作系统的进程调度而设计的一个优化算法.-To an algorithm of optimizing which the process dispatcher of the operating system designed
请求页面算法
- 操作系统 请求页式管理,包括FIFO,LRU两种算法,-OS-page request management, including FIFO, the LRU algorithm,
页面置换算法的模拟实现和计算命中率
- 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列
lru20050602
- TC, Win-TC 编译运行通过 最近最少用页面调度算法-TC, Win-TC compiler running through the pages recently, at least with Scheduling Algorithm
内存静态分配
- 内存静态分配: 程序还有一些错误,益出处理不知道怎么加入。此程序开始不是我写的的,我在别人的基础上理解并改动了一些。实验课已经结束了,没时间在做了,以后有机会再改。-static memory allocation : there are some procedural error, derived from processing do not know how to join. This is not the beginning of the proceedings I write, I ot
jiafei
- 文件系统,可哦佛艘故我俄破;界瓦急剧热破体-file system, oh, I am from Dover Russia break; Watts sharp sector body heat break
存储管理--页面置换
- 关于模拟操作系统的存储管理页面置换程序,挺好的.-simulation operating system on the storage management pages replacement procedures, Holbrook.
memory arrange
- 一个操作系统存储管理的程序,十分精彩,同其他版本都不同.-an operating system storage management procedures and brilliant, with the other versions are different.
MemoryManagement
- 操作系统的内存跟踪文件,用API函数来实现,对于学习操作系统有很大的价值.-operating system memory tracking files, API function to achieve, learning operating system is of great value.
文件系统xxx
- 操作系统的文件系统程序,内容包括登陆,创建等功能.-OS file system,include logging in,create file etc.
