搜索资源列表

  1. Pages_Replace

    0下载:
  2. 本人编写的一个操作系统-页面置换算法演示程序。里面有代码和可执行程序-I prepared an operating system-page replacement algorithm Demonstration Program. There are code and executables
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45823
    • 提供者:杨杰
  1. ymchh

    0下载:
  2. 这个页面置换我觉得还不错,,但有点不全面,-the replacement pages I think was pretty good, but somewhat comprehensive,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5044
    • 提供者:张培德
  1. FCFS_LRU_OPT

    0下载:
  2. 模拟操作系统的页面置换1、 掌握操作系统的页面置换过程,加深理解页式虚拟存储器的实现原理。 2、 掌握用随机数生成满足一定条件的指令地址流的方法。 3、 掌握页面置换的模拟方法。 -simulation systems of a replacement pages, master pages operating system replacement process deepen our understanding of vi
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13854
    • 提供者:Solo
  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. clock-algorithm

    0下载:
  2. 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:代怀凯
  1. M_Management

    0下载:
  2. 操作系统中内存管理页面置换算法的模拟程序,采用的是LRU置换算法-operating system memory management page replacement algorithm simulation procedures and the replacement of LRU algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:28392
    • 提供者:由小诗
  1. chucunguanli

    0下载:
  2. 计算机存储管理模拟:模拟存储管理的页面置换算法等-Computer Storage Management Simulation : Simulation of memory management page replacement algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:53184
    • 提供者:李建龙
  1. student

    0下载:
  2. 学习使用页面置换算法FIFO和LRU,进一步了解操作系统中页面分配及中断。-learning to use replacement pages FIFO and LRU algorithm, a better understanding of the operating system and the allocation of pages interruption.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7376
    • 提供者:王雪
  1. Demand_Paging

    0下载:
  2. 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simu
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:48231
    • 提供者:陈妙
  1. yemianzhihuang

    0下载:
  2. 编程模拟实现页面置换算法——操作系统课程设计-programming simulation algorithm replacement pages -- Operating System Design
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2017734
    • 提供者:wsstc
  1. jiangshun

    0下载:
  2. 页面置换算法 是我的操作系统课程设计 只有代码-page replacement algorithm is the only operating system code curriculum design
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1668
    • 提供者:js
  1. fifo

    0下载:
  2. 计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44494
    • 提供者:孤鸿影
  1. newfifo

    0下载:
  2. 能够实现操作系统中页面置换算法(先进先出算法)-to achieve operating system page replacement algorithm (SJF)
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:667
    • 提供者:gejiayuan
  1. new

    0下载:
  2. 页面置换算法模拟的简单实现,及相关过程.-page replacement algorithm simulation of a simple realization, and the related process.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1518
    • 提供者:
  1. LRUzhihuansuanfa

    0下载:
  2. LRU页面置换算法,我们学校老师分配的任务,大家可以做参考!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11203
    • 提供者:zhangkuisong
  1. pagereplace

    0下载:
  2. 页面置换算法演示,程序中含有一些对控制台输出和事件进行控制的API函数.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17472
    • 提供者:chenroy
  1. FIFO_LRU

    0下载:
  2. 操作系统中的页面置换算法 ,用Vc6.0写的 近乎完美
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11524
    • 提供者:huihui
  1. 1234

    0下载:
  2. 1.程序的功能是实现FIFO算法和LRU算法。 2.在界面上设置选择按钮,可以选择FIFO算法或者LRU算法进行页面置换。 3.页面序列可以随机生成。 4.在进行页面置换前,可以设置随机生成的页面数,以及物理内存块数。 5.在进行页面置换时,在界面上可以看到每一步的页面置换过程,以及当前页面序列和物理内存块的信息。 6.在界面上设置“开始”、“暂停”、“继续”、“重做”等按钮,实现相应的功能。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:87083
    • 提供者:daiuirchuan
  1. osp1

    0下载:
  2. 内存管理的四种页面置换算法 FIFO LRU NUR OPT
  3. 所属分类:WEB源码

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

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

    • 发布日期:2008-10-13
    • 文件大小:22033
    • 提供者:franky
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »

源码中国 www.ymcn.org