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

搜索资源列表

  1. C-page

    0下载:
  2. 页面置换算法,用C#语言编写的操作系统的页面置换,包括三种算法,LRU,FIFO,OPT-Page
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:56678
    • 提供者:Queena
  1. otp

    0下载:
  2. 几种页面置换算法如先进先出,最佳置换,最近最久未使用算法-Several page replacement algorithms such as FIFO, the optimal replacement, the least recently used algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:293635
    • 提供者:小文
  1. vm

    0下载:
  2. 虚拟内存页面置换算法(FIFO、LRU)-FIFO、LRU FIFO、LRUFIFO、LRUFIFO、LRU
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1299
    • 提供者:cl
  1. os-coursedesign

    0下载:
  2. 操作系统课程设计包含:多线程模拟(生产者和消费者)、银行家算法、页面置换算法-Courses on operating system design includes: multi-threaded simulation (producers and consumers), bankers algorithm, page replacement algorithm
  3. 所属分类:Applet

  1. 3

    0下载:
  2. C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:14250
    • 提供者:likai
  1. operating-system-page-change

    0下载:
  2. 主题是操作系统,功能实现是页面置换的问题。可以看看。-operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:126332
    • 提供者:haibang
  1. replacement-algorithms-LRU-algorithm

    0下载:
  2. 操作系统里面的浅谈页面置换算法之LRU算法,pdf电子书,内容比较详细易懂-On the inside the operating system s page replacement algorithm LRU algorithm, pdf e-books, more detailed and easy to understand
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:126296
    • 提供者:庄翔
  1. LRU

    0下载:
  2. 本代码用C语言模拟操作系统中LRU页面置换算法,有dos输出界面,简单明了。-The code is written in C language simulation operating system LRU page replacement algorithm, a dos output interface, simple and straightforward.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1167
    • 提供者:jie
  1. Page

    0下载:
  2. 本程序主要是实现内存页面置换算法,用C#语言实现,图形界面更易于读者理解。-This program is to achieve memory page replacement algorithm, implemented in C# language, the reader is easier to understand graphical interface.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:92792
    • 提供者:李明
  1. Page-replacement

    0下载:
  2. vs2012页面置换 多线程下展示页面置换四种算法 并且具有问保存等功能-Page replacement
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:587396
    • 提供者:mr xin
  1. page-replacement-algorithm

    0下载:
  2. 使用c++语言设计一个基于MFC的程序,模拟页式存储管理中FIFO、LRU、LFU、OPT四页面置换算法运行的过程。-Use c++ language to design a process to run the algorithm based on the MFC, Analog page memory management FIFO, LRU, LFU, OPT four-page replacement.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6800396
    • 提供者:杨婧伟
  1. 1

    0下载:
  2. 操作系统的页面置换实现,算法LFU,用C++语言对该功能的描述与实现。-Realization of the operating system page replacement algorithm for the LFU, and implemented by C++ language describing the function.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:775
    • 提供者:tanyanwen
  1. zhihuansuanfa

    0下载:
  2. 学操作系统时写的页面置换算法,包括三种常见的算法,希望对学习操作系统的同学有帮助。-Learning to write the operating system page replacement algorithms, including three common algorithms, hope to learn the operating system help students.
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:696703
    • 提供者:小侯
  1. main

    0下载:
  2. 题目7 页面置换 一、实验目的 1、对页面置换做进一步的理解。 2、了解页面置换的任务。 3、通过编程掌握页面置换算法及缺页率。 4、了解Belady现象和抖动现象。 二、实验内容及要求 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:834
    • 提供者:haolei
  1. LRUDemo

    0下载:
  2. 使用C#实现操作系统中页面置换算法中的LRU算法-Use C# to achieve the operating system page replacement algorithm LRU algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:25678
    • 提供者:杨竹
  1. FIFO

    0下载:
  2. 语言开发设计,对于各种虚拟内存页面置换算法有很大的帮助-Language development and design, for a variety of virtual memory page replacement algorithm is a great help
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:288952
    • 提供者:大序号
  1. yemimazhihuan

    0下载:
  2. 通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点,掌握虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程,并比较它们的效率;操作系统的发展使得系统完成了大部分的内存管理工作,对于程序员而言,这些内存管理的过程是完全透明的。因此程序员从不关心系统如何为自己分配内存,而且永远认为系统可以分配给程序所需要的内存。在开发程序时,程序员真正需要做的就是:申请内存、使用内存、释放内存。该实验就是帮助读者更好地理解从程序员的角度应如何使用内存。-Through sim
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:刘万友
  1. fifo

    0下载:
  2. 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1803
    • 提供者:joe
  1. 1

    0下载:
  2. 操作系统内存页面置换算法,opt,lru,fifo-Operating system memory page replacement algorithm, opt, lru, fifo
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:985
    • 提供者:LIGANG
  1. lfu

    0下载:
  2. LFU算法,页面置换算法,随机生成页号,计算缺页次数和缺页率-The LFU algorithm, the page replacement algorithm, randomly generated page number, calculate the number of page faults and page fault rate
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1453
    • 提供者:lpz
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com