搜索资源列表
memory_management.rar
- 操作系统内存管理模拟,最优适应和最先适应算法,Simulation of the operating system memory management, optimal adaptation and the first adaptation algorithm
caozuoxitongkechengsheji
- 操作系统的课程设计,请求页式管理缺页中断模拟设计-- LRU、OPT, ⑴ 能够输入给作业分配的内存块数; ⑵ 能够输入给定的页面,并计算发生缺页的次数以及缺页率; ⑶ 缺页时,如果发生页面置换,输出淘汰的页号。-Operating system design, management request page page fault analog design- LRU, OPT, ⑴ input to the operation to the distribution of the
neicunguanlimonixitong
- 操作系统课程设计中的一个小题目---内存管理模拟系统-Curriculum design in the operating system, a small topic of memory management simulation system---
neicunguanlishiyan
- 编写一个程序来模拟内存的管理,要求: .采用活动分区方案,但不采用紧凑算法。 .假设系统内存容量为100KB。 .要能处理内存回收的时候上下邻合并的问题。 -The preparation of a program to simulate the memory management, requirements:. Using active partition, but do not use compact algorithm. . The assumption that t
memoryoperatingsystem
- 实现了操作系统的内存模拟管理功能,简单易懂,适合学习。此文档实现了内存管理的动态分区分配,固定分区分配,显示内存分配情况,可实现回收再利用功能。-Achieved the operating system memory management functions simulated, simple and easy to understand, suitable for learning. This document implements the dynamic memory management
1
- 模拟内存管理 环境的恢复空间的回复;安家费 加快递发货电缆附件-memory mnfdhjs jkdj
操作系统实验3分区管理
- 实验要求: 由于动态分区的大小是由作业需求量决定的,故分区的长度是预先不固定的,且分区的个数也随主存分配和回收变动。总之,所有分区情况随时可能发生变化,数据表格的设计必须和这个特点相适应。由于分区长度不同,因此设计的表格应该包括分区在主存中的起始地址和长度。由于分配时,空闲区有时会变成两个分区:空闲区和已分分区,回收主存分区时,可能会合并空闲区,这样如果整个主存采用一张表格记录已分分区和空闲区,就会使表格操作繁琐。主存分配时查找空闲区进行分配,然后填写已分配区表,主要操作在空闲区;某个作业执行