搜索资源列表

  1. yemianzihuan

    0下载:
  2. 用c#写的模拟操作系统页面置换算法,动态化的实现页面置换全过程-C# to write the simulation of the operating system page replacement algorithm, dynamic page replacement
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:宋园园
  1. LRU

    0下载:
  2. 模拟LRU页面置换算法---操作系统的相关知识-Simulate LRU page replacement algorithm--- operating system
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:杨兵
  1. Page_Replacement

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

    • 发布日期:2024-05-17
    • 文件大小:2457600
    • 提供者:123
  1. Page

    0下载:
  2. 在Linux系统下,用C语言实现页面置换算法的模拟实验,并比较不同算法的效率。-Linux system, using C language page replacement algorithm simulation, and the efficiency of different algorithms.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:宋阳
  1. 10

    0下载:
  2. Linux环境下,用C语言实现页面置换算法的模拟实验,并比较不同算法的置换效率。-Linux environment using C language page replacement algorithm simulation and compare different displacement efficiency of the algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:11264
    • 提供者:宋阳
  1. LRU

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张海潮
  1. ye-mian-zhi-huan

    0下载:
  2. 用c语言模拟了操作系统中页面置换算法,包含了详细的代码。-Simulated operating system page replacement algorithm contains a detailed code c language.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:280576
    • 提供者:liuyangbiao
  1. Clock

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

    • 发布日期:2024-05-17
    • 文件大小:3903488
    • 提供者:周涛
  1. Page-replacement

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

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  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 us
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:蒋树林
  1. OS_exp7

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:罗远浩
  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 algorit
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:337920
    • 提供者:廖宇豪
  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. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:杨顺刚
  1. os-coursedesign

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

  1. 3

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

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者: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. 所属分类:软件工程

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

    • 发布日期:2024-05-17
    • 文件大小:6800384
    • 提供者:杨婧伟
  1. yemimazhihuan

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

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:刘万友
  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. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:刘丹阳
  1. Bin

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

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:张某某
« 1 2 3 4 5 6 7 89 10 »

源码中国 www.ymcn.org