页面置换算法
文件大小: 8k
源码售价: 10 个金币 积分规则     积分充值
资源说明:#include #include #include /*全局变量*/ int mSIZE; /*物理块数*/ int pSIZE; /*页面号引用串个数*/ static int memery[10]={0}; /*物理块中的页号*/ static int page[100]={0}; /*页面号引用串*/ static int temp[100][10]={0}; /*辅助数组*/
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。