CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 页式虚拟存储管理

搜索资源列表

  1. 页式虚拟存储管理中地址转换和缺页中断的模拟

    0下载:
  2. 页式虚拟存储管理中地址转换和缺页中断的模拟操作
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4917
    • 提供者:陈可
  1. china

    0下载:
  2. 【操作系统】页式虚拟存储管理中地址转换和缺页中断的模拟
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1562
    • 提供者:望人
  1. 111

    0下载:
  2. 页式虚拟存储管理中地址转换和缺页中断实验的描述
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:无名
  1. 模拟页式虚拟存储管理中缺页中断先进先出淘汰算法

    0下载:
  2. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。-ramdom get memory size, page mumber, process number, page number for each page, allocated page number for the process. To calculate the page lacking number, page missing rate, wash out sequenc
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:haha
  1. xie

    0下载:
  2. 通过页式虚拟存储管理中缺页中断轮转算法的模拟设计,了解虚拟存储技术的特点,掌握页式存储管理的缺页中断轮转法。 计算缺页次数、缺页率、被淘汰的序列。-make a sence of the charasteristic of virtual store skill ,via the simulating design of interrupt cycle arithmetic,and master the missing-page interrupt cycle arithmetic about
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1176
    • 提供者:林子建
  1. 模拟页式虚拟存储管理中缺页中断

    0下载:
  2. 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction: This design require me use a most unusual swap algorithm. When swap operation is demanded, this al
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1768
    • 提供者:林子建
  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-02
    • 文件大小:2531
    • 提供者:duane
  1. ffff11122.rar

    0下载:
  2. 模拟页式虚拟存储管理中硬件的地址转换和缺页中断,采用先进先出处理缺页中断,mock-page virtual memory management hardware address translation and missing pages interruption, using FIFO interrupt handling missing pages
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:958
    • 提供者:邢飞
  1. FIFO

    0下载:
  2. 模拟页式虚拟存储管理地址转换和缺页中断,并用FIFO算法处理缺页中断。-Simulation of virtual storage management page address translation and page fault, and FIFO method to deal with page fault.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1106
    • 提供者:金婷
  1. neicunguanli

    0下载:
  2. 1.应用所学过的课程软件工程、数据结构、操作系统原理、高级语言程序设计等专业知识完成系统的分析和设计; 2.完成的系统能模拟实际应用,具体要求如下: ① 用户界面友好; ② 实现多道多任务内存管理,涉及分区管理、页式管理、虚拟存储管理; ③ 设计应遵守软件工程原则,软件有健壮性; ④ 文档规范,图表清楚,符合论文规范。 -Computer Operating System(OS) control and manage various computer systems ha
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9994791
    • 提供者:cl
  1. czxitong

    0下载:
  2. 模拟页式虚拟存储管理地址转换和缺页中断 nkanfk afn andf-Simulation of virtual memory management page address translation and page fault
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66928
    • 提供者:洋洋
  1. Simulation

    0下载:
  2. 模拟页式虚拟存储管理中硬件的地址转换和缺页中断,并用先进先出调度算法,处理缺页中断。 -Simulation on a virtual storage management hardware address and of a page fault, and advanced treatment of scheduling algorithm, interruption.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:688
    • 提供者:赵超
  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-31
    • 文件大小:2332
    • 提供者:aihao
  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. FIFO102

    0下载:
  2. 模拟页式虚拟存储管理地址转换和缺页中断,并用FIFO算法处理缺页中断。-Simulation of virtual storage management page address translation and page fault, and FIFO method to deal with page fault.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1147
    • 提供者:chun42275
  1. managemen

    0下载:
  2. 页式虚拟存储管理缺页中断的模拟系统的设计方法-Virtual memory management page page fault simulation system design method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2156
    • 提供者:nco8466zhipan
  1. pama

    0下载:
  2. 页式虚拟存储管理缺页中断的模拟系统的设计——OPT、FIFO、随机淘汰算法-Virtual memory management page page fault the design of the simulation system- OPT, FIFO, random-out algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2029
    • 提供者:jjjbj1401aoe
  1. 虚拟存储器

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。(The simulation of paged virtual storage management hardware address translation and page missing interrupt, and select Page scheduling algorithm to deal with missing pages interrupt.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:frank1..
  1. 段页式

    1下载:
  2. 编写程序完成段页式虚拟存储管理存储分配、地址重定位和缺页中断处理。(The program completes the paragraph page type virtual storage management, storage allocation, address relocation and page fault handling.)
  3. 所属分类:其他

    • 发布日期:2020-06-30
    • 文件大小:246784
    • 提供者:乔Sir
« 12 »
搜珍网 www.dssz.com