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

搜索资源列表

  1. page-replacement-system

    0下载:
  2. 操作系统页面置换模拟系统 本软件模拟操作系统的页面置换,共有FIFO、LRU、OPT三种算法可供选择。用户可自行选择随机或手动输入指令序列的地址,本系统将自动显示各种算法的缺页率,以及那一条指令导致缺页-Analog system operating system page replacement operating system, the software simulate page replacement, total FIFO, LRU, OPT three algorithms to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:62262
    • 提供者:xuzekun
  1. page-replace

    0下载:
  2. 操作系统有主要的三种页面替换算法,此程序实现了这三种算法,简单实用-There are three main operating system page replacement algorithm, the program implements three algorithms, simple and practical
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1108152
    • 提供者:张一
  1. page

    0下载:
  2. C++实现的请求页式存储管理的模拟程序,缺页处理采用FIFO的算法!-C++ implementation of the requested page storage management simulation program, page fault handling using the FIFO algorithm!
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1227
    • 提供者:liwei
  1. Property-page

    0下载:
  2. 是有关属性页的vc++程序。对初学都 有一定的帮助。谢谢。-Is the property pages of the vc++ program. For beginners are certainly helpful. Thank you.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1924967
    • 提供者:lumingming
  1. Page

    0下载:
  2. 实现数据库分页的类,封装各种分页参数,方便实现分页搜索-Page of the entity class to achieve page
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1965
    • 提供者:zhangweijian
  1. Page

    0下载:
  2. 《操作系统》课程设计,模拟基本页式存储管理-"Operating System" curriculum design, simulate basic page storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-05-29
    • 文件大小:11373417
    • 提供者:丁骥
  1. xml-page-album-(recommended)

    0下载:
  2. xml翻页相册(推荐),按需下载。也可百度搜索此名称。-xml page album (recommended)
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:317855
    • 提供者:jonslee
  1. Page-Replacement7

    0下载:
  2. This program is written in c language and tested on linux platform. It page replacement algorithm for beginners.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1470
    • 提供者:Sagar
  1. Page-replacement

    0下载:
  2. 页面置换算法的模拟实现及命中率对比.通过模拟实现几种基本页面置换的算法,了解虚拟存储技术的特点-Simulation of page replacement algorithm, and the hit rate compared to several basic page replacement algorithm through simulation to understand the characteristics of virtual storage technology
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:169494
    • 提供者:Qugo
  1. VCPP-page-elements

    1下载:
  2. VC++自动控制网页 能够访问网页元素 如打开百度,在搜索框输入“IEPlus测试搜索以下”,然后自动点击搜索 使用COM技术 本程序包含自动得到鼠标下网页元素的方法-VC++ Autocontrol page to access page elements such as open Baidu, the search box enter
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-26
    • 文件大小:81955
    • 提供者:李辉
  1. source-code-of-simple-register-page

    0下载:
  2. 简单html注册页面源代码,c#实验前台页面与数据库的连接-code of simple register page
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:796
    • 提供者:汪巍
  1. Page-replacement(7)

    0下载:
  2. Page replacement algorithm implementation in C/C-Page replacement algorithm implementation in C/C++
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1509
    • 提供者:Pranshu Jaiswal
  1. Home-page-template

    0下载:
  2. 一个比较好的主页模板,常用来设计个人主页。-A good home page template, commonly used to design your home page.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1406004
    • 提供者:知秋
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:76237
    • 提供者:zcj
  1. page-replacement

    0下载:
  2. 包括了Clock,,FIFO,LRU,OPT,随机替换五种页面置换算法-Including the Clock, the FIFO, LRU, OPT, randomly replace the five page replacement algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:955696
    • 提供者:joe
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法的实现。里面包含了 LRU ,FIFO, 简单CLOCK,改进的CLOCK,OPT,随机算法这几种算法,然后根据情况选择算法。 -Page replacement algorithm. Which contains the LRU, FIFO, simple and CLOCK to improved CLOCK, OPT, random selection algorithm algorithm for these types of algorithms, and then dep
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:2086
    • 提供者:王心
  1. Registration-page

    0下载:
  2. 无双魔力网页+注册网页+WEB列表+手动踢卡号系统完美结合 先来说一下。无双魔力网页 是我自己修改原 魔力宝贝官方网 http://www.crossgate.com.cn 也就是这个网 改的还不错 new.htm这页面是公告 请大家自行修改自己的魔力公告 register.htm 这页面是注册的。可以自己看 sdtkh.htm 这页面是踢卡号的页面,无双魔力连接还没有连接,请大家自己改。可以改到公告那里去! 魔力注册系统我已全新从新修改过! P
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:747711
    • 提供者:杭宝伟
  1. LRU-page-replacement

    0下载:
  2. 用最近最久未使用算法实现简单的页面置换,手动输入-Recent least-recently-used algorithm to achieve a simple page replacement to manually enter
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:898331
    • 提供者:zjw
  1. simple-multi-page-browser

    0下载:
  2. 一套简洁的多页面浏览器,基于微软IE内核。具有IE浏览器的一些功能,支持多选项卡页面载入。-A simple multi-page browser based on Microsoft' s IE core. Some of the features of the IE browser, support for multi-tab page loads.
  3. 所属分类:Browser Client

    • 发布日期:2017-03-29
    • 文件大小:66767
    • 提供者:llpplplp
  1. An-ASP.NET-user-registration-page

    0下载:
  2. 一个ASP.NET用户注册页面,非常不错-An ASP.NET user registration page
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:219582
    • 提供者:小雪
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com