搜索资源列表

  1. fifo

    0下载:
  2. 操作系统调度方法中的先进先出页面置换算法-Operating system scheduling methods FIFO page replacement algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:xun
  1. Change

    0下载:
  2. 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement alg
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:王晓
  1. java

    0下载:
  2. Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:李云
  1. PageReplaceMentAlgorithmsDemo

    0下载:
  2. 操作系统课程设计:页面置换算法!!!很好的操作系统大作业,做的很认真-Operating systems curriculum design: page replacement algorithm! ! ! Very good operating system, large operations, to do very seriously
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:3398656
    • 提供者:张薇薇
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:pauly_917
  1. 121212121543ws

    0下载:
  2. 页面置换算法基于java实现! 页面置换算法基于java实现!-sdhjk
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:wss
  1. Pagingrequestanalogstoragemanagementsystemtoachiev

    0下载:
  2. 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:yangyang
  1. Pagereplacementalgorithm

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

    • 发布日期:2024-05-18
    • 文件大小:343040
    • 提供者:张帅
  1. PageChange

    0下载:
  2. 页面置换算法演示及其性能测试系统: 1最佳适应(Optimal) 2先进先出(FIFO) 3最近最久未使用(LRU) 4最少使用(LFU) 5内存页面数配置 6输入测试- the system of Page replace arithmetic demo and to testing of the capability
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:zhhuo
  1. fifo-opt

    0下载:
  2. 四种页面置换算法,lru,二次机会,fifo,opt -lru,nur,fifo,opt
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:55296
    • 提供者:how
  1. os

    0下载:
  2. 操作系统先进先出页面置换算法,可计算缺页数和缺页率。-OS FIFO page replacement algorithm, calculate the rate of missing pages and missing pages.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:crazing
  1. PageReplacementAlgorithm

    0下载:
  2. 用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张杰
  1. PageChange

    0下载:
  2. 页面置换算法。操作系统上机实验做的一个。希望大家用得到。-pagechange this is a test
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:191488
    • 提供者:夏妮
  1. SimulationofPageReplacementAlgorithms

    0下载:
  2. 页面置换算法模拟 Simulation of Page Replacement Algorithms-Simulation of Page Replacement Algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:JASHcn
  1. one

    0下载:
  2. FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘蒙
  1. FIFO

    0下载:
  2. 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:135168
    • 提供者:青青
  1. zhihuan

    0下载:
  2. 页面置换算法 1 先入先出法(FIFO)2 最优置换算法(OPT)3 最久未使用算法(LRU)4 第二次机会算法(SCR)-none
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:Hedge
  1. PPA

    0下载:
  2. 1. 示例实验程序中模拟几种置换算法:LRU算法,FIFO算法,clock算法和Eclock算法 2. 能对几种算法给定任意序列不同的页面引用串和任意帧实内存块数的组合测试,显示页置换的过程。 3. 能统计和报告不同置换算法情况下依次淘汰的页号、缺页次数(页错误数)和缺页率。比较几种置换算法在给定条件下的优劣。 4. 为了能方便的扩充页面置换算法,更好的描述置换过程,示例实验程序采用了C++语言用Replace类描述了置换算
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2066432
    • 提供者:Hedge
  1. OperatingSystemPageReplacementAlgorithm

    0下载:
  2. Java操作系统页面置换算法: (1)进先出的算法(FIFO) (2)最近最少使用的算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法) (5)最近最不经常使用算法(NUR) -Java operating system, page replacement algorithm: (1) into the first out method (FIFO
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:343040
    • 提供者:李锐歆
  1. project

    0下载:
  2. 页面置换算法模拟程序,实现页面置换!页面置换算法模拟程序-asdasd
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:王城
« 1 2 3 4 56 7 8 9 10 ... 29 »

源码中国 www.ymcn.org