CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fifo lru c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fifo lru c - List
[
OS program
]
页面置换算法(C语言编写)
DL : 0
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
Date
: 2008-10-13
Size
: 1.78kb
User
:
zbing0203
[
Mathimatics-Numerical algorithms
]
pagec++
DL : 0
页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorithm, the algorithm occupy larger resources, the majority of the improved OS LRU algorithm.
Date
: 2025-07-07
Size
: 4kb
User
:
兔子
[
OS Develop
]
CPU调度C语言实现
DL : 0
CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT 6时间的延迟; 7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Priority Scheduling) n) 5EXIT six hours of delay; 7 : screen for color.
Date
: 2025-07-07
Size
: 1kb
User
:
蒋涛
[
OS program
]
页面置换算法(C语言编写)
DL : 0
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
Date
: 2025-07-07
Size
: 2kb
User
:
zbing0203
[
Internet-Network
]
功能描述
DL : 0
页面置换算法,采用了FIFO,LRU,OPT三种算法,并用一个源程序-pages replacement algorithm, using the FIFO, the LRU, OPT three algorithms, and with a source
Date
: 2025-07-07
Size
: 6kb
User
:
鬼迷心窍
[
CSharp
]
OS课题设计
DL : 0
任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit the hit rate. (1) FIFO algorithm (FIFO) (2) at least recently used algorithm (LRU) (3) eliminated the best algorithm (OPT) (4) at least visit pages algorithm (LFU) (5) most recently used algorithm (NUR) life China rate = (1-pages failure number)/page-length addre
Date
: 2025-07-07
Size
: 2kb
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-07-07
Size
: 5kb
User
:
asdf
[
OS Develop
]
请求分页存储管理方式
DL : 0
课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
Date
: 2025-07-07
Size
: 352kb
User
:
陈任全
[
Windows Develop
]
taotaisuanfa
DL : 0
使用Microsoft Visual C++ 6.0编写最佳(Optimal)淘汰算法、先进先出(FIFO)淘汰算法、最近最久未使用(LRU)淘汰算法的源代码-using Microsoft Visual C 6.0 to prepare the best (Optimal) eliminated algorithm, FIFO (FIFO) eliminated algorithm, the most recent time on the use (LRU) algorithm out of the source code
Date
: 2025-07-07
Size
: 3kb
User
:
王杰
[
Other
]
cunchuqiguanli
DL : 0
操作系统存储器管理实验的C语言模拟程序,采用FIFO和LRU两种算法-experimental operating system memory management in C language simulation procedures and two FIFO and LRU algorithm
Date
: 2025-07-07
Size
: 1kb
User
:
胡恩
[
Linux-Unix
]
main
DL : 0
操作系统实验(LINUX): 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) (4) 最少访问页面算法(LFU) (5) 最近最不经常使用算法(NUR) 命中率=(1-页面失效次数)/页地址流长度 -Experimental operating system (LINUX): Design of a virtual memory storage area and work area, and use the following algorithm to visit hit rate. (1) into the algorithm, first-out (FIFO) (2) at least recently used algorithm (LRU) (3 ) the best out of algorithm (OPT) (4) at least visit the page algorithm (LFU) (5) the least frequently used in recent algorithm (NUR) hit rate = (1- page failure number)/page address stream length
Date
: 2025-07-07
Size
: 2kb
User
:
zengzl
[
OS Develop
]
pagechange
DL : 0
操作系统-页面置换算法(包括OPT、LRU、FIFO三种算法)-Operating system- page replacement algorithms (including OPT, LRU, FIFO three algorithms)
Date
: 2025-07-07
Size
: 10kb
User
:
fish
[
Windows Develop
]
fifolru
DL : 0
fifo lru 算法,以c++实现的 fifo lru 算法,以c++实现的-fifo lru algorithm to c++ realized fifo lru algorithm to c++ achieved
Date
: 2025-07-07
Size
: 2kb
User
:
linanfeng
[
Other
]
fifo
DL : 0
c语言实现内存调度 FIFO LFU LRU 基于vc6.0 -c language memory-based FIFO LFU LRU scheduling vc6.0
Date
: 2025-07-07
Size
: 1kb
User
:
小弟
[
Other
]
ex2
DL : 0
FIFO LRU OPT算法的C语言相关调用算法-FIFO LRU OPT algorithm is called C-language-related algorithms
Date
: 2025-07-07
Size
: 2kb
User
:
wangyi
[
Mathimatics-Numerical algorithms
]
fifo-lru-opt
DL : 0
c语言写的页面转换算法,有助于大家学习操作系统。-pages written in c language conversion algorithm to help them to learn the operating system.
Date
: 2025-07-07
Size
: 59kb
User
:
Jke X
[
Windows Develop
]
pagechange
DL : 0
用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
Date
: 2025-07-07
Size
: 1kb
User
:
剑煮江湖
[
Other
]
FIFO-LRU-OPT
DL : 0
opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
Date
: 2025-07-07
Size
: 285kb
User
:
薛
[
Game Program
]
pagechange
DL : 0
用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
Date
: 2025-07-07
Size
: 1kb
User
:
xugu
[
Windows Develop
]
pagechange
DL : 0
用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
Date
: 2025-07-07
Size
: 2kb
User
:
ectivehe
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.