-
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm is the basic concept : When the memory of the remaining available space is insufficient, the first buffer as possible to retain the most common users of the data used, In other words priority is to eliminate the "more rarely use the data," and the release of its space
- 2022-06-29 21:11:52下载
- 积分:1
-
Orange s:一个操作系统的实现(书附源码)chapter5.rar
Orange s:一个操作系统的实现(书附源码)chapter5.rar-Orange" s: an operating system implementation (source code attached to the book) chapter5.rar
- 2022-03-10 10:41:01下载
- 积分:1
-
可变分区存储模拟系统
可变分区存储模拟系统-为课程设计用的。操作系统-Variable partition storage simulation system- used for curriculum design. Operating system
- 2022-04-11 15:12:10下载
- 积分:1
-
Readers to write the issue of curriculum design. A detailed flow. The experiment...
读者写者问题课程设计.具有详细的流程.实验结果及其截图-Readers to write the issue of curriculum design. A detailed flow. The experimental results and screenshots
- 2022-01-25 23:31:56下载
- 积分:1
-
a good banker's algorithm
一个好好银行家算法-a good banker"s algorithm
- 2022-03-22 09:10:35下载
- 积分:1
-
CPU调度算法的仿真项目实现FCFS,SJF,RR算法…
CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
- 2022-01-26 07:49:23下载
- 积分:1
-
这个算法不是很完美,但也算是一点成绩了.
这个算法不是很完美,但也算是一点成绩了.-A good algorithm, though not perfect :-)
- 2022-03-16 20:10:32下载
- 积分:1
-
操作系统进程轮调度算法
操作系统进程按时间片轮转,简单说明了其运行机制
- 2022-11-09 21:35:04下载
- 积分:1
-
Linux0.07版本的源代码,很经典的,对于初学者有很大的帮助,不可不看。...
Linux0.07版本的源代码,很经典的,对于初学者有很大的帮助,不可不看。-linux version 0.07 source code, very classic, helpful to the beginner.
- 2022-03-21 00:16:10下载
- 积分:1
-
FIFO 排序
1.请参阅字符串: 1 ~ 2002.内存引用次数: 至少 20000 次3.在物理内存中的帧的数目: 10、 20、 30、 40、 504.有两个测试引用字符串:(1) 随机: 任意选择一个数字为每个引用。(2) 局部性: 模拟函数调用。每个函数调用可以引用一个子集1/4 ~ 1/2 字符串 (字符串的长度可以是随机的)。5.硬件支持位: 引用位和修改位(1) 硬件将自动设置这两个位。(2) 是一个内存中的页将被修改的概率 p。P 的值将是 0.05、 0.1、 0.15、 0.2、 0.25。
- 2022-06-26 01:03:18下载
- 积分:1