搜索资源列表

  1. fifo_lru_opt

    0下载:
  2. 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:wz
  1. LRUsuanfabaogao

    0下载:
  2. 实验报告中赋有LRU算法的原代码,流程图与实验的要求,目的等.-report LRU algorithm is given the original code, flowcharts and experimental requirements, aim.
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:21504
    • 提供者:刘敏
  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 p
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:238592
    • 提供者:刘利辉
  1. caozuo02050210

    0下载:
  2. 操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:617472
    • 提供者:于勇
  1. cache_521

    0下载:
  2. 高速缓存算法类.英文介绍: The Cache class implements a simple caching mechanism with "least recently used" (LRU) replacement. It is useful for cases in which you have some memory to spare and you wish to speed up access to
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:洋场河
  1. LRU2

    0下载:
  2. LRU对列队的实现,就是实现找出最近最少用的元素的算法.-LRU lined up to the realization that to achieve at least recently used to identify the elements of the algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:264192
    • 提供者:pcq6959
  1. taotaisuanfa

    0下载:
  2. 使用Microsoft Visual C++ 6.0编写最佳(Optimal)淘汰算法、先进先出(FIFO)淘汰算法、最近最久未使用(LRU)淘汰算法的源代码-using Microsoft Visual C 6.0 to prepare the best (Optimal) eliminated algorithm, FIFO (FIFO) eliminated algorithm, the most recent time on t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:王杰
  1. LRUgoodprograme

    0下载:
  2. 可实现操作系统中页面置换功能。很好的LRU算法。-can achieve operating system functional replacement pages. Good LRU algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李名
  1. THELRU

    0下载:
  2. LRU算法 用C实现的算法 只含有代码部分 -LRU algorithm C algorithm to achieve the code contains only part
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:风逝
  1. yxt

    0下载:
  2. 一个用于演示操作系统作业调度的模拟程序,实现了Fifo,LRU两种算法,并计算了缺页次数-a demonstration of the operating system for scheduling the simulation program, achieving SC16CxxBUARTs. LRU algorithm, and calculated the number of missing pages
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:1895424
    • 提供者:胡一
  1. queyejisuan.LRU

    0下载:
  2. 执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。 -implementation procedures, when the main pages can be no deposit, in order to choose out of the main de
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:向斯雨
  1. uuuuu

    0下载:
  2. LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:杨穿横
  1. cunchuqiguanli

    0下载:
  2. 操作系统存储器管理实验的C语言模拟程序,采用FIFO和LRU两种算法-experimental operating system memory management in C language simulation procedures and two FIFO and LRU algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:胡恩
  1. page.change

    0下载:
  2. 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:82944
    • 提供者:
  1. MManager

    0下载:
  2. 这是一个内存管理的模拟程序。 采用FIFO,LRU等算法管理内存。 这是*作系统课程的一个项目。-This is a memory management of the simulation program. Using FIFO, LRU algorithm such as memory management. This is my operating system course of a project.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:114688
    • 提供者:cy
  1. memory_arithmatic

    0下载:
  2. The programe is emluator the memory arithmatic---FIFO LRU ...in the operate system.-emluator the memory arithm atic--- FIFO LRU operate ... in the system.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yt
  1. cache4j_0.4_src

    0下载:
  2. cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features in
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:ytr
  1. Demand_Paging

    0下载:
  2. 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simu
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:48128
    • 提供者:陈妙
  1. fifo

    0下载:
  2. 计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:44032
    • 提供者:孤鸿影
  1. LRUzhihuansuanfa

    0下载:
  2. LRU页面置换算法,我们学校老师分配的任务,大家可以做参考!-LRU page replacement algorithm, our school teacher assigned tasks, we can make reference!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:zhangkuisong
« 1 2 3 4 56 7 8 9 10 ... 32 »

源码中国 www.ymcn.org