CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - FIFO
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - FIFO - List
[
OS program
]
页面置换
DL : 0
页面置换算法的演示程序及代码,包含FIFO、LRU、OPT算法-pages replacement algorithm code and demo program, including FIFO, the LRU, OPT algorithm
Date
: 2008-10-13
Size
: 8.79kb
User
:
陶杰
[
OS program
]
fifo
DL : 0
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
Date
: 2008-10-13
Size
: 43.45kb
User
:
孤鸿影
[
OS program
]
FIFO算法
DL : 0
模拟操作系统的FIFO算法----- 功能齐全
Date
: 2008-10-13
Size
: 6.82kb
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-12-21
Size
: 2kb
User
:
zbing0203
[
OS program
]
页面置换
DL : 0
页面置换算法的演示程序及代码,包含FIFO、LRU、OPT算法-pages replacement algorithm code and demo program, including FIFO, the LRU, OPT algorithm
Date
: 2025-12-21
Size
: 1.59mb
User
:
陶杰
[
OS program
]
ymdd
DL : 0
页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT) 题目要求: ① 实现三种算法:1、先进先出;2、OPT;3、LRU ② 页面序列从指定的文本文件(TXT文件)中取出 ③ 输出:第一行:每次淘汰的页面号,第二行:显示缺页的总次数 -Main page scheduling algorithm: FIFO, least recently used scheduling algorithm (LRU), least recently used scheduling algorithm (LFU), the best algorithm (OPT) subject requirements: ① the realization of the three algorithms: 1, FIFO 2, OPT 3, LRU ② page sequence from the specified text file (TXT files) out of ③ Output: the first line: every time out the page number, the second line: shows the total number of missing pages
Date
: 2025-12-21
Size
: 1kb
User
:
sunny
[
OS program
]
MManager
DL : 0
这是一个内存管理的模拟程序。 采用FIFO,LRU等算法管理内存。 这是我操作系统课程的一个项目。-This is a memory management of the simulation program. Using FIFO, LRU algorithm such as memory management. This is my operating system course of a project.
Date
: 2025-12-21
Size
: 112kb
User
:
cy
[
OS program
]
fifo
DL : 0
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
Date
: 2025-12-21
Size
: 43kb
User
:
孤鸿影
[
OS program
]
yeshicunchu
DL : 0
用c++语言编写 模拟页式存储管理-fifo算法-With c++ Language page storage management simulation-fifo algorithm
Date
: 2025-12-21
Size
: 1kb
User
:
叫怎高
[
OS program
]
1234
DL : 0
1.程序的功能是实现FIFO算法和LRU算法。 2.在界面上设置选择按钮,可以选择FIFO算法或者LRU算法进行页面置换。 3.页面序列可以随机生成。 4.在进行页面置换前,可以设置随机生成的页面数,以及物理内存块数。 5.在进行页面置换时,在界面上可以看到每一步的页面置换过程,以及当前页面序列和物理内存块的信息。 6.在界面上设置“开始”、“暂停”、“继续”、“重做”等按钮,实现相应的功能。 -1. Program
Date
: 2025-12-21
Size
: 85kb
User
:
daiuirchuan
[
OS program
]
FIFO算法
DL : 0
模拟操作系统的FIFO算法----- 功能齐全-Simulation of operating system functions----- FIFO algorithm
Date
: 2025-12-21
Size
: 213kb
User
:
阳
[
OS program
]
hcq
DL : 0
能实现基本的三种页面算法,FIFO,OPT,LRU,自己的课程设计,代码较少,有待改进。-To achieve three basic page algorithm, FIFO, OPT, LRU, their curriculum design, code less room for improvement.
Date
: 2025-12-21
Size
: 9kb
User
:
avaga
[
OS program
]
XQueue_demo
DL : 0
通过内存文件映象实现了一个FIFO消息队列,可以工作在所有的windows版本中,很好用的完成内存共享服务的代码-a FIFO message queue with memory map,compatible all windows version.
Date
: 2025-12-21
Size
: 108kb
User
:
yqs
[
OS program
]
Optimal
DL : 0
存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
Date
: 2025-12-21
Size
: 2kb
User
:
pauly_917
[
OS program
]
FIFO-and-LRU-algorithm
DL : 0
实现页面置换的先进先出算法(FIFO)和最近最久未使用算法(LRU)。很不错。-FIFO page replacement algorithms (FIFO) and least-recently-used algorithm (LRU). Very good.
Date
: 2025-12-21
Size
: 1kb
User
:
韩磊
[
OS program
]
FIFO
DL : 0
a fifo designed in vhdl. this fifo is implemented in a different way, using access type.
Date
: 2025-12-21
Size
: 2kb
User
:
mohandes
[
OS program
]
fifo
DL : 0
windows FIFO(fifo)实现,已经在win32平台验证,需要用户自己实现互斥锁;
Date
: 2025-12-21
Size
: 1kb
User
:
money_001
[
OS program
]
FIFO-process-scheduling
DL : 0
用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
Date
: 2025-12-21
Size
: 191kb
User
:
wen
[
OS program
]
fifo
DL : 0
用c++实现的fifo内存调度算法,非常使用的一个,欢迎各位修改报错-Fifo memory scheduling algorithms using c++ implementation, use a very, welcome to modify the error
Date
: 2025-12-21
Size
: 1kb
User
:
秦开强
[
OS program
]
FIFO
DL : 0
操作系统课程设计,使用vc++,图形界面,FIFO,模拟文件操作-system program design,fifo
Date
: 2025-12-21
Size
: 3.46mb
User
:
丁洋
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.