搜索资源列表

  1. 先进先出页面算法程序

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement alg
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:asdf
  1. PrintMultiPage

    0下载:
  2. 多页打印的实现,可以将一个大的视图分多页打印出来,支持打印御览-The realization of multi-page print, you can view a large multi-page print out points to support the print Yu Lan
  3. 所属分类:打印编程

    • 发布日期:2024-05-21
    • 文件大小:45056
    • 提供者:谢红伟
  1. fifo_lru_opt

    0下载:
  2. 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:wz
  1. NRU

    0下载:
  2. 最近未使用页淘汰(NRU)算法或者时钟算法是实际使用的诸多页淘汰算法中的一种。本课程设计是使用C程序设计语言,在windows平台下对页淘汰(NRU)算法模拟,通过页淘汰(NRU)算法的模拟来进一步的加深对使用NRU算法的了解,及对C程序设计语言的使用。 关键词:页淘汰 NRU 时钟算法 -unused pages recently eliminated (NRU) algorithm or clock algorithm is
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:105472
    • 提供者:戴天天
  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of p
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:238592
    • 提供者:刘利辉
  1. pageflip_v22

    0下载:
  2. flash中实现翻书效果的源代码,功能完善,可以用鼠标拖拽或双击实现向前或向后翻页,可以设置该页是软页还是硬页,还可以实现页的跳转-flash book to achieve the effect of the source code, complete functions, can double-click or drag the mouse to achieve forward or backward flip, can set t
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-21
    • 文件大小:146432
    • 提供者:charming
  1. page.change

    0下载:
  2. 功能介绍: l 输入进程P总共有的页面数,l 并输入系统已经在内存中分配的页面数。当所分配的页面数大于进程P的页面数时,l 则不l 需要进行页面调度工作。 l 由进程P的页面数目,l 程序随机生成一些访问内存的页面号,l 为简化程序,l 这些页面号的数目同l 进程P的进程数目一致(这个缺陷也有待改进)。 l 由用户选择FIFO算法还是LRU算法对进程P的页面访问内存分配的页面进行分配,l 并输出具体的页面访问过程。 原理
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-21
    • 文件大小:82944
    • 提供者:
  1. Pages_Replace

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

    • 发布日期:2024-05-21
    • 文件大小:45056
    • 提供者:杨杰
  1. clock-algorithm

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:代怀凯
  1. JsMinGUI

    0下载:
  2. Javascr ipt批量压缩器,可批量优化js代码,减小文件体积,加速你的网页。-Javascr ipt batch compression, which can be optimized Batch js code, reducing the volume of paper, speed up your web page.
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:207872
    • 提供者:keke
  1. new

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:
  1. simple_tab_control_2007

    0下载:
  2. 一个Tab控件,动态创建,不需要嵌入属性页和对话框,大大减少代码。CMyTabCtrl - Very Simple Dynamic Tab Control for MFC。-A Tab control, dynamic creation, does not require embedded property page and dialog box, greatly reducing the code. CMyTabCtrl- Very
  3. 所属分类:PropertySheet

    • 发布日期:2024-05-21
    • 文件大小:112640
    • 提供者:sangjisheng
  1. FIFO_LRU

    0下载:
  2. 操作系统中的页面置换算法 ,用Vc6.0写的 近乎完美-Operating system page replacement algorithm, with near-perfect written Vc6.0
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:huihui
  1. page-1

    0下载:
  2. page-1 swf oujon xinxue
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:oyyee
  1. TPageControlEX

    0下载:
  2. 在pagecontrol每一页,添加一个关闭按钮-In pagecontrol each page, to add a Close button
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:zdz
  1. page

    0下载:
  2. 利用struts开发的一个分页源码示例,可以直接导入到myeclipse下.-The use of struts to develop a paging source code examples, can be directly imported into under myeclipse.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1831936
    • 提供者:sunda
  1. AutoPage

    0下载:
  2. 自动翻页功能...可以设定翻页的时间,解决阅读时需要不停手动翻页的烦恼-Auto-flip feature page ... can set the time to address the reading needs of non-stop manually flip the trouble
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:seloda
  1. CLOCK

    0下载:
  2. 这是一个时钟页面替换算法,用于操作系统存储器的页面替换,运行于VC++平台-This is a clock page replacement algorithm for the operating system memory page replacement, running on VC++ Platform
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:陈梅
  1. page

    0下载:
  2. 将网页数据分页的方法运用到delphi上的实例-Page data paging method applied to the example of delphi
  3. 所属分类:数据库系统

    • 发布日期:2024-05-21
    • 文件大小:359424
    • 提供者:陈忠权
  1. osp1

    0下载:
  2. 内存管理的四种页面置换算法 FIFO LRU NUR OPT-Memory management page replacement algorithm for the four FIFO LRU NUR OPT
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:223232
    • 提供者:子小
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org