搜索资源列表
os.rar
- 操作系统课程设计存储管理 VC++ 实现 页式管理 段页式管理,Operating system storage management curriculum design
play
- 编程演示三种存储管理方式的地址换算过 1、分页方式的地址换算 2、 分段方式的地址换算 3、段页式的地址换算 -Demonstrate three kinds of programming the address translation memory management than 1, the paging mode of address translation 2, sub-address conversion means 3, para-page address
os
- 操作系统的段页式存储管理的地址转换,实现了段页式存储管理的地址转换。-Paragraph page storage management operating system, address translation, the storage management segment page address translation.
File-management
- 这个C程序用来模拟操作系统的段页式存储管理。采用链表、队列等数据结构完成模拟段页式存储管理。-This C program to simulate the operating system storage management segment page. Using linked lists, queues and other data structures to complete the simulation section page storage management.
Segment_Page
- 段页式存储管理系统:建立一个基本段页存储管理系统的模型。(1-2人) 首先分配一片较大的内存空间,作为程序运行的可用存储空间 建立应用程序的模型,包括分段结构在内 建立进程的基本数据结构及相应算法 建立管理存储空间的基本存储结构。 建立管理段页的基本数据结构与算法。 设计存储空间的分配与回收算法 提供信息转储功能,可将存储信息存入磁盘,也可从磁盘读入 -as above
段页式
- 编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。(The program completes the paragraph page type virtual storage management, storage allocation, address relocation and page fault handling.)