当前位置:
首页 资源下载
搜索资源 - java page replacement
搜索资源列表
-
0下载:
用JAVA实现操作系统的页面置换
其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement algorithm (Optimal), FIFO algorit
-
-
1下载:
Java操作系统页面置换算法:
(1)进先出的算法(FIFO)
(2)最近最少使用的算法(LRU)
(3)最佳淘汰算法(OPT)
(4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法)
(5)最近最不经常使用算法(NUR)
-Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algo
-
-
0下载:
用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
-
-
0下载:
一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
-
-
0下载:
lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
-
-
1下载:
Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
-
-
0下载:
实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
-
-
0下载:
实现操作系统中的页面置换算法,显示在界面上,并对其进行比较。-The realization of the operating system page replacement algorithm, displayed in the interface and its comparison.
-
-
0下载:
操作系统
页面置换的算法演示
JAVA语言-Operating system page replacement algorithm demo JAVA language
-
-
0下载:
操作系统实验、页面置换算法、java swing-Operating System Experiment, page replacement algorithms, java swing
-
-
0下载:
Page Replacement Algorithm (FIFO and LRU)
Simulator and table generator
-
-
0下载:
操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
-
-
0下载:
页面置换算法,在FIFO,LRU,OPT算法中比较
各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
-
-
0下载:
Descr iption:
A Java/.NET GUI frontend for Tesseract OCR engine. Supports optical character recognition for Vietnamese and other languages supported by Tesseract.
VietOCR is released and distributed under the Apache License, v2.0.
Fe
-
-
0下载:
java实现页面置换算法,其中包括所有的。-page replacement algorithm java implementation, including all the.
-
-
1下载:
用java编程模拟虚拟存储器功能,可以模拟演示FIFO页面置换算法:LRU页面置换算法:以及最佳页面置换算法 的运行过程
程序采用了多线程技术,使得运行过程更人性化-Java programming with simulated virtual memory function, can simulate the FIFO page replacement algorithm demo: LRU page replacement algorithm: the best page replac
-
-
0下载:
先进先出页面置换java算法,可以用软件运行,十分方便。-FIFO page replacement algorithm java, you can use the software to run, very convenient.
-
-
0下载:
fifo页面置换算法,JAVA编写。很经典-fifo page replacement algorithm, JAVA prepared. Is a classic
-
-
0下载:
操作系统课程设计,银行家算法和页面置换算法,Java,有图形界面,自己做的,可以参考一下啊-Courses on operating system design, banker algorithm and page replacement algorithm, Java, graphical interface, you do, you can refer to, ah
-
-
0下载:
基于java的页面置换,演示系统的页面置换-Java-based page replacement, page replacement demonstration system
-