CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 页面调度算法

搜索资源列表

  1. cz

    0下载:
  2. 操作系统的课程设计,分别是 题目一:模拟分页式存储管理中硬件的地址转换和产生缺页中断。 题目二:用先进先出(FIFO)页面调度算法处理缺页中断。 -operating system of curriculum design, is a topic : simulation tabbed storage management hardware address translation and have missing pages interruption. Topic 2 : FIFO
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:72266
    • 提供者:xb
  1. yiemian

    0下载:
  2. 页面调度算法的实验报告,全格式,绝对可用!朋友不妨试一试哦!-pages scheduling algorithm experiments, the whole format, absolutely available! Friends may try Oh!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2600
    • 提供者:郭莉
  1. yemian

    0下载:
  2. 操作系统的实习 实现页面调度算法 用visual c++实现的-operating system to achieve attachment pages scheduling algorithm used visual realization of the c
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1456
    • 提供者:戴明珠
  1. schedule

    0下载:
  2. 操作系统的页面调度算法-OS pages Scheduling Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13891
    • 提供者:zeng
  1. Proj5_2

    0下载:
  2. 一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:991511
    • 提供者:泉台
  1. page-management

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2531
    • 提供者:duane
  1. 2

    0下载:
  2. 页面调度算法,操作系统实验,C++编程,免费下载.windows编程.-Operating system paging algorithms------ experiments, C++ programming, free download.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1105
    • 提供者:xionghuihua
  1. java

    1下载:
  2. Java实现页面置换算法的调度-Java realization of the page replacement algorithm for scheduling
  3. 所属分类:Windows编程

    • 发布日期:2013-11-01
    • 文件大小:38635
    • 提供者:李云
  1. Pagebest

    0下载:
  2. 页面调度算法, 页面调度算法,几种都有了-hhdsghfsdgdsggdgsdga
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1580
    • 提供者:h
  1. LRU

    0下载:
  2. LRU页面调度算法实现缺页调试问题~这个程序当中调用lru()时出现错误,请高手帮忙分析一下这个函数当中的错误,我现在很焦急的等待各位的解疑-LRU
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2823
    • 提供者:林茜
  1. dd

    0下载:
  2. FIFO,LRU,用于实现页面调度算法,包括FIFO和LRU,非常实用,很多专家都看不懂-FIFO, LRU this program is used to excute lru and fifo and so on,it is very useful ,and many people have download it ,believe it or not
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1525
    • 提供者:zglaojiang
  1. PageAndJob

    0下载:
  2. 操作系统课程设计,页面淘汰算法以及作业调度算法的演示程序,界面美观,简单易懂,实现功能强大。-Operating system, curriculum design, page-out algorithms and job scheduling algorithm demo program, beautiful interface, easy to understand. To achieve powerful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8441039
    • 提供者:刘振华
  1. ymdd

    0下载:
  2. 操作系统中若干种页面调度算法的程序模拟,使用C实现,含实验报告。-Several kinds of operating system scheduling algorithm of the program to simulate the page, use the C implementation, including experimental report.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:369633
    • 提供者:哈哈哈哈
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:2332
    • 提供者:aihao
  1. FIFO

    0下载:
  2. 在分页式虚拟存储系统中,当硬件发出“缺页中断”后,引出操作系统来处理这个中断事件。如果主存中已经没有空闲块,则可用FIFO页面调度算法把该作业中最先进入主存的一页调出,存放到磁盘上。然后再把当前要访问的页装入该块。调出和装入后都要修改页表中对应页的标志。 FIFO页面调度算法总是淘汰该作业中最先进入主存的那一页,因此可以用一个数组来表示该作业已在主存的页面。-In the paging virtual memory system, when the hardware was given a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1664
    • 提供者:YHF
  1. LLRUR

    0下载:
  2. LRU页面调度算法实现缺页调试问题~这个程序当中调用lru()时出现错误,,请高手帮忙分析一下这个函数当中的错误,我现在很焦急的等待各位的解疑-LRU -LRU paging algorithm to debug the problem of the missing pages to this program which calls lru () error, expert help to analyze the errors which this function, I am now ve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2867
    • 提供者:baress
  1. A0022zipn

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和和缺页中断,和选择页面调度算法处理缺页中断 -The analog paging virtual memory management hardware address translation and page fault interrupt, and select the page scheduling algorithm processing missing pages interrupt
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:59929
    • 提供者:积累
  1. KKK

    0下载:
  2. 页面虚拟存储,模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。采用先进先出调度算-Page of virtual storage, to analog paging virtual memory management hardware address translation and page fault interrupt, as well as select paging algorithm processing a page fault. Using FI
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:53603
    • 提供者:king
  1. cipan

    0下载:
  2. 可以模拟操作那系统中的磁盘调度算法,比如FCFS 等。(Can simulate the operation of the system disk scheduling algorithm, such as FCFS and so on.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:39936
    • 提供者:帝国旗舰
  1. fifo页面置换算法模拟程序

    0下载:
  2. fifo页面置换算法模拟程序 1.请求分页的置换算法(FIFO && RUL算法实现);2.按给定的顺序列,输出页面调度过程包括命中 / 缺页,调入/调出;3.计算缺页率,频率。(FIFO page replacement algorithm simulation program)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:安安010
« 12 3 »
搜珍网 www.dssz.com