Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop
Title: FIFO先进先出调度算法(含代码截图) Download
 Description: 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.
 Downloaders recently: [More information of uploader 91z先生]
 To Search:
File list (Check if you may need any files):
FilenameSizeDate
FIFO先进先出调度算法(含代码截图)\Debug\FIFO.exe 548942 2013-06-16
FIFO先进先出调度算法(含代码截图)\Debug\FIFO.ilk 790816 2013-06-16
FIFO先进先出调度算法(含代码截图)\Debug\FIFO.obj 252470 2013-06-16
FIFO先进先出调度算法(含代码截图)\Debug\FIFO.pch 2029256 2013-06-16
FIFO先进先出调度算法(含代码截图)\Debug\FIFO.pdb 1106944 2013-06-16
FIFO先进先出调度算法(含代码截图)\Debug\vc60.idb 82944 2013-06-16
FIFO先进先出调度算法(含代码截图)\Debug\vc60.pdb 110592 2013-06-16
FIFO先进先出调度算法(含代码截图)\FIFO.CPP 3062 2012-12-17
FIFO先进先出调度算法(含代码截图)\FIFO.DSP 3377 2013-06-16
FIFO先进先出调度算法(含代码截图)\FIFO.DSW 516 2013-06-16
FIFO先进先出调度算法(含代码截图)\FIFO.ncb 41984 2013-06-16
FIFO先进先出调度算法(含代码截图)\FIFO.OPT 48640 2013-06-16
FIFO先进先出调度算法(含代码截图)\FIFO.PLG 736 2013-06-16
FIFO先进先出调度算法(含代码截图)\FIFO先进先出调度算法.doc 209408 2013-01-07
FIFO先进先出调度算法(含代码截图)\Debug 0 2013-06-16
FIFO先进先出调度算法(含代码截图) 0 2013-06-16

CodeBus www.codebus.net