CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 页面置换算法

搜索资源列表

  1. dopage_code.rar

    0下载:
  2. 操作系统:页面置换算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3610
    • 提供者:
  1. LRU页面置换算法模拟 CNBIE

    0下载:
  2. LRU页面置换算法模拟,LRU置换算法虽然是一种比较好的算法,但要求系统有较多的支持硬件。为了了解一个进程在内存中的各个页面各有多少时间未被进程访问,以及如何快速地知道哪一页是最近最久未使用的页面.-LRU algorithm simulation replacement pages, the LRU algorithm replacement is a better algorithm, but requires a system with more hardware support. In
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:11592
    • 提供者:22
  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of pages and pages cited the lengt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6683
    • 提供者:刘利辉
  1. yemianzhihuan

    0下载:
  2. 页面置换算法,包括先进先出置换算法,最近最久未使用置换算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1683
    • 提供者:张三
  1. pagec++

    0下载:
  2. 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorithm, the algorithm occupy larger
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3877
    • 提供者:兔子
  1. 页面置换算法fiof_lru

    0下载:
  2. fifo和lru页面置换算法-fifo and LRU algorithm replacement pages
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7008
    • 提供者:夏雨
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:342705
    • 提供者:张帅
  1. SimulationofPageReplacementAlgorithms

    0下载:
  2. 页面置换算法模拟 Simulation of Page Replacement Algorithms-Simulation of Page Replacement Algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1604
    • 提供者:JASHcn
  1. pagechange

    0下载:
  2. 该文件是用来描述页面置换算法的,是经过验证的正确的代码,希望有所帮助。-This file is used to describe the page replacement algorithm is proven correct code, I hope help.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4974
    • 提供者:caoying
  1. jyc

    0下载:
  2. 请求页式管理中的置换算法,页面置换算法FIFO算法,LRU算法-Style management in the requested page replacement algorithm, page replacement algorithm FIFO algorithm, LRU algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:34420
    • 提供者:jyc
  1. abc

    0下载:
  2. 页面置换算法 最早调入内存的页,其不再被使用的可能性比刚调入内存的可能性大。建立一个FIFO队列,收容所有在内存中的页。被置换页面总是在队列头上进行。当一个页面被放入内存时,就把它插在队尾上。-Page replacement algorithm Transferred to the memory of the first page, the possibility of no longer being used into memory than just the possibility
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1765
    • 提供者:gengchn
  1. yemian

    0下载:
  2. 页面置换算法包括:最佳(Optimal)置换算法、先进先出(FIFO)算法、最近最久未使用(LRU)算法 -Page replacement algorithm, including: Best (Optimal) replacement algorithm, first in first out (FIFO) algorithm, most recently from lack of use (LRU) algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1671
    • 提供者:dlq
  1. page

    0下载:
  2. 页面置换算法SCR,FIFO,OPT,NUR等算法-SCR,FIFO,OPT,NUR algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:98531
    • 提供者:张皓瀚
  1. VCPP_opt

    0下载:
  2. VC++使用OPT页面置换算法的程序示例-VC++ OPT page replacement algorithm using the example program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:191809
    • 提供者:
  1. 6

    0下载:
  2. 页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement algorithm. Any given input st
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:521
    • 提供者:瓜哥
  1. ymzhf

    0下载:
  2. 页面置换算法要实现FIFO、LRU两种不同的置换,定义所需的各种参数,对算法执行的结果,表格方式进行显示 -Page replacement algorithm to achieve the FIFO, LRU two different replacement, needed to define the parameters of the algorithm execution results, table shows the way
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3818978
    • 提供者:
  1. Page-replacement-algorithm

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。 -Respectively, to achieve optimal replacement algorithm (optimal), First In First Out (FIFO) page replacement algorithm and the most-recently-used recently (LRU) replacement algo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:85464
    • 提供者:唐艰苦
  1. pagereplace

    0下载:
  2. 页面置换算法演示,程序中含有一些对控制台输出和事件进行控制的API函数.-Demo page replacement algorithm, the program contains some of the console output and the control of the incident API function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:15513
    • 提供者:陈小东
  1. 1

    0下载:
  2. 一个操作系统课程设计,用于实现页面置换算法。-An operating system curriculum design, used to implement page replacement algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:2200
    • 提供者:程逸群
  1. YMZH

    0下载:
  2. 操作系统课程设计 页面置换算法实现 -Operating systems curriculum design page replacement algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-23
    • 文件大小:224089
    • 提供者:李飞吾
« 12 »
搜珍网 www.dssz.com