CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - virtual simulation

搜索资源列表

  1. 222222222211111212

    0下载:
  2. 操作系统课程的虚拟存储的模拟。简单版。很好用-courses on operating system virtual memory simulation. Simple version. Good use
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8.31kb
    • 提供者:md
  1. 2.LRU

    0下载:
  2. 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:郝依
  1. 虚拟机仿真

    0下载:
  2. 用vc++编写的虚拟机仿真系统。可以模拟真实操作系统的一些功能。-with vc prepared by the virtual machine simulation system. Can simulate the real operating system features.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.29mb
    • 提供者:王东
  1. FIFO.rar

    0下载:
  2. 一个操作系统试验 虚拟存储器页面转换FIFO算法模拟实现,An operating system virtual memory page test conversion FIFO algorithm simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:7.52kb
    • 提供者:李杰
  1. caozuoxitong

    0下载:
  2. 请求页式存储管理地址转换模拟,通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解,熟悉虚存管理的各种页面淘汰算法。通过编写和调试地址转换过程的模拟程序以加强对地址转换过程的了解。-Requested page address translation memory management simulation, through the preparation and debugging of analog storage management procedures to deepen the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:周青
  1. sun

    0下载:
  2. 请求页式虚存管理是常用的虚拟存储管理方案之一。通过请求页式虚存管理中对页面置换算法的模拟,有助于理解虚拟存储技术的特点,并加深对请求页式虚存管理的页面调度算法的理解。-Page request for virtual memory management is commonly used as one virtual storage management solutions. Page through the request of the management of virtual memory
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1.29kb
    • 提供者:sun
  1. OperatingSystemMemoryManagement

    0下载:
  2. (1) 本实验要求使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。 (2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -(1) This experiment requires the use of C la
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:45.59kb
    • 提供者:时间
  1. 3

    0下载:
  2. c c++ 模拟虚拟分页存储管理系统 弄了蛮久的-c c++ simulation of the virtual paging memory management system, get a quite a long time
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.4kb
    • 提供者:candice
  1. easyVM_Small

    0下载:
  2. easyVM是一个简单得不能再简单的虚拟机,只模拟了8086及一些简单外设,可以跑MS-DOS 6.22。 -easyVM is a simple virtual machine could not be more simple, just a simple simulation of the 8086 and some peripherals, you can run MS-DOS 6.22.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.46mb
    • 提供者:BROOKS
  1. 1

    0下载:
  2. 操作系统模拟页式虚拟地址转换和缺页中断算法-Simulation of the operating system pages and virtual address translation page fault algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2.84kb
    • 提供者:jone
  1. Simulation

    0下载:
  2. 编写程序完成页式虚拟存储管理中地址转换过程和模拟缺页中断的处理。实验具体包括:首先对给定的地址进行地址转换工作,若发生缺页则先进行缺页中断处理,然后再进行地址转换;最后编写主函数对所作工作进程测试。 假定主存64KB,每个主存块1024字节,作业最大支持到64KB,系统中每个作业分得主存块4块。 -Writing process is complete page-based virtual memory address translation process management and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:699byte
    • 提供者:yyy
  1. OS-design

    0下载:
  2. 操作系统虚拟算法,从内存到进程再到文件和磁盘,都有模拟算法用来展示,-Operating system virtual algorithm, and then from memory to process files and disks, are used to display simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:12.35kb
    • 提供者:Thomas
  1. newtest2

    0下载:
  2. 页式虚拟存储管理中地址转换和缺页中断的模拟 操作系统课程设计-Virtual Storage Management page in the address translation and page fault simulation of the operating system curriculum design
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2.89kb
    • 提供者:啊啊
  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
    • 文件大小:165.52kb
    • 提供者:Qugo
  1. system

    1下载:
  2. 页式存储管理模拟 描述:根据虚地址中的用户号和虚页号同时查快表和慢表,当快表中存在此虚页号,就读出实页号,并计算主存实地址。如果所需页面没有在快表当中,等待慢表的访问结果,如果慢表中也不存在(装入位=0)怎产生缺页中断,调入所需页面,如果主存有空闲页面,则直接调入,否则使用LRU替换算法淘汰主存中某一页,调入新的页面,并更新快表。-Page storage management simulation Descr iption: while the investigation fast and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1.16kb
    • 提供者:高昊
  1. yemimazhihuan

    0下载:
  2. 通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点,掌握虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程,并比较它们的效率;操作系统的发展使得系统完成了大部分的内存管理工作,对于程序员而言,这些内存管理的过程是完全透明的。因此程序员从不关心系统如何为自己分配内存,而且永远认为系统可以分配给程序所需要的内存。在开发程序时,程序员真正需要做的就是:申请内存、使用内存、释放内存。该实验就是帮助读者更好地理解从程序员的角度应如何使用内存。-Through sim
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6.52kb
    • 提供者:刘万友
  1. fenyeshicunchuguanli

    0下载:
  2. 通过编写分页式存储管理的模拟程序,加深对页式存储管理方式的理解,熟悉逻辑地址到物理地址的转换过程,掌握虚拟存储管理中的页面调度算法,认识分页式虚拟存储系统中缺页中断的处理过程。-By writing tabbed storage management simulation program, deepen the page storage management understanding, familiar with the logical address to the conversion pr
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:71.04kb
    • 提供者:
搜珍网 www.dssz.com