文件名称:cunchuguanli

  • 所属分类:
  • 汇编语言
  • 资源属性:
  • [WORD]
  • 上传时间:
  • 2012-12-19
  • 文件大小:
  • 133kb
  • 下载次数:
  • 1次
  • 提 供 者:
  • k*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。



实验准备

   用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。



2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。

   1) 最佳置换算法(Optimal)

   2) 先进先出法(Fisrt In First Out)

   3) 最近最久未使用(Least Recently Used)

   4) 最不经常使用法(Least Frequently Used)

   5) 最近未使用法(No Used Recently)

   其中,命中率=1-页面失效次数/页地址流长度。

    试对上述算法的性能加以较各:页面个数和命中率间的关系;同样情况下的命中率比较。-1. A partner of the memory management algorithm to achieve a recovery after the application of the memory block allocation and release. Experimental preparation random function simulation process memory application, and released in a more random order. Statistics, when applications allocate memory failed to distinguish between the actual lack of space and because of the debris and can not meet its debris. Design a virtual memory storage area and workspace, access to the hit rate and use the following algorithm. 1) The best replacement algorithm (Optimal) 2) first-in, first-out method (Fisrt In First Out), 3) Recently the most-recently-used (Least Recently Used) 4) is not the most frequently used method (Least Frequently Used) 5) unused method recently (No Used Recently) which hit rate = 1- the number of page faults/page address stream length. The test of the performance of the above algorithm to be compared to the relationship between: page number and hit rate compare the hit rate in
(系统自动生成,下载前可以参看下载内容)

下载文件列表





cunchuguanli.doc

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org