搜索资源列表
cz
- 操作系统的课程设计,分别是 题目一:模拟分页式存储管理中硬件的地址转换和产生缺页中断。 题目二:用先进先出(FIFO)页面调度算法处理缺页中断。 -operating system of curriculum design, is a topic : simulation tabbed storage management hardware address translation and have missing pages interruption. Topic 2 : FIFO
yiemian
- 页面调度算法的实验报告,全格式,绝对可用!朋友不妨试一试哦!-pages scheduling algorithm experiments, the whole format, absolutely available! Friends may try Oh!
yemian
- 操作系统的实习 实现页面调度算法 用visual c++实现的-operating system to achieve attachment pages scheduling algorithm used visual realization of the c
schedule
- 操作系统的页面调度算法-OS pages Scheduling Algorithm
Proj5_2
- 一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
page-management
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault.
2
- 页面调度算法,操作系统实验,C++编程,免费下载.windows编程.-Operating system paging algorithms------ experiments, C++ programming, free download.
java
- Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
Pagebest
- 页面调度算法, 页面调度算法,几种都有了-hhdsghfsdgdsggdgsdga
LRU
- LRU页面调度算法实现缺页调试问题~这个程序当中调用lru()时出现错误,请高手帮忙分析一下这个函数当中的错误,我现在很焦急的等待各位的解疑-LRU
dd
- FIFO,LRU,用于实现页面调度算法,包括FIFO和LRU,非常实用,很多专家都看不懂-FIFO, LRU this program is used to excute lru and fifo and so on,it is very useful ,and many people have download it ,believe it or not
PageAndJob
- 操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
ymdd
- 操作系统中若干种页面调度算法的程序模拟,使用C实现,含实验报告。-Several kinds of operating system scheduling algorithm of the program to simulate the page, use the C implementation, including experimental report.
xunicunchuqi
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
FIFO
- 在分页式虚拟存储系统中,当硬件发出“缺页中断”后,引出操作系统来处理这个中断事件。如果主存中已经没有空闲块,则可用FIFO页面调度算法把该作业中最先进入主存的一页调出,存放到磁盘上。然后再把当前要访问的页装入该块。调出和装入后都要修改页表中对应页的标志。 FIFO页面调度算法总是淘汰该作业中最先进入主存的那一页,因此可以用一个数组来表示该作业已在主存的页面。-In the paging virtual memory system, when the hardware was given a
LLRUR
- LRU页面调度算法实现缺页调试问题~这个程序当中调用lru()时出现错误,,请高手帮忙分析一下这个函数当中的错误,我现在很焦急的等待各位的解疑-LRU -LRU paging algorithm to debug the problem of the missing pages to this program which calls lru () error, expert help to analyze the errors which this function, I am now ve
A0022zipn
- 模拟分页式虚拟存储管理中硬件的地址转换和和缺页中断,和选择页面调度算法处理缺页中断 -The analog paging virtual memory management hardware address translation and page fault interrupt, and select the page scheduling algorithm processing missing pages interrupt
KKK
- 页面虚拟存储,模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。采用先进先出调度算-Page of virtual storage, to analog paging virtual memory management hardware address translation and page fault interrupt, as well as select paging algorithm processing a page fault. Using FI
cipan
- 可以模拟操作那系统中的磁盘调度算法,比如FCFS 等。(Can simulate the operation of the system disk scheduling algorithm, such as FCFS and so on.)
fifo页面置换算法模拟程序
- fifo页面置换算法模拟程序 1.请求分页的置换算法(FIFO && RUL算法实现);2.按给定的顺序列,输出页面调度过程包括命中 / 缺页,调入/调出;3.计算缺页率,频率。(FIFO page replacement algorithm simulation program)