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

搜索资源列表

  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. qqfy

    0下载:
  2. 操作系统的页面置换算法,FIFO,LRU-Operating system page replacement algorithm, FIFO, LRU
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:3077
    • 提供者:叶相延
  1. fifo

    0下载:
  2. 操作系统调度方法中的先进先出页面置换算法-Operating system scheduling methods FIFO page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3575
    • 提供者:xun
  1. fifo

    0下载:
  2. 1.用随机数方法产生页面走向,页面走向长度为L(15<=L<=20),L由控制台输入。 2.根据页面走向,分别采用Optinal、FIFO、LRU算法进行页面置换,统计缺页率。 3.假定可用内存块为m(3<=m<=5),m由控制台输入,初始时,作业页面都不在内存。 -1. Using random number methods to generate the page, the page length to L (15 <= L <= 20), L
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:2316
    • 提供者:周哲
  1. java

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

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

    0下载:
  2. 操作系统课程设计:页面置换算法!!!很好的操作系统大作业,做的很认真-Operating systems curriculum design: page replacement algorithm! ! ! Very good operating system, large operations, to do very seriously
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3399377
    • 提供者:张薇薇
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2083
    • 提供者:pauly_917
  1. 121212121543ws

    0下载:
  2. 页面置换算法基于java实现! 页面置换算法基于java实现!-sdhjk
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:9485
    • 提供者:wss
  1. 59564363OSshiyan5

    0下载:
  2. 操作系统页面置换算法,此压缩包内有四种算法,可供读者参考-Page replacement algorithm for the operating system, this package there are four types of compression algorithms, for the reader is referred to
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:10802
    • 提供者:liuxiaomei
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7099
    • 提供者:yangyang
  1. Java_page

    0下载:
  2. java实现的页面置换程序,共有四种,能够充分说明操作系统在调用程序时的状况-java replacement procedures for the realization of the page, a total of four operating system can fully explain the situation to call the procedure
  3. 所属分类:Network Security

    • 发布日期:2017-03-26
    • 文件大小:9873
    • 提供者:杨阳
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:342705
    • 提供者:张帅
  1. os

    0下载:
  2. 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:50076
    • 提供者:immortal
  1. caozuoxitongkechengsheji

    0下载:
  2. 操作系统的课程设计,请求页式管理缺页中断模拟设计-- LRU、OPT, ⑴ 能够输入给作业分配的内存块数; ⑵ 能够输入给定的页面,并计算发生缺页的次数以及缺页率; ⑶ 缺页时,如果发生页面置换,输出淘汰的页号。-Operating system design, management request page page fault analog design- LRU, OPT, ⑴ input to the operation to the distribution of the
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:91321
    • 提供者:warmorange
  1. ymzh

    0下载:
  2. 这是操作系统课上的实验,页面置换,内附有实验报告.-This is a class of experimental operating system, page replacement, enclosed to the report of the experiment.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:266340
    • 提供者:肖宗花
  1. PageChange

    0下载:
  2. 页面置换算法演示及其性能测试系统: 1最佳适应(Optimal) 2先进先出(FIFO) 3最近最久未使用(LRU) 4最少使用(LFU) 5内存页面数配置 6输入测试- the system of Page replace arithmetic demo and to testing of the capability
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:14684
    • 提供者:zhhuo
  1. fifo-opt

    0下载:
  2. 四种页面置换算法,lru,二次机会,fifo,opt -lru,nur,fifo,opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:55571
    • 提供者:how
  1. os

    0下载:
  2. 操作系统先进先出页面置换算法,可计算缺页数和缺页率。-OS FIFO page replacement algorithm, calculate the rate of missing pages and missing pages.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1173
    • 提供者:crazing
  1. PageChange

    0下载:
  2. 页面置换算法。操作系统上机实验做的一个。希望大家用得到。-pagechange this is a test
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:191788
    • 提供者:夏妮
  1. SimulationofPageReplacementAlgorithms

    0下载:
  2. 页面置换算法模拟 Simulation of Page Replacement Algorithms-Simulation of Page Replacement Algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1604
    • 提供者:JASHcn
« 1 23 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com