文件名称:abc
介绍说明--下载内容均来自于网络,请自行研究使用
页面置换算法
最早调入内存的页,其不再被使用的可能性比刚调入内存的可能性大。建立一个FIFO队列,收容所有在内存中的页。被置换页面总是在队列头上进行。当一个页面被放入内存时,就把它插在队尾上。-Page replacement algorithm
Transferred to the memory of the first page, the possibility of no longer being used into memory than just the possibility of large. A FIFO queue shelters are in memory pages. Always be replaced in the queue head to the page. When a page is put into memory, put it on the end inserted in the team.
最早调入内存的页,其不再被使用的可能性比刚调入内存的可能性大。建立一个FIFO队列,收容所有在内存中的页。被置换页面总是在队列头上进行。当一个页面被放入内存时,就把它插在队尾上。-Page replacement algorithm
Transferred to the memory of the first page, the possibility of no longer being used into memory than just the possibility of large. A FIFO queue shelters are in memory pages. Always be replaced in the queue head to the page. When a page is put into memory, put it on the end inserted in the team.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
abc.cpp