搜索资源列表
Paging-System
- 操作系统: 分页管理方式下存储分配情况模拟 2,实现的功能:主存的分配和回收,页表的建立和记录保存。 3,优点: 程序健壮性较好,能够方便的添加和减少主存的容量大小,(只需要修改代码中的MAXN值即可,其他地方不需要修改)。 能够自动记录和保存页表(保存在pageList中),而不是建立后丢弃。 -Operating system: storage allocation under the circumstances paging manage
Paging management_
- 借用外存空闲分区管理中位示图的方法来表示主存分配情况,实现主存空间的分配和回收。(Use free partition management method diagram to represent the distribution of main memory, the main memory space allocation and recovery.)