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

搜索资源列表

  1. 页面置换算法(FIFO和LRU)

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6834
    • 提供者:杨鼎新
  1. 操作系统页面置换算法模拟

    2下载:
  2. 一个操作系统页面置换算法模拟程序源代码希望能够帮到你 。。。
  3. 所属分类:其它

    • 发布日期:2009-05-08
    • 文件大小:1939104
    • 提供者:zhong1w2
  1. 操作系统页面置换算法

    0下载:
  2. 操作系统实验中的页面置换算法的准确实现
  3. 所属分类:源码下载

  1. 操作系统中改进型clock页面置换算法的演示算法

    0下载:
  2. 操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2016-12-23
    • 文件大小:1157
    • 提供者:周岩
  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. 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. 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. 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. 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. 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. 2

    0下载:
  2. 页面置换算法,是我的操作系统课程设计的成果。-Page replacement algorithm, is my operating system, curriculum design results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:chenbo
  1. 模拟页面置换算法Clock

    3下载:
  2. 采用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串引用长度30-50,要求
  3. 所属分类:其它

    • 发布日期:2013-07-08
    • 文件大小:46199371
    • 提供者:zyt_sou_zhen
  1. Fi

    0下载:
  2. 模拟操作系统中页面置换算法,可进行FIFO ,LRU,OPT等算法。(Simulated operating system page replacement algorithm, which can be FIFO, LRU, OPT and other algorithms.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:40960
    • 提供者:666。6
  1. WJM

    0下载:
  2. 重庆大学操作系统实验,页面置换算法,LRU,FIFO,CLOCK(page replacement algorithm:LRU,FIFO,CLOCK)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:199680
    • 提供者:wjmm
  1. 操作系统

    0下载:
  2. 置换算法,先进先出,在地址映射过程中,若在页面中发现所要访问的页面不在内存中,则产生缺页中断。当发生缺页中断时,如果操作系统内存中没有空闲页面,则操作系统必须在内存选择一个页面将其移出内存,以便为即将调入的页面让出空间。而用来选择淘汰哪一页的规则叫做页面置换算法。(In the process of address mapping, if page is found in the page, it is not in memory, resulting in page break. When t
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:流浪者一样
  1. 页面置换算法模拟实验操作系统大作业(含源文件)

    1下载:
  2. 华南理工大学2020秋季作业算法模拟。。。。(2020 fall homework algorithm simulation of South China University of Technology. No, no, no. no, no, no.)
  3. 所属分类:操作系统开发

    • 发布日期:2020-11-04
    • 文件大小:796672
    • 提供者:Dennis2020
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com