登录
首页 » 操作系统 » LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...

LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...

于 2022-06-29 发布 文件大小:6.24 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 银行家算法,用来检验死锁问题
    银行家算法,用来检验死锁问题-bankers algorithm, a test of deadlock. .
    2022-08-03 22:02:57下载
    积分:1
  • I2C testing sample code
    I2C测试示例代码
    2023-05-05 18:35:04下载
    积分:1
  • 双向记忆网络,两层非线性反馈神经记忆网络
    双向记忆网络,两层非线性反馈神经记忆网络-Two-way memory network, a two-tier memory nonlinear feedback neural network
    2022-07-02 15:33:46下载
    积分:1
  • write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEV...
    C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
    2022-07-27 09:41:53下载
    积分:1
  • the procedures on the topic of : process management
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-03-13 01:19:06下载
    积分:1
  • 本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟,对本实验的分析要求是:⑴中的同步机构采用信号量上的P、V的机制;⑵控制机构包...
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-11-14 01:00:03下载
    积分:1
  • 业调度程序
    操作系统中作业调度程序 -operating system scheduling procedures
    2022-08-03 04:57:00下载
    积分:1
  • 此代码为PXA270的EBOOT代码,代码包含了所有启动的信息.
    此代码为PXA270的EBOOT代码,代码包含了所有启动的信息.-This code for the PXA270
    2022-03-17 14:15:31下载
    积分:1
  • 这是AT91RM9200嵌入式开发板的protel99图,方便大家制自己的嵌入式开发板。...
    这是AT91RM9200嵌入式开发板的protel99图,方便大家制作自己的嵌入式开发板。-This is the AT91RM9200 development board protel99 embedded map, to facilitate you create your own embedded development board.
    2022-03-24 20:05:02下载
    积分:1
  • settlement process Deadlock bankers algorithm, vc 2005
    解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
    2022-04-13 06:28:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载