文件名称:DEAL_STORAGE_NEW
- 所属分类:
- 操作系统开发
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-04-12
- 文件大小:
- 1.82mb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
① 本实验是模拟操作系统的主存分配,运用可变分区的存储管理算法设计主存分配和回收程序,并不实际启动装入作业。
② 采用最先适应法、最佳适应法、最坏适应法分配主存空间。
③ 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这时应把它分成二部分,一部分为占用区,剩余部分又成为一个空闲区。
④ 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。
⑤ 运行所设计的程序,输出有关数据结构表项的变化和内存的当前状态。
-① The experiment is simulated operating system' s main memory allocation, storage management algorithm designed main memory allocation and recovery procedures, use of variable partition does not actually start the loaded operating. ② The first to adapt to the law, the best adaptation worst adapt the method to allocate main memory space. ③ When a new job requirements when loaded into main memory, you must check the idle zone table, to find a large enough spare area. Find free zone is greater than the job requirements, then it is divided into two parts, a part of the occupied area, the remaining part and become a free zone. (4) when the withdrawal of a job, the return area adjacent to other free areas should be merged into a larger free area, posted on the free zone table. ⑤ run the program, the current state of the output of the entry of the data structure changes and memory.
② 采用最先适应法、最佳适应法、最坏适应法分配主存空间。
③ 当一个新作业要求装入主存时,必须查空闲区表,从中找出一个足够大的空闲区。若找到的空闲区大于作业需要量,这时应把它分成二部分,一部分为占用区,剩余部分又成为一个空闲区。
④ 当一个作业撤离时,归还的区域如果与其他空闲区相邻,则应合并成一个较大的空闲区,登在空闲区表中。
⑤ 运行所设计的程序,输出有关数据结构表项的变化和内存的当前状态。
-① The experiment is simulated operating system' s main memory allocation, storage management algorithm designed main memory allocation and recovery procedures, use of variable partition does not actually start the loaded operating. ② The first to adapt to the law, the best adaptation worst adapt the method to allocate main memory space. ③ When a new job requirements when loaded into main memory, you must check the idle zone table, to find a large enough spare area. Find free zone is greater than the job requirements, then it is divided into two parts, a part of the occupied area, the remaining part and become a free zone. (4) when the withdrawal of a job, the return area adjacent to other free areas should be merged into a larger free area, posted on the free zone table. ⑤ run the program, the current state of the output of the entry of the data structure changes and memory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DEAL_STORAGE_NEW\DEAL_STORAGE_NEW.APS
................\DEAL_STORAGE_NEW.clw
................\DEAL_STORAGE_NEW.cpp
................\DEAL_STORAGE_NEW.dsp
................\DEAL_STORAGE_NEW.dsw
................\DEAL_STORAGE_NEW.h
................\DEAL_STORAGE_NEW.ncb
................\DEAL_STORAGE_NEW.opt
................\DEAL_STORAGE_NEW.plg
................\DEAL_STORAGE_NEW.rc
................\DEAL_STORAGE_NEWDlg.cpp
................\DEAL_STORAGE_NEWDlg.dsp
................\DEAL_STORAGE_NEWDlg.dsw
................\DEAL_STORAGE_NEWDlg.h
................\DEAL_STORAGE_NEWDlg.ncb
................\DEAL_STORAGE_NEWDlg.opt
................\DEAL_STORAGE_NEWDlg.plg
................\.ebug\DEAL_STORAGE_NEW.exe
................\.....\DEAL_STORAGE_NEW.ilk
................\.....\DEAL_STORAGE_NEW.obj
................\.....\DEAL_STORAGE_NEW.pch
................\.....\DEAL_STORAGE_NEW.pdb
................\.....\DEAL_STORAGE_NEW.res
................\.....\DEAL_STORAGE_NEWDlg.obj
................\.....\DEAL_STORAGE_NEWDlg.pdb
................\.....\StdAfx.obj
................\.....\vc60.idb
................\.....\vc60.pdb
................\ReadMe.txt
................\res\DEAL_STORAGE_NEW.ico
................\...\DEAL_STORAGE_NEW.rc2
................\resource.h
................\StdAfx.cpp
................\StdAfx.h
................\Debug
................\res
DEAL_STORAGE_NEW