文件名称:分配回收
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 14.96kb
- 下载次数:
- 1次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。
2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。
3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分又成为一个空闲区。
4. 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。
5. 本实验是模拟主存分配,按照存储分配算法设计主存分配和回收程序,并不实际启动装入作业。
-1. Storage management through the use of Variable way. Variable area by way of operational requirements is the main deposit size space to be allocated to the district. When loading operations at the main deposit, the owners of the deposit requirement to see whether enough space allocation, if so, according to a regional distribution requirements for the operation; If no, operation can not be loaded. With the loading operations, evacuation, the main deposit is divided into many districts, some occupied, while others are idle. 2. Storage allocation were used to adapt the first algorithm, the best adaptation algorithm and the worst adaptation algorithms. 3. When a new operational requirements of the main deposit loaded when you spare the District table to find a large enough free zone. If fou
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 75448192分配回收.rar 列表 分配回收 分配回收\Debug 分配回收\fenpei.cpp 分配回收\fenpei.h 分配回收\分配回收(新).dsp 分配回收\分配回收(新).dsw 分配回收\分配回收(新).ncb 分配回收\分配回收(新).opt 分配回收\分配回收(新).plg 分配回收\fenpei.dsp 分配回收\fenpei.ncb 分配回收\fenpei.plg 分配回收\fenpei.opt 分配回收\fenpei.dsw