Welcome![Sign In][Sign Up]
Location:
Search - c fifo page replacement

Search list

[OS Develop请求分页存储管理方式

Description: 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(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
Platform: | Size: 360448 | Author: 陈任全 | Hits:

[OS Developpagechange

Description: 操作系统-页面置换算法(包括OPT、LRU、FIFO三种算法)-Operating system- page replacement algorithms (including OPT, LRU, FIFO three algorithms)
Platform: | Size: 10240 | Author: fish | Hits:

[OS Developfifo

Description: 操作系统中内存页面的先进先出的替换算法fifo-Operating system memory page replacement algorithm FIFO fifo
Platform: | Size: 3072 | Author: gll | Hits:

[OS Developfifo

Description: C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码-C++ Write the operating system and realize the principle of simulated FIFO page replacement algorithm for the source
Platform: | Size: 226304 | Author: woaic | Hits:

[Windows Developvc783453772452

Description: C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorithm (First IN First Out) of the simulation
Platform: | Size: 1911808 | Author: lee | Hits:

[OS DevelopFIFO

Description: 操作系统中的先进先出(FIFO)页面置换算法的C++源代码-Operating in the FIFO (FIFO) Page Replacement Algorithm for C++ source code
Platform: | Size: 1024 | Author: | Hits:

[OS Developthree

Description: FIFO页面置换算法,用c语言写的!同时输入内存块数和页面号数-FIFO page replacement algorithm, using c language written in! At the same time enter the number of memory blocks, and page numbers
Platform: | Size: 1024 | Author: 刘蒙 | Hits:

[OS Developtwo

Description: FIFO页面置换算法,用C++写的,可以缺页率,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written in C++, you can page fault rate, but also can see the memory allocation status!
Platform: | Size: 1024 | Author: 刘蒙 | Hits:

[OS Developone

Description: FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
Platform: | Size: 1024 | Author: 刘蒙 | Hits:

[OS Developfour

Description: FIFO页面置换算法,用C语言写的,产生随机序列,可以算出缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language to generate random sequence, you can calculate the number of missing pages, but also can see the memory allocation status!
Platform: | Size: 1024 | Author: 刘蒙 | Hits:

[Windows Developpagechange

Description: 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
Platform: | Size: 1024 | Author: 剑煮江湖 | Hits:

[OtherFIFO-LRU-OPT

Description: opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
Platform: | Size: 291840 | Author: | Hits:

[Game Programpagechange

Description: 用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.
Platform: | Size: 1024 | Author: xugu | Hits:

[Windows Developpagechange

Description: 用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.
Platform: | Size: 2048 | Author: ectivehe | Hits:

[OS DevelopFIFO

Description: c语言编写的FIFO页面淘汰算法,对页面访问序列进行处理,显示出换页的过程,并求出缺页率。-c language FIFO page replacement algorithm for page access sequence is processed, showing the paging process and seek vacancy rates page.
Platform: | Size: 1024 | Author: 较傻的瓜 | Hits:

[Process-Thread3

Description: C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
Platform: | Size: 14336 | Author: likai | Hits:

[OS Developpage-replacement-algorithm

Description: 使用c++语言设计一个基于MFC的程序,模拟页式存储管理中FIFO、LRU、LFU、OPT四页面置换算法运行的过程。-Use c++ language to design a process to run the algorithm based on the MFC, Analog page memory management FIFO, LRU, LFU, OPT four-page replacement.
Platform: | Size: 6800384 | Author: 杨婧伟 | Hits:

[Othermemman.c.tar

Description: 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
Platform: | Size: 1024 | Author: 刘丹阳 | Hits:

[Otherpage

Description: 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn范围内一个随机数。如果a落在769 到1024范围内,则设置dn+1 为dn到32767范围内一个随机数。 页面大小的取值范围为1K,2K,4K,8K,16K 。按照页面大小将指令地址转化为页号。对于相邻相同的页号,合并为一个。 分配给程序的内存块数取值范围为1 块,2 块,直到程序的页面数。 6、 分别采用OPT、FIFO 和LRU算法对页号序列进行调度,计算出对应的缺页中断率。 打印出页面大小、分配给程序的内存块数、算法名、对应的缺页中断率。 操作系统页面置换算法通过c++实现 -Simulation operating system uses OPT, FIFO and LRU page replacement algorithm process. Let the program addresses the range of 0 to 32767, using a random number generator 256 instruction address, the address is to meet 50 of the order, a 25 jump forward, jump back 25 . To meet the above conditions, you can take the following methods: Let d0 10000, n-th instruction address is dn, the first n+1 instruction address dn+1, n the range of 0-255. 1-1024 each generate a random number within a range, if a falls within the range of 1-512, the dn+1 dn+1. If a falls within the range of 513-768, set dn+1 within the range of 1 to dn a random number. If a falls within the range of 769-1024, is set to dn dn+1 to a random number within the range of 32767. Page size in the range of 1K, 2K, 4K, 8K, 16K. Follow the page size of the instruction address into the page number. For the same adjacent page numbers, into one. Memory blocks allocated to the program in the range of 1, 2, until the page number
Platform: | Size: 2643968 | Author: 黄keke | Hits:

[Windows DevelopFIFO先进先出调度算法(含代码截图)

Description: 最简单的分页替换算法就是先进先出算法,当每次有新的分页需要调入时,会选择调入内存时间最久的分页换出。有两种实现的方法:第一种是记录每个分页被调入到页框的时间,当每次需要换出分页时,会找到调入时间最早的一页,也就是在主存储器中存在最久的分页。另外一种方式就是利用FIFO队列来实现,当要进行分页替换时,就把队列最前端的分页换出,再把要调入的分页放到队列的末端。(The simplest paging replacement algorithm is the first in first out algorithm. Each time a new page needs to be transferred in, it will select the page swapping out with the longest time in memory. There are two ways to achieve this: the first is to record the time when each page is called into the page box. When each page needs to be changed out, the earliest page will be found, that is, the longest page in main memory. Another way is to use FIFO queue to achieve, when the page replacement, the front-end of the queue page out, and then put the page to be transferred to the end of the queue.)
Platform: | Size: 1047552 | Author: 91z先生 | Hits:
« 12 »

CodeBus www.codebus.net