搜索资源列表

  1. LRU页面置换算法模拟 CNBIE

    0下载:
  2. LRU页面置换算法模拟,LRU置换算法虽然是一种比较好的算法,但要求系统有较多的支持硬件。为了了解一个进程在内存中的各个页面各有多少时间未被进程访问,以及如何快速地知道哪一页是最近最久未使用的页面.-LRU algorithm simulation replacement pages, the LRU algorithm replacement is a better algorithm, but requires a system w
  3. 所属分类:数值算法/人工智能

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

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

    • 发布日期:2009-05-08
    • 文件大小:1939104
    • 提供者:zhong1w2
  1. 页面置换算法(FIFO和LRU)

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

    • 发布日期:2024-05-02
    • 文件大小:248832
    • 提供者:杨鼎新
  1. OS实验一

    0下载:
  2. 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
  3. 所属分类:C#编程

    • 发布日期:2024-05-02
    • 文件大小:53248
    • 提供者:白马
  1. 页面置换算法的模拟实现和计算命中率

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

    • 发布日期:2024-05-02
    • 文件大小:26624
    • 提供者:何泽荣
  1. 页面置换算法--存储管理

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

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:
  1. LRU页面置换算法模拟 CNBIE

    0下载:
  2. LRU页面置换算法模拟,LRU置换算法虽然是一种比较好的算法,但要求系统有较多的支持硬件。为了了解一个进程在内存中的各个页面各有多少时间未被进程访问,以及如何快速地知道哪一页是最近最久未使用的页面.-LRU algorithm simulation replacement pages, the LRU algorithm replacement is a better algorithm, but requires a system w
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:11264
    • 提供者:22
  1. 模拟页面置换算法

    0下载:
  2. 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。-through writing and debugging of storage management simulation program to increase the storage management program understanding. Virtual Memory Management familiar with the
  3. 所属分类:系统编程

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:
  1. OSshiyan5

    0下载:
  2. 通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法-by requesting page memory management algorithm simulation replacement pages design, storage virtualization technology features, master-page request for storage manageme
  3. 所属分类:系统编程

    • 发布日期:2024-05-02
    • 文件大小:10240
    • 提供者:吊死鬼鬼
  1. moniqi

    0下载:
  2. 操作系统页面置换算法模拟器用JAVA语言编写的-pages replacement algorithm operating system simulator with the Java language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:刘丹
  1. cvery.comvc783453772452

    0下载:
  2. 操作系统页面置换算法模拟,VC++实现,算得上是第一次写,错误是难免的,请大家指教-OS pages replacement algorithm simulation, VC, said to be the first to write, and his mistakes are inevitable, please enlighten
  3. 所属分类:系统编程

    • 发布日期:2024-05-02
    • 文件大小:45056
    • 提供者:wangqiang
  1. os

    0下载:
  2. 本文件是用C#语言实现的操作系统页面置换算法模拟,结构清晰,模块合理,是学习操作系统算法的很好的例子-This document is a C# Language operating system page replacement algorithm simulation, the structure of clear and reasonable modules, learning operating system algorithm
  3. 所属分类:系统编程

    • 发布日期:2024-05-02
    • 文件大小:63488
    • 提供者:franky
  1. memory_fromm_hgy

    0下载:
  2. 操作系统常用页面置换算法模拟实验 FIFO,LRU-Operating systems commonly used page replacement algorithm simulation FIFO, LRU
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:asdf
  1. afaf

    0下载:
  2. 嵌入式课程设计 页面置换算法模拟 列出缺页缺页次数和缺页率-Embedded curriculum design page replacement algorithm simulation missing page lists the number of missing pages and missing page rate
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-02
    • 文件大小:5120
    • 提供者:milk
  1. Lru

    0下载:
  2. 页面置换算法模拟 包括先来先服务 以及最近最久未使用-Page replacement algorithm for simulation, including first-come, first serve and, more recently, the use of the most long
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:chengly
  1. ymzh

    0下载:
  2. 可以实现页面置换算法模拟,已在Visual c++下调试通过!-Page replacement algorithm can be simulated in the Visual c++ Adopted under the debugger!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:dl
  1. project

    0下载:
  2. 页面置换算法模拟程序,实现页面置换!页面置换算法模拟程序-asdasd
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-02
    • 文件大小:8192
    • 提供者:王城
  1. 页面置换算法

    1下载:
  2. 模拟页面置换算法 1.创建空闲存储管理表、模拟内存、页表等。 2.提供一个用户界面,用户利用它可输入不同的页面置换策略和其他附加参数。 3.运行置换程序,输出缺页率结果。(1. create a free storage management table, analog memory, page tables and so on. 2. provides a user interface that allows
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-02
    • 文件大小:1697792
    • 提供者:ifan帆
  1. fifo页面置换算法模拟程序

    0下载:
  2. fifo页面置换算法模拟程序 1.请求分页的置换算法(FIFO && RUL算法实现);2.按给定的顺序列,输出页面调度过程包括命中 / 缺页,调入/调出;3.计算缺页率,频率。(FIFO page replacement algorithm simulation program)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:安安010
  1. 页面置换算法模拟实验操作系统大作业(含源文件)

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

    • 发布日期:2024-05-02
    • 文件大小:796672
    • 提供者:Dennis2020
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org