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

搜索资源列表

  1. alal

    0下载:
  2. 模拟请求段式存储管理_FIFO,os课程设计。页面置换算法(也称页面淘汰算法)是用来确定应该淘汰哪一页的一种策略。比较常用的置换算法有以下几种:1. 最佳置换算法;2.先进先出算法(FIFO);3.最近最就未使用算法(LRU)。本设计要求实现其中的FIFO和LRU算法模拟-Simulate request-stage storage management _FIFO
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:3386
    • 提供者:张飞
  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. LRU

    0下载:
  2. 模拟LRU页面置换算法---操作系统的相关知识-Simulate LRU page replacement algorithm--- operating system
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:10721
    • 提供者:杨兵
  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. LRU

    0下载:
  2. 该代码实现的主要功能是实现模拟LRU页面置换算法-The code to achieve the main function is to achieve analog LRU page replacement algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:914
    • 提供者:张海潮
  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

    0下载:
  2. 模拟页面置换算法,通过随机产生序列运用FIFO LRU LFU OPT对其进行置换-Simulation page replacement algorithm, randomly generated sequences use FIFO LRU LFU OPT its replacement
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:2457906
    • 提供者:123
  1. Clock

    1下载:
  2. clock页面置换算法 用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也
  3. 所属分类:OS Develop

    • 发布日期:2017-11-10
    • 文件大小:3903430
    • 提供者:周涛
  1. Page-replacement

    0下载:
  2. 一个对操作系统页面置换的模拟算法代码,可以根据界面提示进行操作。-A simulation of the operating system page replacement algorithm code, you can operate the interface prompts.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:1838
    • 提供者:
  1. first

    0下载:
  2. 编写程序,设置不同的页面数,使用不同的页面替换策略算法进行模拟页面替换。先进先出,最近最久未使用页面置换算法等,并计算缺页率。-Programming, set a different number of pages, use a different page replacement algorithm simulation page replacement strategy. FIFO, the most recent time using the page replacement algor
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1614
    • 提供者:蒋树林
  1. OS_exp7

    0下载:
  2. 模拟设计页式存储管理中页面置换算法,包括FIFO,LRU,OPT-Analog design page memory management page replacement algorithms, including FIFO, LRU, OPT
  3. 所属分类:OS Develop

    • 发布日期:2017-11-20
    • 文件大小:1510
    • 提供者:罗远浩
  1. PageReplacement

    0下载:
  2. 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of referenc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:337957
    • 提供者:廖宇豪
  1. XNNC

    0下载:
  2. 设计程序模拟先进先出FIFO、最佳置换OPI和最近最久未使用LRU页面置换算法的工作过程。-Design program to simulate FIFO FIFO, the best and the most recent time OPI replacement LRU page replacement algorithm using the working process.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1357
    • 提供者:杨顺刚
  1. os-coursedesign

    0下载:
  2. 操作系统课程设计包含:多线程模拟(生产者和消费者)、银行家算法、页面置换算法-Courses on operating system design includes: multi-threaded simulation (producers and consumers), bankers algorithm, page replacement algorithm
  3. 所属分类:Applet

  1. 3

    0下载:
  2. C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:14250
    • 提供者:likai
  1. LRU

    0下载:
  2. 本代码用C语言模拟操作系统中LRU页面置换算法,有dos输出界面,简单明了。-The code is written in C language simulation operating system LRU page replacement algorithm, a dos output interface, simple and straightforward.
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1167
    • 提供者:jie
  1. page-replacement-algorithm

    0下载:
  2. 使用c++语言设计一个基于MFC的程序,模拟页式存储管理中FIFO、LRU、LFU、OPT四页面置换算法运行的过程。-Use c++ language to design a process to run the algorithm based on the MFC, Analog page memory management FIFO, LRU, LFU, OPT four-page replacement.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6800396
    • 提供者:杨婧伟
  1. yemimazhihuan

    0下载:
  2. 通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点,掌握虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程,并比较它们的效率;操作系统的发展使得系统完成了大部分的内存管理工作,对于程序员而言,这些内存管理的过程是完全透明的。因此程序员从不关心系统如何为自己分配内存,而且永远认为系统可以分配给程序所需要的内存。在开发程序时,程序员真正需要做的就是:申请内存、使用内存、释放内存。该实验就是帮助读者更好地理解从程序员的角度应如何使用内存。-Through sim
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:刘万友
  1. memman.c.tar

    0下载:
  2. 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1192
    • 提供者:刘丹阳
  1. Bin

    0下载:
  2. 对请求页式管理中页面置换算法的模拟设计,了解虚拟存储技术的特点。-Implement LRU page replacement algorithm
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5963
    • 提供者:张某某
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com