搜索资源列表
-
0下载:
操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
-
-
0下载:
大学计算机操作系统课程设计,完成页面置换功能,利用clock算法-University computer operating system curriculum design, complete page replacement function, the use of clock algorithm
-
-
0下载:
改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存
空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中
的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
-
-
0下载:
是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
-
-
0下载:
操作系统页面置换算法的源代码,分别包含最佳置换算法,先进先出置换算法,最近最久未使用置换算法以及简单的clock置换算法。-The source code of the operating system page replacement algorithm, respectively, contain the best replacement algorithm, FIFO replacement algorithm, the most-recently-used replacement alg
-
-
0下载:
操作系统 页面置换算法
设计和实现最佳置换算法、随机置换算法、
先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换
算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
-
-
0下载:
页面置换算法
支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
-
-
0下载:
4.模拟实现请求分页虚拟页面替换算法
实现OPT、FIFO、LRU、Clock等页面替换算法。接收用户输入参数,包括程序长度(页面数)、页框个数及页面大小,输出结果采用不同颜色区分命中、替换及直接加入空闲块。
-4. The analog implementation of demand paging virtual page replacement algorithm
Achieve OPT, FIFO, LRU, Clock, etc. page replacement algo
-