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

搜索资源列表

  1. new

    0下载:
  2. 页面置换算法模拟的简单实现,及相关过程.-page replacement algorithm simulation of a simple realization, and the related process.
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-15
    • 文件大小:1518
    • 提供者:
  1. os

    0下载:
  2. 本文件是用C#语言实现的操作系统页面置换算法模拟,结构清晰,模块合理,是学习操作系统算法的很好的例子
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22033
    • 提供者:franky
  1. memory_fromm_hgy

    0下载:
  2. 操作系统常用页面置换算法模拟实验 FIFO,LRU
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:asdf
  1. afaf

    0下载:
  2. 嵌入式课程设计 页面置换算法模拟 列出缺页缺页次数和缺页率
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:5009
    • 提供者:milk
  1. Lru

    0下载:
  2. 页面置换算法模拟 包括先来先服务 以及最近最久未使用
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3479
    • 提供者:chengly
  1. ymzh

    0下载:
  2. 可以实现页面置换算法模拟,已在Visual c++下调试通过!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2913
    • 提供者:dl
  1. czxt

    0下载:
  2. 进行操作系统页面置换算法模拟,模拟虚拟内存的各种算法
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:50781
    • 提供者:zh
  1. caozuoxitong

    0下载:
  2. 操作系统页面置换算法模拟,好东西不容错过.值得参考.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1287
    • 提供者:罗瑞海
  1. 页面置换算法的模拟实现和计算命中率

    0下载:
  2. 基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26423
    • 提供者:何泽荣
  1. 页面置换算法--存储管理

    0下载:
  2. C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴-C simulation prepared by the operating system of storage management procedures, the operating system for learning from students
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1450
    • 提供者:
  1. mangemaent

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

    • 发布日期:2017-04-06
    • 文件大小:225464
    • 提供者:zsb
  1. ymzh

    0下载:
  2. 操作系统内存调度中的页面置换算法模拟过程。-Scheduling the operating system memory page replacement algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4774
    • 提供者:xun
  1. code

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

    • 发布日期:2017-03-30
    • 文件大小:1649
    • 提供者:王一
  1. shiyan2

    0下载:
  2. 通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。-Through the request page storage management page replacement algorithm for analog design, understanding the characteristics of virtual storage technology to master the request page management page re
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2300
    • 提供者:周青
  1. daima

    0下载:
  2. 页面置换算法模拟设计,VC++写的(操作系统课程设计)-Page replacement algorithm for analog design, VC++ to write the (operating system, curriculum design)
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:281116
    • 提供者:富哥
  1. A

    0下载:
  2. FIFO页面置换算法 LRU页面置换算法 模拟-FIFO page replacement algorithm LRU page replacement algorithm for simulation of
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:linwea
  1. page_lucky

    0下载:
  2. FIFO模拟页面置换算法 模拟输入,调度,替换等功能是一个很好的原码-FIFO page replacement algorithm simulated analog input, scheduling, and other functions is a good replacement of the original code
  3. 所属分类:Software Testing

    • 发布日期:2017-04-08
    • 文件大小:1589
    • 提供者:王五
  1. wenterzhou

    0下载:
  2. 操作系统中页面置换算法模拟,有最佳置换算法,先来先出算法和LUR算法。三者集成于一体能更好的帮助我们学习。-Page replacement algorithm in operating system simulation, the best replacement algorithm, first come, first-out algorithm and LUR algorithm. Integrated in one of the three can help us learn bette
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1136711
    • 提供者:周永文
  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. 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 23 4 5 6 7 8 »
搜珍网 www.dssz.com