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

搜索资源列表

  1. ComputerPageManage

    0下载:
  2. 存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。 随机数产生一个指令序列,共320条指令,使用FIFO算法、LRU算法和OPT算法进行页面置换。-One of the main functions of storage management is a reasonable allocation of space. The requeste
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-06
    • 文件大小:1897
    • 提供者:
  1. OS4

    0下载:
  2. 简单的页面置换算法 全自动实现3种功能 新手编得比较简单-A simple page replacement algorithm to achieve automatic 3 series was relatively simple function novice
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:242186
    • 提供者:贡献了
  1. YEMIANZHIHUAN

    0下载:
  2. 操作系统 页面置换算法的模拟。 -Operating system page replacement algorithm simulation. Operating system page replacement algorithm simulation.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2930
    • 提供者:EN
  1. memory

    0下载:
  2. 操作系统 模拟实验 页面置换算法之一:最近最少使用算法,功能实现-Operating system page replacement algorithm of simulation experiments: the least recently used algorithm, the function realization
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1138
    • 提供者:
  1. FIFO

    0下载:
  2. 页面置换算法的实现源码。主要为OS初学者提供参考。-Page replacement algorithm implementation source code. The main reference for the OS for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2931
    • 提供者:zhang
  1. yemianzhihuan

    0下载:
  2. 页面置换算法也是操作系统中非比寻常的一环,它的好坏关系着系统对内存的利用率高低。-Page replacement algorithm is also unusual in the operating system part of it is good or bad relationship with the high and low utilization of system memory.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12733
    • 提供者:杨波
  1. Page-replacement-algorithm

    0下载:
  2. 1)先进先出页面置换算法(FIFO) 2)最近最久未使用页面置换算法(LRU) 3)最佳置换页面置换算法(OPT)-1) FIFO page replacement algorithm (FIFO) 2) lack of use the most recent page replacement algorithm (LRU) 3) replacement of the best page replacement algorithm (OPT)
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:20439
    • 提供者:xiaoxiao
  1. abc

    0下载:
  2. 页面置换算法 最早调入内存的页,其不再被使用的可能性比刚调入内存的可能性大。建立一个FIFO队列,收容所有在内存中的页。被置换页面总是在队列头上进行。当一个页面被放入内存时,就把它插在队尾上。-Page replacement algorithm Transferred to the memory of the first page, the possibility of no longer being used into memory than just the possibility
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1765
    • 提供者:gengchn
  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. yemian

    0下载:
  2. 页面置换算法包括:最佳(Optimal)置换算法、先进先出(FIFO)算法、最近最久未使用(LRU)算法 -Page replacement algorithm, including: Best (Optimal) replacement algorithm, first in first out (FIFO) algorithm, most recently from lack of use (LRU) algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1671
    • 提供者:dlq
  1. yemianzhihaun

    0下载:
  2. 自己写的页面置换算法,很详细,需要的可以看下。-Write your own page replacement algorithm, in great detail, the need to have a look.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:632298
    • 提供者:张祖强
  1. yemian

    0下载:
  2. 程序模拟的是一个操作系统页面置换算法实例-Process simulation is an operating system page replacement algorithm instance
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:31185
    • 提供者:赵卫东
  1. exp6

    0下载:
  2. 编程模拟一个作业的执行过程,用户输入系统分配给该作业的物理块N和该作业要访问的逻辑页号序列长度L,采用下面不同的页面置换算法:FIFO,LRU,OPT,LFR,NUR,给出不同算法下的页面置换情况及其对应的缺页率-Programmed to simulate a job execution, the user input system assigned to the job and the job of physical block N logical page number to access
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1475
    • 提供者:erevus
  1. page

    0下载:
  2. 页面置换算法SCR,FIFO,OPT,NUR等算法-SCR,FIFO,OPT,NUR algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:98531
    • 提供者:张皓瀚
  1. VCPP_opt

    0下载:
  2. VC++使用OPT页面置换算法的程序示例-VC++ OPT page replacement algorithm using the example program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:191809
    • 提供者:
  1. page-replace

    0下载:
  2. 模拟实现了操作系统中的页面置换算法,包括LRU,FIFO等算法,-Simulation to achieve the operating system page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:868042
    • 提供者:申震明
  1. dunchuguanli

    0下载:
  2. 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。-The purpose of this study is to page through the storage management request page replacement algorithm in the analog design, to understand the characteristics of virtual storage, master pages
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:61228
    • 提供者:马莉
  1. os_exp2

    0下载:
  2. 编程序模拟请求页面调度中的页面置换算法,基于同样的页面序列对比它们的命中率,观察当物理内存容量变化时算法的结果有什么不同。-Programmable analog paging request in the page replacement algorithm, based on the same page sequence comparison of their hit rate was observed when the algorithm changes the physical memo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2246
    • 提供者:lixinkai
  1. FIFO

    0下载:
  2. 实现先进先出 页面置换算法 包括FIFO算法 LRU 置换算法等-FIFO page replacement algorithm to achieve, including FIFO replacement algorithm LRU algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:zelen
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 24 »
搜珍网 www.dssz.com