搜索资源列表
-
0下载:
编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
-
-
0下载:
改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存
空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中
的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
-
-
0下载:
关于操作系统clock内存调度代码,描述Clock算法的基本原理、必要的数据结构、编码实现-Scheduling memory clock on the operating system code, Clock algorithm describes the basic principles of the necessary data structure, coding to achieve
-
-
0下载:
虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
-