文件名称:FIFO-page-replacement-algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
×FIFO页面置换算法
例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,1,2,5,1,2,3,4,5;如果在内存中分配给该进程3个页面,则缺页情况
-FIFO page replacement algorithm such as: process P has five pages, the process to access pages in the order: 1,2,3,4,1,2,5,1,2,3,4,5 If the memory allocation to the process three pages, missing page case
例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,1,2,5,1,2,3,4,5;如果在内存中分配给该进程3个页面,则缺页情况
-FIFO page replacement algorithm such as: process P has five pages, the process to access pages in the order: 1,2,3,4,1,2,5,1,2,3,4,5 If the memory allocation to the process three pages, missing page case
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FIFO页面调度.doc