搜索资源列表
turboc2(1)
- 存储管理分区分配算法 功能要求: 本课题要求模拟实现可变分区管理。存储管理主要是对存储空间的分配和回收。当有用户申请 空间时,进行分配,空间不用了及时回收,以免造成游离空间,使得该空间再也无法使用。可变分区管理通常采用的方法有多种,本课题要求分别采用首次适应算法和最佳适应算法实现。 -Storage Management Division allocation algorithm functional requirements: This issue demands the real
space
- 主存的分配和回收的实现与主存储器的管理方式有关的,通过本实验帮助学生理解在可变分区管理方式下应怎样实现主存空间的分配和回收。-Main memory allocation and recovery with the main memory management methods relating to the passage of this experiment to help students understand the variable partition management method
memory
- 主存储器空间的分配和回收,最先适应算法模拟 -Main memory space allocation and recycling, the first adaptation algorithm simulation
zhucun
- 可变分区管理方式下采用 现主存分配和回收 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间, 若有,则按需分配,否则,作业无法装入。假定内存大小为128K,空闲区说明表格式为: ·起始地址——指出空闲区的起始地址; ·长度——一个连续空闲区的长度; ·状态——有两种状态,一种是“未分配”状态;另一种是“空表目”状态,表示该表项目前没有使用。 采用首次适应算法分配回收内存空间。运行时,输入一系列
Paging management_
- 借用外存空闲分区管理中位示图的方法来表示主存分配情况,实现主存空间的分配和回收。(Use free partition management method diagram to represent the distribution of main memory, the main memory space allocation and recovery.)