搜索资源列表
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
ShouCiShiYingSuanFa
- 内存分派算法——首次适应算法及其实验报告设计-Memory assignment algorithm- the first report of adaptation algorithm and its experimental design
os
- 首次适应算法_最佳适应算法_最坏适应算法源代码-First-fit algorithm _ best adaptation algorithm _ the worst adaptation algorithm source code
lmafi
- 操作系统实验,循环首次适应算法模拟作业在cpu中的运行情况-Experimental operating system, the first cycle of adaptation algorithm simulations run cpu
loop
- VC++环境下C语言实现操作系统中循环首次适应算法-VC++ C language environment operating system circulating first-fit algorithm