搜索资源列表

  1. 页片置换中的FIFO、LRU和OPT算法

    1下载:
  2. 页式管理关于缺页、中断、优化的FIFO、LRU和OPT算法,通过三种算法,可分别计算得出在页片置换中的缺页次数和缺页率以及被淘汰的页号...
  3. 所属分类:Windows编程

    • 发布日期:2010-06-13
    • 文件大小:438072
    • 提供者:zhang20082100
  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 algorith
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:兔子
  1. 页面置换算法(C语言编写)

    0下载:
  2. c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:zbing0203
  1. gjb-page

    0下载:
  2. 程序功能主要分为3个部分,分别是对OPT、FIFO、LRU三种页面置换算法的实现。要求3部分的设计应该尽可能使用近似的实现方法。-procedures main function is divided into three parts, namely the OPT, FIFO, three pages replacement LRU algorithm implementation. Part of the three require
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:10240
    • 提供者:gjb
  1. 页面置换算法(FIFO和LRU)

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:248832
    • 提供者:杨鼎新
  1. 请求页面算法

    0下载:
  2. 操作系统 请求页式管理,包括FIFO,LRU两种算法,-OS-page request management, including FIFO, the LRU algorithm,
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:wang
  1. OS实验一

    0下载:
  2. 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:53248
    • 提供者:白马
  1. 功能描述

    0下载:
  2. 页面置换算法,采用了FIFO,LRU,OPT三种算法,并用一个源程序-pages replacement algorithm, using the FIFO, the LRU, OPT three algorithms, and with a source
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-03
    • 文件大小:6144
    • 提供者:鬼迷心窍
  1. OS课题设计

    0下载:
  2. 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use th
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:东方少秋
  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : d
  3. 所属分类:进程与线程

    • 发布日期:2024-05-03
    • 文件大小:1326080
    • 提供者:刀尖
  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 replac
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:360448
    • 提供者:陈任全
  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-03
    • 文件大小:1024
    • 提供者:wz
  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-03
    • 文件大小:238592
    • 提供者:刘利辉
  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-03
    • 文件大小:3072
    • 提供者:王杰
  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-03
    • 文件大小:51200
    • 提供者:ytr
  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-03
    • 文件大小:44032
    • 提供者:孤鸿影
  1. fifo

    0下载:
  2. fifo 与 lru 算法的实现 fifo 与 lru 算法的实现-fifo and fifo LRU algorithm with the LRU algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:朱嘉菲
  1. main

    0下载:
  2. 操作系统实验(LINUX): 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) (4) 最少访问页面算法(LFU) (5) 最近最不经常使用算法(NUR) 命中率=(1-页面失效次数)/页地址流长度 -Experimental operating system (LINUX): Desi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:zengzl
  1. Virtualmemory

    0下载:
  2. 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:eddycen
  1. FIFO-LRU-OPT-Clock

    0下载:
  2. 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-03
    • 文件大小:15360
    • 提供者:soong
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org