文件名称:HW7
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 21kb
- 下载次数:
- 0次
- 提 供 者:
- z*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
动态分配内存管理的c语言实现。具体说明见assignment文档-In this assignment is to simulate the behavior of dynamic partitioned memory management algorithm. In dynamic partitioned memory management
a) The requests for allocation of memory are of variable size.
b) The area is freed when no longer required.
c) The allocated area cannot be moved.
d) The size of the memory allocated is equal to the memory required.
a) The requests for allocation of memory are of variable size.
b) The area is freed when no longer required.
c) The allocated area cannot be moved.
d) The size of the memory allocated is equal to the memory required.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HW7.cpp
assignment.doc
assignment.doc