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

搜索资源列表

  1. 676575585858758578

    0下载:
  2. 模拟实现以下页面置换算法,并计算其命中率: 一、理想置换算法OPT(Optimal Replacemnet) 二、先进先出置换算法FIFO-Simulation following pages replacement algorithms, and calculate their hit rate : 1. OPT ideal replacement algorithm (Optimal Replacement) 2. FIFO replacement algorithm FIFO
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:193864
    • 提供者:康抗
  1. vc34752424

    0下载:
  2. 这是模拟页面置换算法的小程序,涵盖了3个页面置换算法 -This is the simulation algorithm replacement pages of small programs, covering three pages replacement algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1725
    • 提供者:王小波
  1. M_Management

    0下载:
  2. 操作系统中内存管理页面置换算法的模拟程序,采用的是LRU置换算法-operating system memory management page replacement algorithm simulation procedures and the replacement of LRU algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:28392
    • 提供者:由小诗
  1. chucunguanli

    0下载:
  2. 计算机存储管理模拟:模拟存储管理的页面置换算法等-Computer Storage Management Simulation : Simulation of memory management page replacement algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:53184
    • 提供者:李建龙
  1. yemianzhihuang

    0下载:
  2. 编程模拟实现页面置换算法——操作系统课程设计-programming simulation algorithm replacement pages -- Operating System Design
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2017734
    • 提供者:wsstc
  1. OSkeshe

    0下载:
  2. 操作系统课社 1.理解内存页面调度的机理。 2.掌握几种理论页面置换算法的实现方法。 3.了解HASH表数据结构的使用。 4.通过课程设计比较各种调度算法的优劣。 5.熟悉页面置换算法及其实现,引入计算机系统性能评价方法的概念。页面置换算法是虚拟存储管理实现的关键,通过本次课程设计理解内存页面调度的机制,在模拟实现FIFO、LRU页面置换算法的基础上,比较两种置换算法的效率及优缺点,从而了解虚拟存储实现的过程。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:62780
    • 提供者:dongguanghuai
  1. Page-replacement

    0下载:
  2. 页面置换, 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,分配不同的物理块,利用FIFO算法计算其缺页率,进一步理解Belady现象。-Page replacement, 1, a group of any given sequence of page view
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:988331
    • 提供者:刘莹
  1. pagealgorithm

    1下载:
  2. 操作系统原理课程页面置换算法模拟实现有图形界面显示。-page algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:136256
    • 提供者:lxh
  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. 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. OS-Page-replacement-algorithm

    0下载:
  2. 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:3070958
    • 提供者:陈明明
  1. 10

    0下载:
  2. 常用页面置换算法模拟通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点-Commonly used page replacement algorithm simulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:13601
    • 提供者:付平
  1. Page

    0下载:
  2. 基于vc环境下的页面置换算法模拟,可执行的源代码-Based on vc environment page replacement algorithm simulation, executable source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:181098
    • 提供者:周清平
  1. yemianzhihuan

    0下载:
  2. 操作系统页面置换算法模拟实验报告(先进先出置换算法,最近最久未使用置换算法,最佳置换算法 )-Operating system page replacement algorithm simulation report (FIFO replacement algorithm, the most recent time use replacement algorithm, the optimal replacement algorithm)
  3. 所属分类:File Formats

    • 发布日期:2016-01-27
    • 文件大小:413696
    • 提供者:hpr
  1. main

    0下载:
  2. 题目7 页面置换 一、实验目的 1、对页面置换做进一步的理解。 2、了解页面置换的任务。 3、通过编程掌握页面置换算法及缺页率。 4、了解Belady现象和抖动现象。 二、实验内容及要求 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:834
    • 提供者:haolei
  1. caozuoxitong100

    0下载:
  2. 操作系统页面置换算法模拟,好东西不容错过.值得参考.-Operating system page replacement algorithm simulation, good things should not be missed. It is also useful.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:s03xia19
  1. caozuoxitong100

    0下载:
  2. 操作系统页面置换算法模拟,好东西不容错过.值得参考.-Operating system page replacement algorithm simulation, good things should not be missed. It is also useful.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:g4anhuai90
  1. ymzhsf

    0下载:
  2. 页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,请求页式管理的页面置换算法。-Page storage management page replacement algorithm simulation design, understand the characteristics of virtual storage technology, the request page type management page replacement algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1996
    • 提供者:深深
  1. LRU

    0下载:
  2. 用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:寒修末
  1. cipan

    0下载:
  2. 可以模拟操作那系统中的磁盘调度算法,比如FCFS 等。(Can simulate the operation of the system disk scheduling algorithm, such as FCFS and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:39936
    • 提供者:帝国旗舰
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com