文件名称:Paging-System
介绍说明--下载内容均来自于网络,请自行研究使用
操作系统:
分页管理方式下存储分配情况模拟
2,实现的功能:主存的分配和回收,页表的建立和记录保存。
3,优点: 程序健壮性较好,能够方便的添加和减少主存的容量大小,(只需要修改代码中的MAXN值即可,其他地方不需要修改)。
能够自动记录和保存页表(保存在pageList中),而不是建立后丢弃。
-Operating system: storage allocation under the circumstances paging management simulation 2, functions: main memory allocation and recovery, create and record page tables stored. 3 advantages: better program robustness, the ability to easily add and reduce the capacity of the main memory size (only need to modify the code MAXN value to other places without modification). Can automatically record and save the page table (stored in pageList) rather than building after discarded.
分页管理方式下存储分配情况模拟
2,实现的功能:主存的分配和回收,页表的建立和记录保存。
3,优点: 程序健壮性较好,能够方便的添加和减少主存的容量大小,(只需要修改代码中的MAXN值即可,其他地方不需要修改)。
能够自动记录和保存页表(保存在pageList中),而不是建立后丢弃。
-Operating system: storage allocation under the circumstances paging management simulation 2, functions: main memory allocation and recovery, create and record page tables stored. 3 advantages: better program robustness, the ability to easily add and reduce the capacity of the main memory size (only need to modify the code MAXN value to other places without modification). Can automatically record and save the page table (stored in pageList) rather than building after discarded.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sourcecode.cpp
sourcecode.exe
Readme.txt