搜索资源列表
diaoye
- 实现功能: 根据请求调页存储管理方式的相关原理,用VC编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法、最佳淘汰算法。同时系统可以随意设置当前分配给作业的块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和页块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和页块数的情况下,其产生的缺页次数和页面置换次数,并分析其原
请求调页存储管理系统-vc6.0
- 用VC++6.0模拟实现最佳置换算法、最近最久未使用算法、先进先出置换算法。-VC 6.0 Simulation best replacement algorithm, the most recent time on the use of algorithms, FIFO replacement algorithm.
aybook.cn_deglxtd1130
- 这个是一个完整的药房管理系统,喜欢VC的朋友门参考-This is a complete pharmacy management system, like the VC friend of doors Reference
123
- 操作系统课程设计文件管理系统VC程序,源码和报告其全-Operating System Course Design Document Management System VC procedures, source code and report its wholly-
FIFO-LRU
- 在Window XP/Vista 系统的VC++ 6.0环境下运行程序;通过从一般常用的调页算法中选取典型算法LRU和算法FIFO,了解页面管理的相关细节,并用程序设计实现LRU和FIFO。-In Window XP/Vista system, VC++ 6.0 environment to run the program by paging from the commonly used algorithm LRU algorithm and the algorithm selected a
file
- 操作系统实习作品,用VC模拟unix文件系统,对理解unix文件管理有帮助,模仿CMD的样式,便于操作。-Practice operating system works with VC simulation unix file system, file management understanding unix help, CMD to imitate the style, easy to operate.
OS
- 操作系统(Operating System,简称OS)是一管理电脑硬件与软件资源的程序,同时也是计算机系统的内核与基石。操作系统是一个庞大的管理控制程序,大致包括5个方面的管理功能:进程与处理机管理、作业管理、存储管理、设备管理、文件管理。本文对操作系统的5个功能中的4个功能进行了模拟,以VC++6.0为开发平台编写了相应的控制台应用程序。-Operating system (Operating System, referred to as OS) is a computer hardware
buddy
- 在VC环境下,模拟伙伴系统的实现。 用来理解Linux系统如果用伙伴系统动态存储管理内存。 -The realization of the system simulation partners