文件名称:qtvesion
-
所属分类:
- 标签属性:
- 上传时间:2015-06-27
-
文件大小:821.97kb
-
已下载:2次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。
(1)为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;
(2)对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;
(3)若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。
假定内存64K,内存块(页框 )1K,进程逻辑地址空间最大16个段,每个段最大64K。假设进程运行前未预先装入任何地址空间。
输出每次存储分配/回收时,内存自由块分布情况、相关进程的段表和页表信息。
-Write a program to complete the segment storage management page memory allocation virtual address relocation and page fault handling.
(1) a process of memory allocation (the number of segments, each segment how much) to allocate memory, recovering memory when a process (complete) end
(2) for a given logical address, determine whether the lack of paragraphs, missing pages, missing paragraphs if no missing pages, the mapping of the physical address
(3) If the missing section of missing segment interrupt processing is performed, if the missing page page fault processing is performed.
Assumed memory 64K, maximum 16 segments of memory blocks (page frame) 1K, process logical address space, each segment maximum 64K. Assume that the process is running before any address space is not pre-loaded.
The output of each memory allocation/recovery time, the distribution of free blocks of memory, the segment table and page tables relevant processes information.
(1)为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;
(2)对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;
(3)若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。
假定内存64K,内存块(页框 )1K,进程逻辑地址空间最大16个段,每个段最大64K。假设进程运行前未预先装入任何地址空间。
输出每次存储分配/回收时,内存自由块分布情况、相关进程的段表和页表信息。
-Write a program to complete the segment storage management page memory allocation virtual address relocation and page fault handling.
(1) a process of memory allocation (the number of segments, each segment how much) to allocate memory, recovering memory when a process (complete) end
(2) for a given logical address, determine whether the lack of paragraphs, missing pages, missing paragraphs if no missing pages, the mapping of the physical address
(3) If the missing section of missing segment interrupt processing is performed, if the missing page page fault processing is performed.
Assumed memory 64K, maximum 16 segments of memory blocks (page frame) 1K, process logical address space, each segment maximum 64K. Assume that the process is running before any address space is not pre-loaded.
The output of each memory allocation/recovery time, the distribution of free blocks of memory, the segment table and page tables relevant processes information.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
qtvesion/
qtvesion/data.txt
qtvesion/Debug/
qtvesion/Debug/qtvesion.log
qtvesion/GeneratedFiles/
qtvesion/GeneratedFiles/Debug/
qtvesion/GeneratedFiles/Debug/moc_qtvesion.cpp
qtvesion/GeneratedFiles/qrc_qtvesion.cpp
qtvesion/GeneratedFiles/Release/
qtvesion/GeneratedFiles/ui_qtvesion.h
qtvesion/main.cpp
qtvesion/memtable.cpp
qtvesion/memtable.h
qtvesion/myhead.h
qtvesion/pageNode.cpp
qtvesion/pageNode.h
qtvesion/processnode.cpp
qtvesion/processnode.h
qtvesion/qtvesion.cpp
qtvesion/qtvesion.h
qtvesion/qtvesion.qrc
qtvesion/qtvesion.ui
qtvesion/qtvesion.vcxproj
qtvesion/qtvesion.vcxproj.filters
qtvesion/qtvesion.vcxproj.user
qtvesion/Resources/
qtvesion/State.h
qtvesion/x64/
qtvesion/x64/Debug/
qtvesion/x64/Debug/main.obj
qtvesion/x64/Debug/memtable.obj
qtvesion/x64/Debug/moc_qtvesion.obj
qtvesion/x64/Debug/pageNode.obj
qtvesion/x64/Debug/processnode.obj
qtvesion/x64/Debug/qrc_qtvesion.obj
qtvesion/x64/Debug/qtvesion.Build.CppClean.log
qtvesion/x64/Debug/qtvesion.log
qtvesion/x64/Debug/qtvesion.obj
qtvesion/x64/Debug/qtvesion.tlog/
qtvesion/x64/Debug/qtvesion.tlog/cl.command.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/CL.read.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/CL.write.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/custombuild.command.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/custombuild.read.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/custombuild.write.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/link.command.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/link.read.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/link.write.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/qtvesion.lastbuildstate
qtvesion/x64/Debug/vc120.pdb
qtvesion/data.txt
qtvesion/Debug/
qtvesion/Debug/qtvesion.log
qtvesion/GeneratedFiles/
qtvesion/GeneratedFiles/Debug/
qtvesion/GeneratedFiles/Debug/moc_qtvesion.cpp
qtvesion/GeneratedFiles/qrc_qtvesion.cpp
qtvesion/GeneratedFiles/Release/
qtvesion/GeneratedFiles/ui_qtvesion.h
qtvesion/main.cpp
qtvesion/memtable.cpp
qtvesion/memtable.h
qtvesion/myhead.h
qtvesion/pageNode.cpp
qtvesion/pageNode.h
qtvesion/processnode.cpp
qtvesion/processnode.h
qtvesion/qtvesion.cpp
qtvesion/qtvesion.h
qtvesion/qtvesion.qrc
qtvesion/qtvesion.ui
qtvesion/qtvesion.vcxproj
qtvesion/qtvesion.vcxproj.filters
qtvesion/qtvesion.vcxproj.user
qtvesion/Resources/
qtvesion/State.h
qtvesion/x64/
qtvesion/x64/Debug/
qtvesion/x64/Debug/main.obj
qtvesion/x64/Debug/memtable.obj
qtvesion/x64/Debug/moc_qtvesion.obj
qtvesion/x64/Debug/pageNode.obj
qtvesion/x64/Debug/processnode.obj
qtvesion/x64/Debug/qrc_qtvesion.obj
qtvesion/x64/Debug/qtvesion.Build.CppClean.log
qtvesion/x64/Debug/qtvesion.log
qtvesion/x64/Debug/qtvesion.obj
qtvesion/x64/Debug/qtvesion.tlog/
qtvesion/x64/Debug/qtvesion.tlog/cl.command.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/CL.read.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/CL.write.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/custombuild.command.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/custombuild.read.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/custombuild.write.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/link.command.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/link.read.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/link.write.1.tlog
qtvesion/x64/Debug/qtvesion.tlog/qtvesion.lastbuildstate
qtvesion/x64/Debug/vc120.pdb
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.