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

搜索资源列表

  1. 页面置换算法

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

    • 发布日期:2013-08-07
    • 文件大小:1704
    • 提供者:zz
  1. 先进先出页面算法程序

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3242
    • 提供者:asdf
  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. page-replace

    0下载:
  2. 操作系统有主要的三种页面替换算法,此程序实现了这三种算法,简单实用-There are three main operating system page replacement algorithm, the program implements three algorithms, simple and practical
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1108152
    • 提供者:张一
  1. Page-Replacement7

    0下载:
  2. This program is written in c language and tested on linux platform. It page replacement algorithm for beginners.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 实现操作系统中的页面置换算法,其中包括FIFO,LUR算法,生成页面内容,并计算缺页率-Page replacement algorithm in operating system, including FIFO, LUR algorithm to generate the page content, and calculate the page fault rate
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:2421
    • 提供者:李其
  1. page-type-storage-allocation

    0下载:
  2. 实现进程的分页式内存分配和地址转换过程,并进一步实现请求分页式存储分配和地址转换过程。页面置换算法至少应实现先进先出(FIFO)、最近最久未使用(LRU)等算法-Realization process of the paging type memory allocation and address translation process, and further realize request page type storage allocation and address translatio
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:2269
    • 提供者:huyang
  1. Page

    0下载:
  2. 在Linux系统下,用C语言实现页面置换算法的模拟实验,并比较不同算法的效率。-Linux system, using C language page replacement algorithm simulation, and the efficiency of different algorithms.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:8020
    • 提供者:宋阳
  1. Replacement

    0下载:
  2. 模拟内存中页面管理,置换调度的几种算法,opt,clock,lru,FIFO-page replacement
  3. 所属分类:Shell api

    • 发布日期:2017-12-02
    • 文件大小:3578044
    • 提供者:ZHAOXIN
  1. page---exchange

    0下载:
  2. 操作系统中的页面置换算法,源代码,语言:C-Operating system page replacement algorithm, source code, language:
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-30
    • 文件大小:213972
    • 提供者:王晓丽
  1. Page

    0下载:
  2. 基于vc环境下的页面置换算法模拟,可执行的源代码-Based on vc environment page replacement algorithm simulation, executable source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:181098
    • 提供者:周清平
  1. page-

    0下载:
  2. 操作系统页面置换算法的 编程,有助于理解内存分配。。。 主要有FIFO,LRU,OPT算法-Operating system page replacement algorithm programming, help to understand the memory allocation. . . There are FIFO, LRU, OPT algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:896895
    • 提供者:yyz
  1. Page

    0下载:
  2. 计算机系统课上编的 模拟 最近最久未使用页面置换 的算法-Page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2284
    • 提供者:汪路
  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. 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. Experiment-5-virtual-memory-page

    0下载:
  2. 实验五虚拟内存页面置换算法,实验报告,内涵代码-Experiment 5 virtual memory page replacement algorithm, experimental report, content codes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:51113
    • 提供者:吕梦楠
  1. Analog-page-storage-system1

    0下载:
  2. 模拟页式存储系统,四种页面置换算法的置换过程。-Simulation page storage system, the replacement process of the four page replacement algorithm.
  3. 所属分类:Button control

    • 发布日期:2017-06-19
    • 文件大小:28508997
    • 提供者:冯星伟
  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. A_Page_Rep2102062162008

    0下载:
  2. Page replacement algorithms FIFO , LRU , Optimal
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:858112
    • 提供者:asfr
« 1 2 3 45 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com