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

搜索资源列表

  1. cvery.comvc783453772452

    0下载:
  2. 操作系统页面置换算法模拟,VC++实现,算得上是第一次写,错误是难免的,请大家指教-OS pages replacement algorithm simulation, VC, said to be the first to write, and his mistakes are inevitable, please enlighten
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:45252
    • 提供者:wangqiang
  1. os

    0下载:
  2. 本文件是用C#语言实现的操作系统页面置换算法模拟,结构清晰,模块合理,是学习操作系统算法的很好的例子
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22033
    • 提供者:franky
  1. memory_fromm_hgy

    0下载:
  2. 操作系统常用页面置换算法模拟实验 FIFO,LRU
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1471
    • 提供者:asdf
  1. czxt

    0下载:
  2. 进行操作系统页面置换算法模拟,模拟虚拟内存的各种算法
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:50781
    • 提供者:zh
  1. caozuoxitong

    0下载:
  2. 操作系统页面置换算法模拟,好东西不容错过.值得参考.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1287
    • 提供者:罗瑞海
  1. 页面置换算法(FIFO和LRU)

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

    • 发布日期:2008-10-13
    • 文件大小:6834
    • 提供者:杨鼎新
  1. 页面置换算法--存储管理

    0下载:
  2. C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴-C simulation prepared by the operating system of storage management procedures, the operating system for learning from students
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1450
    • 提供者:
  1. 操作系统页面置换算法模拟

    2下载:
  2. 一个操作系统页面置换算法模拟程序源代码希望能够帮到你 。。。
  3. 所属分类:其它

    • 发布日期:2009-05-08
    • 文件大小:1939104
    • 提供者:zhong1w2
  1. ymzh

    0下载:
  2. 操作系统内存调度中的页面置换算法模拟过程。-Scheduling the operating system memory page replacement algorithm simulation.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:4774
    • 提供者:xun
  1. zhihuanew

    0下载:
  2. 页面置换算法实验,模拟操作系统的页面置换 。-Page replacement algorithm experiment, simulation of the operating system page replacement.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:176131
    • 提供者:李真
  1. wenterzhou

    0下载:
  2. 操作系统中页面置换算法模拟,有最佳置换算法,先来先出算法和LUR算法。三者集成于一体能更好的帮助我们学习。-Page replacement algorithm in operating system simulation, the best replacement algorithm, first come, first-out algorithm and LUR algorithm. Integrated in one of the three can help us learn bette
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1136711
    • 提供者:周永文
  1. yemian

    0下载:
  2. 程序模拟的是一个操作系统页面置换算法实例-Process simulation is an operating system page replacement algorithm instance
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:31185
    • 提供者:赵卫东
  1. pagealgorithm

    1下载:
  2. 操作系统原理课程页面置换算法模拟实现有图形界面显示。-page algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:136256
    • 提供者:lxh
  1. PageReplace

    0下载:
  2. 实现操作系统页面置换算法(四个)的模拟,操作系统实验-Simulation of the operating system page replacement algorithm (four), the operating system experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:16697
    • 提供者:
  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. 模拟页面置换算法Clock

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

    • 发布日期:2013-07-08
    • 文件大小:46199371
    • 提供者:zyt_sou_zhen
  1. caozuoxitong100

    0下载:
  2. 操作系统页面置换算法模拟,好东西不容错过.值得参考.-Operating system page replacement algorithm simulation, good things should not be missed. It is also useful.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:s03xia19
  1. caozuoxitong100

    0下载:
  2. 操作系统页面置换算法模拟,好东西不容错过.值得参考.-Operating system page replacement algorithm simulation, good things should not be missed. It is also useful.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:g4anhuai90
  1. Fi

    0下载:
  2. 模拟操作系统中页面置换算法,可进行FIFO ,LRU,OPT等算法。(Simulated operating system page replacement algorithm, which can be FIFO, LRU, OPT and other algorithms.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:40960
    • 提供者:666。6
  1. 页面置换算法模拟实验操作系统大作业(含源文件)

    1下载:
  2. 华南理工大学2020秋季作业算法模拟。。。。(2020 fall homework algorithm simulation of South China University of Technology. No, no, no. no, no, no.)
  3. 所属分类:操作系统开发

    • 发布日期:2020-11-04
    • 文件大小:796672
    • 提供者:Dennis2020
« 12 3 »
搜珍网 www.dssz.com