搜索资源列表
caozuoxitong
- 操作系统课程设计:段页式存储地址管理 需要的就下吧-Operating systems curriculum design: paragraph on page memory address management needs on the next bar
play
- 编程演示三种存储管理方式的地址换算过程 1)分页方式的地址换算 2)分段方式的地址换算 3)段页式的地址换算 -Demo programming in three modes of address storage management conversion process 1) forms of address translation page 2) sub-forms of address translation 3) Page address translation
duanye
- 段页式虚拟存储管理的地址转换程序,操作系统的课程设计,使用C++的控制台程序,结构化的.-Paragraph on page virtual storage management addresses the conversion process, the operating system
duanye
- 模拟段页式虚拟存储管理中地址转换 操作系统课程设计。-Analog Section page-address translation of virtual storage management operating system, curriculum design.
Segment_Page_SMS
- 操作系统的课程设计,段页式存储管理,visual studio 2008,mfc-Operating systems curriculum design, storage management section page, visual studio 2008, mfc
system
- 页式存储和段页式式存储的软件模拟实现。附带报告资料。-Page-page section of storage and storage software simulation to achieve. With report data.
SegmentPage
- 操作系统课程设计中的段页式存储管理系统,手动输入内存及内存块大小,从文件中读取数据。有各种中断调试。-Segment pages in the curriculum design of the operating system storage management system, and manually enter the memory and the memory block size, data is read from the file. There are a variety of b
Segmented-paged-memory-management
- 这个C程序用来模拟操作系统的段页式存储管理,采用链表、队列等数据结构来模拟。-This C program to simulate the operating system segment page memory management, the use of linked lists, queues and other data structures to simulate.
os_2
- 段页式虚拟存储管理,为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。-Section paged virtual memory management, a process memory application (how many segments, each much) to allocate memory, when a p
2016118026_高晗露_实验三
- 模拟段页式虚拟内存管理,进程创建,申请内存,缺页中断处理,驻留集大小为8(Virtual page virtual memory management)