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

搜索资源列表

  1. 请求分页存储管理方式

    0下载:
  2. 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360272
    • 提供者:陈任全
  1. b2e

    0下载:
  2. 页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助-Page replacement algorithm for page replacement aspect of the algorithm, the computer algorithm useful for beginners
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1997
    • 提供者:d7yonglia0
  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. PageChange-OS

    0下载:
  2. VC++实现,模拟页面置换算法,两个程序。-VC++ Realize, simulated page replacement algorithm, the two procedures.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3674
    • 提供者:yyuiuuns
  1. subject_3

    7下载:
  2. 编写一个请求页式存储管理模拟程序,通过对页面置换过程的模拟,加深对请求页式存储管理方式基本原理及实现过程的理解。 要求: 1. 从键盘输入页面访问序列及分配给进程的内存块数; 2. 分别采用OPT、FIFO和LRU算法进行页面置换(说明:对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:刘先生
  1. Yemianzhihuan

    0下载:
  2. 操作系统课程设计-页面置换算法C语言,报告-ye mian zhi huan
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:86523
    • 提供者:qxbiao
  1. Page-replacement

    0下载:
  2. 页面置换算法,大二操作系统实验三,dos窗口-Page replacement algorithms, operating systems sophomore third experiment, dos window
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:7716379
    • 提供者:林跃
  1. Page-permutation-algorithm-

    0下载:
  2. 虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程-The basic idea and implementation process of several basic page replacement algorithms in virtual storage request page storage management,
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:18875
    • 提供者:谢燕苹
  1. page

    0下载:
  2. 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2644183
    • 提供者:黄keke
  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. ymzhsf

    0下载:
  2. 操作系统的存储管理模块中关于页面置换的四种置换算法-Four replacement algorithms for page replacement in the storage management module of the operating system
  3. 所属分类:assembly language

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

    0下载:
  2. 简单实现LRU页面置换算法,可输入页面个数,自己输入页面优先级,最后显示页面置换过程-Simple implementation of LRU page replacement algorithm, you can enter the number of pages, their input page priority, the last page replacement process
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:camblaw
  1. alnorkthm

    0下载:
  2. 页面置换算法的演示程序及代码,包含FIFO,LRU,OPT算法-Page replacement algorithm demo and code, including FIFO, LRU, OPT algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:8192
    • 提供者:dhstrsoueed
  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. 内存分配换页

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

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:蚊子酱
  1. FIFO

    0下载:
  2. 最近最少使用页面(FIFO)置换算法,是最简单的页面置换算法。这种算法的基本思想是:当需要淘汰一个页面时,总是选择驻留主存时间最长的页面进行淘汰,即先进入主存的页面先淘汰。其理由是:最早调入主存的页面不再被使用的可能性最大。(Recently, the least use of page (FIFO) replacement algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小: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. rqndom

    0下载:
  2. 页面置换算法代码,语言采用c++,实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大()
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:vlivpr
  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. 操作系统实验

    1下载:
  2. 本文档包含操作系统的六个实验(FCFS和SJF进程调度算法,时间片轮转RR进程调度算法,预防进程死锁的银行家算法,动态分区分配算法,虚拟内存页面置换算法,磁盘调度算法),文档最后附有源代码。(This document contains six experiments of the operating system (FCFS and SJF process scheduling algorithm, time slice rotation RR process scheduling algor
  3. 所属分类:

    • 发布日期:2019-12-11
    • 文件大小:445440
    • 提供者:挨踢民工
« 1 2 ... 19 20 21 22 23 2425 26 »
搜珍网 www.dssz.com