CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - replacement page
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - replacement page - List
[
CSharp
]
先进先出页面算法程序2
DL : 0
先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO replacement algorithm using FIFO recently, at least recently LRU algorithm replacement unused replacement algorithm sets NUR work. Cases ... : a page-allocation process at 3, p. during its operation visit face sequence : A, B, C, D, A, B, E, A, B, C, D, E, in accordance with the analysis of its OPT algorithm replacement of pages missing ...
Date
: 2008-10-13
Size
: 5.35kb
User
:
asdf
[
CSharp
]
先进先出页面算法程序
DL : 0
分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given na na page number and page rate.
Date
: 2008-10-13
Size
: 3.17kb
User
:
asdf
[
CSharp
]
OS实验一
DL : 0
模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
Date
: 2025-12-16
Size
: 52kb
User
:
白马
[
CSharp
]
先进先出页面算法程序2
DL : 0
先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO replacement algorithm using FIFO recently, at least recently LRU algorithm replacement unused replacement algorithm sets NUR work. Cases ... : a page-allocation process at 3, p. during its operation visit face sequence : A, B, C, D, A, B, E, A, B, C, D, E, in accordance with the analysis of its OPT algorithm replacement of pages missing ...
Date
: 2025-12-16
Size
: 5kb
User
:
asdf
[
CSharp
]
先进先出页面算法程序
DL : 0
分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given na na page number and page rate.
Date
: 2025-12-16
Size
: 3kb
User
:
asdf
[
CSharp
]
xunicunchuqi
DL : 0
模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault. 1. Analog paging storage management and production of hardware address translation page fault. 2. With FIFO (FIFO) scheduling algorithm page a page fault handling. 3. At least with the recent use (LRU) paging algorithm for processing a page fault.
Date
: 2025-12-16
Size
: 2kb
User
:
aihao
[
CSharp
]
PageReplace
DL : 0
页面置换算法包含可执行程序用 C#做的做了很久 模拟小程序-Page replacement algorithm contains an executable program using C# to do a small procedure done for a long time simulation
Date
: 2025-12-16
Size
: 14kb
User
:
刘达
[
CSharp
]
FIFO
DL : 0
页面置换算法的实现源码。主要为OS初学者提供参考。-Page replacement algorithm implementation source code. The main reference for the OS for beginners.
Date
: 2025-12-16
Size
: 3kb
User
:
zhang
[
CSharp
]
Page-replacement-algorithm
DL : 0
页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
Date
: 2025-12-16
Size
: 74kb
User
:
zcj
[
CSharp
]
PageReplace
DL : 0
CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
Date
: 2025-12-16
Size
: 96kb
User
:
sandwich
[
CSharp
]
yemianzihuan
DL : 0
用c#写的模拟操作系统页面置换算法,动态化的实现页面置换全过程-C# to write the simulation of the operating system page replacement algorithm, dynamic page replacement
Date
: 2025-12-16
Size
: 2kb
User
:
宋园园
[
CSharp
]
page-type-storage-allocation
DL : 0
实现进程的分页式内存分配和地址转换过程,并进一步实现请求分页式存储分配和地址转换过程。页面置换算法至少应实现先进先出(FIFO)、最近最久未使用(LRU)等算法-Realization process of the paging type memory allocation and address translation process, and further realize request page type storage allocation and address translation process. Page replacement algorithm at least should be realized first in first out (FIFO), the most recent long not use (LRU) algorithm
Date
: 2025-12-16
Size
: 2kb
User
:
huyang
[
CSharp
]
ww
DL : 0
页面置换算法 一共有三个 FIFO LUR OPT-Page replacement algorithm, a total of three FIFO LUR OPT
Date
: 2025-12-16
Size
: 1kb
User
:
薛妮
[
CSharp
]
OPT
DL : 0
实现opt算法,在vc++环境下.便于实现最佳页面替换算法。-Achieve opt algorithm, vc++ environment. Easy to achieve the best page replacement algorithm.
Date
: 2025-12-16
Size
: 1kb
User
:
MIKE
[
CSharp
]
lfu
DL : 0
LFU算法,页面置换算法,随机生成页号,计算缺页次数和缺页率-The LFU algorithm, the page replacement algorithm, randomly generated page number, calculate the number of page faults and page fault rate
Date
: 2025-12-16
Size
: 1kb
User
:
lpz
[
CSharp
]
LFU
DL : 0
LFU算法,页面置换算法,随机生成页号,可选择手动输入,计算缺页次数和缺页率-The LFU algorithm, the page replacement algorithm, randomly generated page number, can choose manual input, calculating the number of page faults and page fault rate
Date
: 2025-12-16
Size
: 2kb
User
:
lpz
[
CSharp
]
2-opt
DL : 0
这是一个关于2-opt算法在页面布置上的应用的文件-it is the file about the application of 2-opt on page replacement
Date
: 2025-12-16
Size
: 1kb
User
:
一花一叶
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.