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

搜索资源列表

  1. 页面存储管理

    1下载:
  2. 该代码是根据先来先服务、最佳置换算法、最近最少使用算法来完成的。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2009-12-05
    • 文件大小:2578
    • 提供者:daying
  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:654374
    • 提供者:jawin@126.com
  1. 页面置换算法~

    0下载:
  2. 所属分类:源码下载

    • 发布日期:2010-12-29
    • 文件大小:54272
    • 提供者:shaing1990
  1. 页面置换算法 FIFO LRU

    0下载:
  2. 所属分类:源码下载

    • 发布日期:2011-12-14
    • 文件大小:70656
    • 提供者:solodance
  1. diaoye.rar

    0下载:
  2. 页面置换算法的利用,400条指令,可以求出命中率和缺页次数,希望大家喜欢,Page replacement algorithm for the use of 400 orders that can derive the percentage of hits and the number of missing pages, I hope you like
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:37147
    • 提供者:周玉
  1. page_replacement

    0下载:
  2. 在linux下用C语言开发的页面置换算法,并不适用于VC下运行-C for page_replacement in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:3801
    • 提供者:张权威
  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. fifo

    0下载:
  2. 一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3313
    • 提供者:stephenzou
  1. TestReplacement

    0下载:
  2. lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1527
    • 提供者:从零开始
  1. ymzh

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

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

    0下载:
  2. 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:7871
    • 提供者:李方
  1. FIFO

    0下载:
  2. 课程设计报告_先进先出(FIFO)页面置换算法 里面全齐,不过是DOS的界面,希望对大家有些帮助 -Curriculum design report _ FIFO (FIFO) page replacement algorithm inside homogeneous whole, but DOS interface, I hope all of you some help
  3. 所属分类:Education soft system

    • 发布日期:2017-05-09
    • 文件大小:6936
    • 提供者:叶寒
  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. vc34752424

    0下载:
  2. 页面置换算法的源代码 希望对大家有所帮助 一起交流呀-Page replacement algorithm source code for all of us want to help you with the exchange of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1684
    • 提供者:王洪原
  1. page

    0下载:
  2. 页面置换算法的模拟实现和计算命中率 操作系统必要-Page replacement algorithm simulation and calculation of the percentage of hits to achieve the necessary operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:26597
    • 提供者:liuguo
  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. Fifopagereplacementalgorithm

    0下载:
  2. 页面置换算法 包括fifo 先进现出,最近最早未使用,lru算法-Fifo page replacement algorithm, including advanced show, the first unused recently, lru algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:10936
    • 提供者:刘燕
  1. PageReplacement

    0下载:
  2. 实现了几种内存页面置换算法,有最佳置换算法和先进先出置换算法,还有LRU置换算法。-To achieve a number of memory page replacement algorithm, the best replacement algorithm and FIFO replacement algorithm, as well as LRU replacement algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:52141
    • 提供者:zhouyunkai
  1. process_manager

    2下载:
  2. 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of
  3. 所属分类:Windows Kernel

    • 发布日期:2016-02-16
    • 文件大小:1977223
    • 提供者:yefeng
  1. ncist061111

    0下载:
  2. 页面置换算法三种算法分别描述! -wws
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:3318
    • 提供者:wss
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com