文件名称:page.change

  • 所属分类:
  • 操作系统开发
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 81kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

功能介绍:

l  输入进程P总共有的页面数,l  并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l  则不l  需要进行页面调度工作。

l  由进程P的页面数目,l  程序随机生成一些访问内存的页面号,l  为简化程序,l  这些页面号的数目同l  进程P的进程数目一致(这个缺陷也有待改进)。

l  由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l  并输出具体的页面访问过程。

原理介绍:

请求页式管理中的置换算法:置换算法在内存中没有空闲页面时调用。它的目的是选出一个被淘汰的页面。如果内存中有足够的空闲页面存放所调入的页,则不必使用置换算法。

先进先出算法FIFO:该算法总是选择在内存驻留时间最长的一页将其淘汰。其认为先调入内存的页不再被访问的可能性要比其他页大,因而选择最先调入内存的页换出。

最近最久没使用页面淘汰算法LRU-functional presentations : 1 P process imported a total of some pages. l and enter the system has been allocated in memory of a few pages. When the distribution of more than a few pages of the process P pages, l l not need pages scheduling work. L P process by the number of pages, l procedures for random number generation to the memory pages, l To simplify procedures, l these pages, with the number of P l process consistent number of processes (the defect has yet to be improved). L chosen by the user FIFO or LRU algorithm algorithm to process P pages allocated to the memory pages for distribution, l and output specific pages course of the visit. Principle introduced : request for the page-style management of replacement algorithm : Replacement Algorithms in memory when no spare pages call.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

请求式页面调度算法

..................\res



..................\...\yemian.rc2

..................\resource.h

..................\StdAfx.cpp

..................\StdAfx.h

..................\yemian.aps

..................\yemian.clw

..................\yemian.cpp

..................\yemian.dsp

..................\yemian.dsw

..................\yemian.h

..................\yemian.opt

..................\yemian.plg

..................\yemian.rc

..................\yemian.sln

..................\yemian.vcproj

..................\yemianDlg.cpp

..................\yemianDlg.h

..................\程序说明文档.doc

..................\请求式页面调度算法.exe

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org