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

搜索资源列表

  1. OperatingSystem

    0下载:
  2. 该程序涉及进程创建和撤销相关理论;涉及信号量相关理论;涉及进程调度相关理论; 涉及死锁相关理论;涉及页面置换相关理论;涉及磁盘调度相关理论;涉及内存管理相关理论;是一个真实的内核实验,它涉及了可执行文件的装载与重定位。 -The program involves the process of creation and revocation of the relevant theory related Semaphore related theory involved in the proce
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:31270
    • 提供者:李方
  1. OPT

    0下载:
  2. 置换策略:也称淘汰策略,涉及的是当内存可用空间不能装下需要调入的信息时,决定调出已占用内存某个区域的那一块信息以便腾出空间。 OPT该算法的基本思想是:发生缺页时,有些页面在内存中,其中有一页将很快被访问(包含紧接着的下一条指令的那页),而其他页则可能要到10、100、或1000条指令之后才被访问,每个页都可以用在该页面首次被访问前所要执行的指令数进行标记 -Replacement Policy: also known as the phase-out strategy, involvi
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:171887
    • 提供者:曾华
  1. Project1

    0下载:
  2. 实现页面的自动更换!这是我的第一个程序!请大家多多关照!-To achieve the automatic replacement of the page! This is my first program! Please take care of you lot!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:186978
    • 提供者:万勇
  1. JspReadRemotePic

    0下载:
  2. 本程序可用于在线编辑器提交内容时自动从网页中获得src图片地址,然后把远程图片下载到本地服务器,并把原网页中的地址替换成本地的地址。直接放在根目录上运行就行了。 -This procedure can be used to submit content online editor automatically from a Web page when the src image address, then remote images to download to a local server, a
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:64892
    • 提供者:xinfei
  1. photo

    0下载:
  2. 图片网站,可生成静态页面,方便更换页面模板。-Photo site, you can generate static pages, to facilitate the replacement page templates.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-06-09
    • 文件大小:16816299
    • 提供者:郭怀文
  1. Vir_Mem

    0下载:
  2. 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Recently Used) 4) 最不经常使用法(Least Frequently Used) 5) 最近未使用法(No Used Recently) 其中,命中率=1-页面失效次数/页地址流长度。 试对上述算法的性能加以较各:页面个数和命中率间的关系;同样情况下的命中率
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:2112
    • 提供者:zhongkeli
  1. NAND_FLASH_FACTORY_PROGRAM

    0下载:
  2. 一、 概况 1. NAND 闪存的种类 2. NAND 闪存的框架 3. 非全页的编程(Partial Page Programming) 4. 从NAND 启动(Booting From NAND) 二、 NAND 闪存的可靠性问题 1. 坏块管理(Bad Block Management,BBM) 2. 坏块管理算法的规范 (BBM Algorithm Specification) 3. 6 个工厂编程的坏块管理的要素(Six BBM
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2126054
    • 提供者:livimi
  1. VietOCR-3.1.2-src

    0下载:
  2. Descr iption: A Java/.NET GUI frontend for Tesseract OCR engine. Supports optical character recognition for Vietnamese and other languages supported by Tesseract. VietOCR is released and distributed under the Apache License, v2.0. Fe
  3. 所属分类:Java Develop

    • 发布日期:2016-02-26
    • 文件大小:7952384
    • 提供者:BoinK
  1. batch-replace_utf8

    0下载:
  2. php批量替换程序 UTF-8版 可以扫描指定目录的所有文件,进行内容替换。可用于被批量挂马的删除以及批量更新页面某些内容。 在文件数量非常多的情况下,本操作比较占用服务器资源,请确脚本超时限制时间允许更改,否则可能无法完成操作。-php bulk replacement program UTF-8 version can scan all the files in the specified directory, for content replacement. Can be use
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-29
    • 文件大小:3930
    • 提供者:周亮
  1. LRU-update-Cache-

    0下载:
  2. LRU置换算法是选择最近最久未使用的页面予以置换。该算法赋予每个页面一个访问字段,用来记录一个页面自上次被访问以来经历的时间T,当须淘汰一个页面时,选择现有页面中T值最大的,即最近最久没有访问的页面。这是一个比较合理的置换算法。-LRU replacement algorithm is to select the page from lack of use the most recent to be replaced. The algorithm gives an access field in
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1008
    • 提供者:shen6041
  1. qingqiufenye

    0下载:
  2. 操作系统课程设计作业 虚拟实现操作系统的请求分页模块 实现了FIFO,LRU,最后输入-1可调用最佳置换算法 按提示输入即可。-Operating System Course Design work to achieve the operating system virtual page module at the request of the FIFO, LRU, the last input-1 can be called the best replacement algori
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1701
    • 提供者:宋洪伟
  1. 3.1

    0下载:
  2. 这个网页可以显示当前的时间和日期并且更换图片适合学生交作业用啦,当然作为完整网页的一部分也有参考价值-This page can display the current time and date and the replacement image for the students hand in papers with you, of course, also as part of a complete web page with a reference value
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-06
    • 文件大小:1034758
    • 提供者:沈桦
  1. 1

    1下载:
  2. :(1)从置换算法中任选2种;(2)建立页表;(3)设计的输入数据要能体现算法的思想(4)事先假定分配的物理块是空闲的;(5)求出各置换算法中的缺页次数和置换次数 -: (1) Choose from two kinds of replacement algorithm (2) building the page tables (3) design of the input data to reflect the thinking of the algorithm (4) presupp
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1630
    • 提供者:张凯强
  1. emlog_4.0.1

    0下载:
  2. 支持日志url自定义,对搜索引擎更为友好 独有的碎语(微博)功能,让你用简单的文字记录生活 一键式更换模板,方便快捷打造个性博客 清爽的日志撰写页面、配以自动保存,书写博文更加舒适无忧 日志草稿箱功能,方便保存你未完成的日志 完美支持手机访问,随时随地记录你的生活 支持离线写作,你可以使用Windows Live Write等软件撰写博文 灵活的侧边栏组件(widgets)管理,轻松组合、自定义你喜欢的组件 支持强大的插件扩展功能,随意选择实用的插件,让你的博客无
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:474321
    • 提供者:nafdac
  1. yemianzhihuan

    0下载:
  2. 关于页面置换的小程序,包含源代码和重要注释-Replacement of the applet on the page, including source code and important notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2135
    • 提供者:杨雪峰
  1. yemianzhihuansuanfa

    0下载:
  2. 实现请求页式存储管理的几种基本页面置换算法。-Realize the request of several management page storage basic pages replacement algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:307020
    • 提供者:wangjing
  1. PageProcedure-

    0下载:
  2. 模拟页式存储器管理程序(包含最佳置换、先进先出置换、最近最少使用置换算法)-Analog page memory management procedures (including the best replacement FIFO replacement, the least recently used replacement algorithm)
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3963221
    • 提供者:vivian
  1. os

    0下载:
  2. 操作系统内存置换算法,页面调度算法。os算法-Memory replacement algorithms, page scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:7270
    • 提供者:3x
  1. qt1616

    0下载:
  2. 0.用批量替换工具把hao.mu114.com替换成你的域名(不要带www.) 1.首先--域名转向指定的空间 2.在空间里设置 默认主页 顺序为 index.asp,index.html,default.asp 3.进入后台 http://你的网址/admin123 用户名 admin 密码 mu114 4.进入后打开 常规管理 - 网站基本参数(可视模式) 填写基本信息 红色的为必填项,其他可以先不填写,以后慢慢懂了再填写.
  3. 所属分类:Other systems

    • 发布日期:2017-05-31
    • 文件大小:13629160
    • 提供者:陈凯
  1. experment

    0下载:
  2. 一个内存页面的LRU(最近最久未使用)替换算法演示,一个管道的多字节分时处理模拟。-A memory page of the LRU (Least Recently Used) replacement algorithm demo, and a pipeline of multi-byte time-sharing processing simulation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3499
    • 提供者:谭继林
« 1 2 ... 17 18 19 20 21 2223 24 25 26 »
搜珍网 www.dssz.com