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

搜索资源列表

  1. 1

    0下载:
  2. 通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存 储技术的特点,掌握虚拟存储请求页式存储管理中几种基本页面置换算 法的基本思想和实现过程,并比较它们的效率。-Page replacement algorithm for simulation-based management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1739
    • 提供者:xhu124
  1. LRU-andfirst-in-first-out-

    0下载:
  2. 操作系统中页面置换算法(lru和先进先出算法)-OS page change algorithm(LRU and first in first out )
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1933832
    • 提供者:王龙龙
  1. linux2.doc

    0下载:
  2. 操作系统中常见的页面置换算法用来解决操作系统中页面调度问题-The operating system page replacement algorithm is used to solve the problem of the operating system paging
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:68304
    • 提供者:zhangmi
  1. Virtual-storage-d

    0下载:
  2. 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:8440
    • 提供者:liqiang
  1. yemianzhihuansuanfa

    0下载:
  2. 实现请求页式存储管理的几种基本页面置换算法。-Realize the request of several management page storage basic pages replacement algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:307020
    • 提供者:wangjing
  1. pagchg

    0下载:
  2. 页面置换算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Page replacement algorithm , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1141
    • 提供者:jerryhu
  1. Page-replacement

    0下载:
  2. 页面置换算法的模拟实现及命中率对比.通过模拟实现几种基本页面置换的算法,了解虚拟存储技术的特点-Simulation of page replacement algorithm, and the hit rate compared to several basic page replacement algorithm through simulation to understand the characteristics of virtual storage technology
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:169494
    • 提供者:Qugo
  1. pagereplace

    0下载:
  2. 页面置换算法演示,程序中含有一些对控制台输出和事件进行控制的API函数.-Demo page replacement algorithm, the program contains some of the console output and the control of the incident API function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:15513
    • 提供者:陈小东
  1. os_page_replacement_algorithm

    0下载:
  2. 操作系统 页面置换算法 包扩随机置换算法、先进先出、最佳、LRU等6种置换算法的实现-Operating system Page replacement algorithm,LRU,FIFO,Optimal Etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2725941
    • 提供者:林俊文
  1. Operating-system

    0下载:
  2. 模拟了操作系统中的5中页面置换算法,fcfs,SJF,HRN,RR和静态优先权,并且显示平均周转时间和带权周转时间。-Simulation of the operating system in the 5 page replacement algorithm, FCFS, SJF, HRN, RR and static priority, and shows the average turnaround time and turnaround time with the right.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-29
    • 文件大小:11917877
    • 提供者:李娟娟
  1. PageMetathesis

    0下载:
  2. 页面置换算法的可视化实现,可以实现页面的置换-Page replacement algorithm visualization to achieve,Can achieve the replacement of the page
  3. 所属分类:Button control

    • 发布日期:2017-05-07
    • 文件大小:1907176
    • 提供者:王林
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:76237
    • 提供者:zcj
  1. page-replacement

    0下载:
  2. 包括了Clock,,FIFO,LRU,OPT,随机替换五种页面置换算法-Including the Clock, the FIFO, LRU, OPT, randomly replace the five page replacement algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:955696
    • 提供者:joe
  1. test3

    0下载:
  2. 操作系统页面置换算法的源代码,分别包含最佳置换算法,先进先出置换算法,最近最久未使用置换算法以及简单的clock置换算法。-The source code of the operating system page replacement algorithm, respectively, contain the best replacement algorithm, FIFO replacement algorithm, the most-recently-used replacement alg
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:316612
    • 提供者:david
  1. PageReplace

    0下载:
  2. 实现操作系统页面置换算法(四个)的模拟,操作系统实验-Simulation of the operating system page replacement algorithm (four), the operating system experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:16697
    • 提供者:
  1. LRU

    0下载:
  2. 操作系统页面置换算法——最近最久未使用算法(LRU)-Operating system page replacement algorithm- the most-recently-used algorithm (LRU)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:346918
    • 提供者:黄丁宝
  1. alal

    0下载:
  2. 模拟请求段式存储管理_FIFO,os课程设计。页面置换算法(也称页面淘汰算法)是用来确定应该淘汰哪一页的一种策略。比较常用的置换算法有以下几种:1. 最佳置换算法;2.先进先出算法(FIFO);3.最近最就未使用算法(LRU)。本设计要求实现其中的FIFO和LRU算法模拟-Simulate request-stage storage management _FIFO
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:3386
    • 提供者:张飞
  1. zaozuoxitongshiyan

    0下载:
  2. 存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。 -One of the main functions of storage management is a reasonable allocation of space. Request the page management is a common virtual storage mana
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:5362
    • 提供者:张飞
  1. Page

    0下载:
  2. 实现操作系统中的页面置换算法,其中包括FIFO,LUR算法,生成页面内容,并计算缺页率-Page replacement algorithm in operating system, including FIFO, LUR algorithm to generate the page content, and calculate the page fault rate
  3. 所属分类:Jsp/Servlet

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

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

    • 发布日期:2017-04-08
    • 文件大小:1424
    • 提供者:ai
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 24 »
搜珍网 www.dssz.com