文件名称:分配回收

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

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



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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

分配回收

........\Debug

........\fenpei.cpp

........\fenpei.dsp

........\fenpei.dsw

........\fenpei.h

........\fenpei.ncb

........\fenpei.opt

........\fenpei.plg

........\分配回收(新).dsp

........\分配回收(新).dsw

........\分配回收(新).ncb

........\分配回收(新).opt

........\分配回收(新).plg

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org