搜索资源列表
linux-源代码
- 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very goo
编程实现LRU算法或CLOCK/改进算法等置换算法
- 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
zjf.rar
- 存储管理模拟,编写程序,模拟请求页式存储管理中的硬件地址转换过程,使用三种不同的页面置换算法进行页面替换。分别是先进先出,最佳置换,最近最久未使用页面替换,并计算缺页率。,Storage management simulation, programming, simulation request page storage management hardware address translation process, using three different page replacement
mange
- 模拟内存页式管理,实现内存分页,页表创建及内外存地址转换-Analog memory-page management, paging, page tables to create internal and external memory address translation
0022
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, as well as the choice of scheduling algorithm to deal with page page fault
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
caozuoxitong
- 请求页式存储管理地址转换模拟,通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解,熟悉虚存管理的各种页面淘汰算法。通过编写和调试地址转换过程的模拟程序以加强对地址转换过程的了解。-Requested page address translation memory management simulation, through the preparation and debugging of analog storage management procedures to deepen the
236116
- 页式虚拟存储管理中地址转换和缺页中断yeshidsdkfljwiorwoper-Page storage management in virtual address translation and page fault
address-translation
- 操作系统,地址转换算法,课程设计,可分别进行分段和分页的物理地址与逻辑地址之间的转换。-Operating system, address translation algorithm, curriculum design, can be carried out in several stages and pagination of the physical address and logical address conversion between.
os
- 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
dizhi
- 针对操作系统试验编程,实现地址转换操作,可手动输入物理地址-Pilot program for the operating system, the realization of address translation operation, can manually enter the physical address
VirtualStorageManagementpageintheaddresstranslatio
- 1.页式存储管理中地址转换的方法。 2.页式虚拟存储的缺页中断处理方法。 -1. Page storage management method of address translation. 2. Pages of virtual memory page fault handling.
AddressExchange
- 用c++描述操作系统的断页式存储管理地址的转换-Using c++ descr iption of the operating system off-page storage management address translation
er
- 地址转换 逻辑地址转换为物理地址的方法 -NAT address translation logic for the physical address of the Method of
myfile
- 页式地址变换机构模拟:1.根据给出的页表情况模拟页式的地址变换机构 2.用程序模拟地址变换机构,输出指令逻辑地址到物理地址的变换,若逻辑地址对应的页没有加载到内存,则输出“缺页”若发生越界,则输出“越界”。-Page-address translation agencies simulations: 1. According to the given page table of analog-page address changing body 2. With the program to si
moni
- 实现模拟分页式虚拟存储管理中地址转换和缺页中断,有试验报告。程序中假定主存的每块长度为128字节;现有一个共七页的作业,将第0页到第3页中的内容装入主存中,其余三页未装入主存;-Analog paging virtual memory management, address translation and page fault, there are test report. The program assumes that the length of each block of main mem
duanye
- 模拟段页式虚拟存储管理中地址转换 操作系统课程设计。-Analog Section page-address translation of virtual storage management operating system, curriculum design.
exercise3_1
- 存储管理,模拟分页式存储管理中硬件的地址转换和产生的缺页中断-Storage management, storage management in the analog paging hardware address translation and page fault generated
1
- 操作系统模拟页式虚拟地址转换和缺页中断算法-Simulation of the operating system pages and virtual address translation page fault algorithm
2
- 实现分页式存储地址转换过程。出现缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。-Implement paging address translation storage process. Phenomenon occurs when the missing pages, use the FIFO FIFO, most recently from lack of use LRU, the best OPT replacement algorithm.