CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java page replacement

搜索资源列表

  1. Change

    0下载:
  2. 用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
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:21284
    • 提供者:王晓
  1. OperatingSystemPageReplacementAlgorithm

    1下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:342650
    • 提供者:李锐歆
  1. PageReplacementAlgorithm

    0下载:
  2. 用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:2010
    • 提供者:张杰
  1. fifo

    0下载:
  2. 一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3313
    • 提供者:stephenzou
  1. TestReplacement

    0下载:
  2. lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:从零开始
  1. java

    1下载:
  2. Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
  3. 所属分类:Windows编程

    • 发布日期:2013-11-02
    • 文件大小:38635
    • 提供者:李云
  1. os

    0下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出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
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1068
    • 提供者:bartok
  1. os

    0下载:
  2. 实现操作系统中的页面置换算法,显示在界面上,并对其进行比较。-The realization of the operating system page replacement algorithm, displayed in the interface and its comparison.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:5256
    • 提供者:ymn
  1. PageReplacement

    0下载:
  2. 操作系统 页面置换的算法演示 JAVA语言-Operating system page replacement algorithm demo JAVA language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:2314
    • 提供者:snk
  1. PageExchange

    0下载:
  2. 操作系统实验、页面置换算法、java swing-Operating System Experiment, page replacement algorithms, java swing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9932
    • 提供者:忘了
  1. Page_Replacement_Algorithm

    0下载:
  2. Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:859607
    • 提供者:Danielpinov
  1. FIFO

    0下载:
  2. 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:134870
    • 提供者:青青
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:43237
    • 提供者:李明博
  1. VietOCR-3.1.2-src

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2016-02-26
    • 文件大小:7952384
    • 提供者:BoinK
  1. java

    0下载:
  2. java实现页面置换算法,其中包括所有的。-page replacement algorithm java implementation, including all the.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2953
    • 提供者:va
  1. virtual-memory

    1下载:
  2. 用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
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-11-01
    • 文件大小:7387
    • 提供者:maksung
  1. 928.2

    0下载:
  2. 先进先出页面置换java算法,可以用软件运行,十分方便。-FIFO page replacement algorithm java, you can use the software to run, very convenient.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3535
    • 提供者:李哥
  1. FIFO

    0下载:
  2. fifo页面置换算法,JAVA编写。很经典-fifo page replacement algorithm, JAVA prepared. Is a classic
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1424
    • 提供者:ai
  1. caozuoxitong

    0下载:
  2. 操作系统课程设计,银行家算法和页面置换算法,Java,有图形界面,自己做的,可以参考一下啊-Courses on operating system design, banker algorithm and page replacement algorithm, Java, graphical interface, you do, you can refer to, ah
  3. 所属分类:Applet

    • 发布日期:2017-11-27
    • 文件大小:21455
    • 提供者:liujungeng
  1. Page-replacement

    0下载:
  2. 基于java的页面置换,演示系统的页面置换-Java-based page replacement, page replacement demonstration system
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9982
    • 提供者:季新成
« 12 »
搜珍网 www.dssz.com