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

搜索资源列表

  1. page-management-algorithm

    0下载:
  2. 操作系统页面调度算法,C语言实现。这个是我在操作系统课上编写的代码-Operation System page management algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:9203
    • 提供者:Ray
  1. FIFO-page-replacement-algorithm

    0下载:
  2. ×FIFO页面置换算法 例如:进程P有5个页,进程访问页的顺序为:1,2,3,4,1,2,5,1,2,3,4,5;如果在内存中分配给该进程3个页面,则缺页情况 -FIFO page replacement algorithm such as: process P has five pages, the process to access pages in the order: 1,2,3,4,1,2,5,1,2,3,4,5 If the memory allocation to the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7832
    • 提供者:李亮
  1. Page

    0下载:
  2. 演示了WPF中的Page页跳转功能,十分适合新手参考,实用性很强-Demonstrated in WPF Page page jump function, very suitable for beginners reference, very practical
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1656734
    • 提供者:图南
  1. jsf-page

    0下载:
  2. jsf分页实例很好的实例,可以-Examples of good examples jsf page, you can try ....
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4007
    • 提供者:ldp
  1. Page

    0下载:
  2. 计算机系统课上编的 模拟 最近最久未使用页面置换 的算法-Page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2284
    • 提供者:汪路
  1. Page-replacement

    0下载:
  2. 基于java的页面置换,演示系统的页面置换-Java-based page replacement, page replacement demonstration system
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9982
    • 提供者:季新成
  1. Page-replacement

    0下载:
  2. 操作系统页面替换算法,包括FIFO、OPT、LRU、CLOCK算法 -Operating system virtual page replacement algorithm, including FIFO, OPT, LRU, CLOCK. The four algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3201
    • 提供者:江小五
  1. page-replacement

    0下载:
  2. 操作系统: 页面置换模拟程序设计 2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。 3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。 4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。 -Operating System: page replacement simulation prog
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:300509
    • 提供者:天蓝
  1. C-page

    0下载:
  2. 页面置换算法,用C#语言编写的操作系统的页面置换,包括三种算法,LRU,FIFO,OPT-Page
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:56678
    • 提供者:Queena
  1. cSharp-page-code

    0下载:
  2. c#分页源代码。双击就可以用。数据库自带系统中,可以更好的认识分页。-c# page source code. Double-click on the can. Own database system, you can better understand paging.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:208741
    • 提供者:john
  1. Page.class

    0下载:
  2. php分页类,有用的拿去用。来源是网络上的-php page
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2411
    • 提供者:xuhuanlin
  1. asst5-page-replacement.tar

    0下载:
  2. Simulator for LRU algorithm in linux s page replacement
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:12157
    • 提供者:kentharold
  1. DOM---Traversal-page-elements

    0下载:
  2. 该工程是用DOM操作网页接口从而实现对网页元素的遍历,是学习C++操作浏览器的绝佳代码。编码内容已注释,并按一定格式书写,值得学习借鉴-The project is the interface with the DOM manipulation in order to achieve web page elements traversal is to learn C++ code to operate an excellent browser. Encoded content has comme
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:15298370
    • 提供者:taozi
  1. page

    0下载:
  2. 页面显示加载图标 页面显示加载图标 - Page shows the loading icon Page shows the loading icon Page shows the loading icon Page shows the loading icon
  3. 所属分类:Ajax

    • 发布日期:2017-04-07
    • 文件大小:4448
    • 提供者:xiaomin
  1. CSS3jQuery-Login-Page

    0下载:
  2. 这是一个以CSS3+jQuery实现动态云特效的登录页面!-This is a CSS3+ jQuery to achieve dynamic cloud effects login page!
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-05
    • 文件大小:305921
    • 提供者:郑中平
  1. Page

    0下载:
  2. 本程序主要是实现内存页面置换算法,用C#语言实现,图形界面更易于读者理解。-This program is to achieve memory page replacement algorithm, implemented in C# language, the reader is easier to understand graphical interface.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:92792
    • 提供者:李明
  1. Page-replacement

    0下载:
  2. vs2012页面置换 多线程下展示页面置换四种算法 并且具有问保存等功能-Page replacement
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:587396
    • 提供者:mr xin
  1. page-replacement-algorithm

    0下载:
  2. 使用c++语言设计一个基于MFC的程序,模拟页式存储管理中FIFO、LRU、LFU、OPT四页面置换算法运行的过程。-Use c++ language to design a process to run the algorithm based on the MFC, Analog page memory management FIFO, LRU, LFU, OPT four-page replacement.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6800396
    • 提供者:杨婧伟
  1. html-page-templates

    1下载:
  2. html 网页模板,50个html好看的html网页模板-html page templates, 50 page templates html html nice
  3. 所属分类:Other systems

    • 发布日期:2017-06-14
    • 文件大小:22003361
    • 提供者:Loken
  1. MSDataGridLib.page

    0下载:
  2. 对MSDataGridLib.DataGrid列表中的数据进行分页显示,数据取自Access数据库,因此来说这是个非常不错的网格控件分页实例源码-Data MSDataGridLib.DataGrid list for paging display, data taken from the Access database, so this is a very good grid control page source code examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:38244
    • 提供者:5ULCHEF
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com