搜索资源列表

  1. dopage_code.rar

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

    • 发布日期:2024-05-18
    • 文件大小:3610
    • 提供者:
  1. 复件 vc34752424

    0下载:
  2. 页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助-The arithmetic of page replacement,arithmetic used to the replacement,it is useful for the beginer of computer arithmetic.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1704
    • 提供者:zz
  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 pro
  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
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:193864
    • 提供者:康抗
  1. Linux内存管理模拟器

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

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

    1下载:
  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 algorit
  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 manageme
  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 p
  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 algorit
  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. _PAGE_REPL14800210182002

    0下载:
  2. 页面置换求最大公约数,希望对大家有帮助。算法简单易懂-Replacement pages for the common denominator, in the hope that everyone has to help. Algorithm is simple and easy to understand
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:18432
    • 提供者:wangmeijuan
  1. fifo

    0下载:
  2. 1.用随机数方法产生页面走向,页面走向长度为L(15<=L<=20),L由控制台输入。 2.根据页面走向,分别采用Optinal、FIFO、LRU算法进行页面置换,统计缺页率。 3.假定可用内存块为m(3<=m<=5),m由控制台输入,初始时,作业页面都不在内存。 -1. Using random number methods to generate the page, the page length
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:周哲
  1. LRU

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:寒修末
  1. 内存分配换页

    0下载:
  2. 操作系统中的内存分配管理,有fifo算法,lruu算法,以及两者比较(Memory allocation management in the operating system, there are FIFO algorithm, lruu algorithm, and the two comparisons)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:蚊子酱
  1. cipan

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

    • 发布日期:2024-05-18
    • 文件大小:39936
    • 提供者:帝国旗舰
  1. suanfa

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

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:洋19960927
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »

源码中国 www.ymcn.org