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

搜索资源列表

  1. Page_Replacement

    0下载:
  2. 简单的页面置换算法 非界面化-Non-interface simple page replacement algorithm
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:2697
    • 提供者:单迎春
  1. Memory-block

    0下载:
  2. 内存分块,学习java时一个小程序,内存页面置换算法。-Memory block, learning java applet memory page replacement algorithm.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:270441
    • 提供者:魏大超
  1. yemianzhihuan

    0下载:
  2. 页面置换算法,可在linux系统直接实现,文档中有源程序-Page replacement algorithm can be directly implemented in the linux system source document
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:71573
    • 提供者:丛菲
  1. zhihuan1

    0下载:
  2. 页面置换算法:用随机数生成页面请求次序,分配一定数量的物理快,用OPT、FIFO、LRU算法计算缺页次数和置换次数-Page replacement algorithm: the random number generator page request order to allocate a certain amount of physical fast, with OPT, FIFO, the LRU algorithm missing page number and the number o
  3. 所属分类:OS Develop

    • 发布日期:2017-11-18
    • 文件大小:1371
    • 提供者:钱君礼
  1. os

    0下载:
  2. 一个可视化的进程控制,内存分配,页面置换算法的演示程序.汇编书写,适合初学汇编的同学。-failed to translate
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:12603
    • 提供者:mrtang
  1. page---exchange

    0下载:
  2. 操作系统中的页面置换算法,源代码,语言:C-Operating system page replacement algorithm, source code, language:
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-30
    • 文件大小:213972
    • 提供者:王晓丽
  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. 1

    0下载:
  2. 操作系统 页面置换算法 设计和实现最佳置换算法、随机置换算法、 先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换 算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:2147
    • 提供者:
  1. Page

    0下载:
  2. 基于vc环境下的页面置换算法模拟,可执行的源代码-Based on vc environment page replacement algorithm simulation, executable source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:181098
    • 提供者:周清平
  1. pagechange

    0下载:
  2. 页面置换算法,完成几种常见的页面置换算法-Page replacement algorithm, the completion of several common page replacement algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-15
    • 文件大小:2063
    • 提供者:wanglong
  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. yemianzhihuan

    0下载:
  2. 操作系统课程作业,页面置换算法,安徽大学。-Operating system course work, the page replacement algorithm, Anhui University.
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:138760
    • 提供者:高婧
  1. curriculum

    0下载:
  2. 自己课程设计写的页面置换算法,效果还不错。-Write their own curriculum design page replacement algorithm, the results were pretty good.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-03
    • 文件大小:2353660
    • 提供者:王振海
  1. 1

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

    • 发布日期:2017-11-30
    • 文件大小:2200
    • 提供者:程逸群
  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. yemianzhihuan

    0下载:
  2. 操作系统页面置换算法模拟实验报告(先进先出置换算法,最近最久未使用置换算法,最佳置换算法 )-Operating system page replacement algorithm simulation report (FIFO replacement algorithm, the most recent time use replacement algorithm, the optimal replacement algorithm)
  3. 所属分类:File Formats

    • 发布日期:2016-01-27
    • 文件大小:413696
    • 提供者:hpr
  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. page-

    0下载:
  2. 操作系统页面置换算法的 编程,有助于理解内存分配。。。 主要有FIFO,LRU,OPT算法-Operating system page replacement algorithm programming, help to understand the memory allocation. . . There are FIFO, LRU, OPT algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:896895
    • 提供者:yyz
  1. pagechange

    0下载:
  2. 用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:1501
    • 提供者:xugu
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 24 »
搜珍网 www.dssz.com