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

搜索资源列表

  1. dopage_code.rar

    0下载:
  2. 操作系统:页面置换算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3610
    • 提供者:
  1. 页面置换算法演示

    0下载:
  2. 程序中含有一些对控制台输出和事件进行控制的API函数.-Includeing some function to contral the input and output of console.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14955
    • 提供者:杨杰
  1. 先进先出页面算法程序2

    0下载:
  2. 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5476
    • 提供者:asdf
  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. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. fifo_lru_opt

    0下载:
  2. 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorithm. Code straightforward compi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:wz
  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. OSshiyan5

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

    • 发布日期:2008-10-13
    • 文件大小:10798
    • 提供者:吊死鬼鬼
  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of pages and pages cited the lengt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6683
    • 提供者:刘利辉
  1. yumianzhihuan

    0下载:
  2. 该程序是对页面置换算法中的最优置换, LRU,以及FCFS的比较进行比较的程序-procedures for the replacement pages to the optimal algorithm replacement, LRU. Comparison of FCFS comparison procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:金金
  1. pageChange

    0下载:
  2. 操作系统算法,关于页面置换算法的一个描述,其中写了两种算法,一种为先进先出,另一种为少用先出。-operating system algorithm, on the pages of a replacement algorithm descr iption, which was made two algorithms, for a FIFO, and the other for the use of first-out.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1980
    • 提供者:倪恩伟
  1. www[1].cnzz.cn

    1下载:
  2. 先进先出页面置换算法159 5.6.2最佳页面置换算法159 5.6.3最近最少使用页面置换算法160 5.6.4第2次机会页面置换算法161 5.6.5时钟页面置换 -FIFO replacement algorithm 159 pages 5.6.2 best replacement algorithm 159 pages recent 5.6.3 use at least 160 pages replacement algorithm 5.6.4 2nd chance pages repl
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2949
    • 提供者:贾冬
  1. zhihuan

    0下载:
  2. 操作系统中的关于页面置换算法的C语言编的程序-operating system as a replacement pages on the C-language algorithm series of procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2896
    • 提供者:刘丹
  1. moniqi

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

    • 发布日期:2008-10-13
    • 文件大小:4341
    • 提供者:刘丹
  1. yemianyuyang

    0下载:
  2. 操作系统试验页面置换算法,信息管理专业,用VB实现-operating system replacement algorithm, information management professionals, using VB
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:910240
    • 提供者:于洋
  1. yemian

    0下载:
  2. 页面置换算法:实现先进先出页面置换算法,最近最少使用页面置换算法,最少使用页面置换算法-pages replacement algorithm : achieving FIFO pages replacement algorithm, the least recently used pages replacement algorithm, at least the use of replacement pages algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:雷天保
  1. ahei@PageReplace

    0下载:
  2. 操作系统的页面置换算法演示,非常简单的拉,-operating system replacement algorithm demo pages, very simple and pulling Oh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:132610
    • 提供者:哈哈哈
  1. Pages_Replace

    0下载:
  2. 本人编写的一个操作系统-页面置换算法演示程序。里面有代码和可执行程序-I prepared an operating system-page replacement algorithm Demonstration Program. There are code and executables
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45823
    • 提供者:杨杰
  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. suanfa

    0下载:
  2. 输入页号数 再输入页号序列 选择相应的算法执行(Enter the page number and page number corresponding to the input sequence selection algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:洋19960927
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com