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

搜索资源列表

  1. fifo

    0下载:
  2. C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:226412
    • 提供者:woaic
  1. opt

    1下载:
  2. C++写的操作系统原理及实现,模拟页面置换算法OPT的源码
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:200322
    • 提供者:woaic
  1. page_replacement

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

    • 发布日期:2017-04-03
    • 文件大小:3801
    • 提供者:张权威
  1. vc783453772452

    0下载:
  2. C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1912222
    • 提供者:lee
  1. vcyemianzhihuan

    0下载:
  2. 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-Page replacement algorithm code, the language used c++. The realization of the FIFO algorithm, LRU algorithm, which, LRU classical LRU algorithm, the algorithm is occupied
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:238568
    • 提供者:lee
  1. wynczh

    0下载:
  2. 内存页面置换 用C语言模拟LINUX操作系统中的内存页式管理的FIFO算法和LRU算法-Memory page replacement using C language simulation of LINUX operating system management of memory pages the FIFO algorithm and LRU algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1539
    • 提供者:love暖色
  1. fifosuanfa

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:808
    • 提供者:麽鱼的谁
  1. FIFO

    0下载:
  2. 操作系统中的先进先出(FIFO)页面置换算法的C++源代码-Operating in the FIFO (FIFO) Page Replacement Algorithm for C++ source code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1051
    • 提供者:
  1. three

    0下载:
  2. FIFO页面置换算法,用c语言写的!同时输入内存块数和页面号数-FIFO page replacement algorithm, using c language written in! At the same time enter the number of memory blocks, and page numbers
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:954
    • 提供者:刘蒙
  1. five

    0下载:
  2. FIFO和LRU页面置换算法,使用c++写的,有功能号,可以选择功能,进行相应的操作!-FIFO and LRU page replacement algorithm, using c++ written in the functional number, you can choose functions to carry out the appropriate action!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:2034
    • 提供者:刘蒙
  1. two

    0下载:
  2. FIFO页面置换算法,用C++写的,可以缺页率,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written in C++, you can page fault rate, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1366
    • 提供者:刘蒙
  1. four

    0下载:
  2. FIFO页面置换算法,用C语言写的,产生随机序列,可以算出缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language to generate random sequence, you can calculate the number of missing pages, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:959
    • 提供者:刘蒙
  1. PageReplace

    0下载:
  2. 页面置换算法包含可执行程序用 C#做的做了很久 模拟小程序-Page replacement algorithm contains an executable program using C# to do a small procedure done for a long time simulation
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:14444
    • 提供者:刘达
  1. pagechange

    0下载:
  2. 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:1430
    • 提供者:剑煮江湖
  1. The-change-of-Page

    0下载:
  2. 利用LINUX中的环境进行页面置换算法的C程序开发,界面好,功能全。-LINUX environment using the page replacement algorithm in C program development, the interface is good, full-featured.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:74215
    • 提供者:李天鹏
  1. fifo_lru_opt

    0下载:
  2. 三个页面置换算法,fifo_lru_opt等C++实现-Three page replacement algorithm, fifo_lru_opt C++ achieve
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1418
    • 提供者:ai
  1. yemianzihuan

    0下载:
  2. 用c#写的模拟操作系统页面置换算法,动态化的实现页面置换全过程-C# to write the simulation of the operating system page replacement algorithm, dynamic page replacement
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1827
    • 提供者:宋园园
  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. ye-mian-zhi-huan

    0下载:
  2. 用c语言模拟了操作系统中页面置换算法,包含了详细的代码。-Simulated operating system page replacement algorithm contains a detailed code c language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:280566
    • 提供者:liuyangbiao
  1. page-replacement-algorithm

    0下载:
  2. C++编写的页面置换算法,做课程设计的好帮手哦。-C++ written page replacement algorithm, do curriculum design good helper Oh.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1430
    • 提供者:meiyou
« 1 23 4 »
搜珍网 www.dssz.com