文件名称:os
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 263kb
- 下载次数:
- 0次
- 提 供 者:
- qian*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现一个基于伙伴算法的内存分配回收算法,并通过输入一组内存请求与回收序列验证该算法执行情况。
用如下请求和释放序列验证该算法执行情况。
请求100k――>请求240k――>请求64k――>请求256k――>释放240k――>释放100k――>请求75k――>释放64k――>释放75k――>释放256k-Implement a memory allocation algorithm based on partner recovery algorithm, and by entering a sequence of memory requests and verify the recovery of the implementation of the algorithm. Release with the following sequence of authentication requests and the implementation of the algorithm. Request 100k-> Request 240k-> request 64k-> Request 256k-> release 240k-> release 100k-> request 75k-> release of 64k-> release of 75k-> release 256k
用如下请求和释放序列验证该算法执行情况。
请求100k――>请求240k――>请求64k――>请求256k――>释放240k――>释放100k――>请求75k――>释放64k――>释放75k――>释放256k-Implement a memory allocation algorithm based on partner recovery algorithm, and by entering a sequence of memory requests and verify the recovery of the implementation of the algorithm. Release with the following sequence of authentication requests and the implementation of the algorithm. Request 100k-> Request 240k-> request 64k-> Request 256k-> release 240k-> release 100k-> request 75k-> release of 64k-> release of 75k-> release 256k
(系统自动生成,下载前可以参看下载内容)
下载文件列表
内存分配与回收设计\os2.cpp
..................\os2.dsp
..................\os2.dsw
..................\Debug\os2.exe
..................\.....\vc60.idb
..................\.....\os2.ilk
..................\.....\os2.obj
..................\.....\os2.pch
..................\.....\os2.pdb
..................\.....\vc60.pdb
..................\Debug
..................\os2.exe
..................\os2.ncb
..................\os2.opt
..................\程序说明.txt
..................\水平有限,请谅解.txt
内存分配与回收设计
..................\os2.dsp
..................\os2.dsw
..................\Debug\os2.exe
..................\.....\vc60.idb
..................\.....\os2.ilk
..................\.....\os2.obj
..................\.....\os2.pch
..................\.....\os2.pdb
..................\.....\vc60.pdb
..................\Debug
..................\os2.exe
..................\os2.ncb
..................\os2.opt
..................\程序说明.txt
..................\水平有限,请谅解.txt
内存分配与回收设计