CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - virtual simulation

搜索资源列表

  1. WINDOWS_VMAlloc

    0下载:
  2. WIN2000的虚拟内存的原理机制的完全仿真与实现,没有用MFC,完全用WIN32和DDK实现.设计思想非常漂亮.-WIN2000 the principle of virtual memory mechanism simulation and fully realize without using MFC, Win32 and entirely DDK achieve. Design thinking is very beautiful.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6113
    • 提供者:wtm
  1. 模拟页面置换算法

    0下载:
  2. 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。-through writing and debugging of storage management simulation program to increase the storage management program understanding. Virtual Memory Management familiar with the pages out algorithm.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4178
    • 提供者:
  1. FCFS_LRU_OPT

    0下载:
  2. 模拟操作系统的页面置换1、 掌握操作系统的页面置换过程,加深理解页式虚拟存储器的实现原理。 2、 掌握用随机数生成满足一定条件的指令地址流的方法。 3、 掌握页面置换的模拟方法。 -simulation systems of a replacement pages, master pages operating system replacement process deepen our understanding of virtual memory pages of illustra
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13854
    • 提供者:Solo
  1. Demand_Paging

    0下载:
  2. 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用OPT、FIFO、LRU等页面淘汰算法,模拟操作系统的页面置换过程,并计算出页面缺页率.-virtual memory can provide users with a large capacity of storage space, use of OPT, FIFO, LRU algorithm eliminated, and other pages, the pages simulation operating system replac
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:48231
    • 提供者:陈妙
  1. Linux_2_36060302_36060304_36060307_36060323

    0下载:
  2. 操作系统实验:模拟LINUX操作系统的虚存管理机制,采用多道程序控制方式、多级页表、FIFO请求方式完成对实存辅存的映射管理,处理访存请求。实现了FIFO、LRU、LFU等页表淘汰算法。-Experimental operating system: LINUX operating system simulation of virtual memory management mechanism, the use of multi-channel control mode, multi-level
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:610476
    • 提供者:李毅
  1. VMware_Workstationcn

    0下载:
  2. 虚拟机的技术现在应用的越来越广了,虚拟机的软件可以在不损害原系统的情况下模拟一个真实的机器环境,允许在虚拟机下安装各种不同的操作系统,作为测试环境非常有用,本软件集成了VMwaretools-Virtual machine technology is now more and more widely applied, the virtual machine software can be without prejudice to the case of the original system a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:21818574
    • 提供者:kangl
  1. pama

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

    • 发布日期:2017-04-04
    • 文件大小:1437
    • 提供者:wangfan
  1. managemen

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

    • 发布日期:2017-04-13
    • 文件大小:1817
    • 提供者:wangfan
  1. yeshi

    0下载:
  2. 操作系统模拟虚拟页式存储管理,使用最近最久未使用(LRU)算法。-The operating system simulation virtual page storage management, use the most recent long-lost use (LRU) algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:148195
    • 提供者:阿爽
  1. staticRoute

    0下载:
  2. 在虚拟机环境下模拟静态路由如何抓包并分析,在VMTools环境下通过-Simulation in a virtual machine environment and analyze the static route to get caught in VMTools environment through
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3140
    • 提供者:zdd
  1. vmrp

    0下载:
  2. 加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1772
    • 提供者:jeremy
  1. 070410320

    0下载:
  2. 1. 存储器虚拟管理系统外存部分: 模拟文件存储空间的管理,实现模拟为新创建的文件分配存储空间。并且可以采用连续分配方式或离散分配方式。程序通过显示空闲表,文件存储信息和盘块信息来模拟存储空间的分配和回收。程序模拟首次适应算法,循环首次适应算法,最佳适应算法,最坏适应算法和离散存储来展示不同存储方式的存储过程的区别。 -1. Virtual memory management system for external memory parts: the simulation of fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2469968
    • 提供者:你超哥
  1. yeshi

    0下载:
  2. 页式虚拟存储管理中地址转换和缺页中断的模拟、司机售票员问题: 编程用fork()创建一个子进程代表售票员,司机在父进程中,再用系统调用signal()让父进程(司机)捕捉来自子进程(售票员)发出的中断信号,让子进程(售票员)捕捉来自(司机)发出的中断信号,以实现进程间的同步运行。-Virtual storage management page address translation and page fault simulation, the driver conductor proble
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:4640
    • 提供者:郭俊
  1. yemianzhihuan

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现之。产生一个需要访问的指令地址流。它是一系列需要访问的指令的虚拟地址。 页面淘汰算法采用时钟页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Design of a requested page storage management solutions. And to prepare implementation of the simulation program. Generate a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:649665
    • 提供者:hch
  1. easyVM-0.2

    0下载:
  2. easyVM是我的毕业设计,我很后悔做完它之后没有把它传到论坛上来。在我毕业来到珠海后的第十天,我的电脑被小偷入室盗走了,我四年时间里写的所有代码以及从成都带回来的回忆也随着硬盘的丢失而消失了。现在发上来的这份代码是我从邮箱里发给老师的一封邮件上拿回来的。 easyVM是一个简单得不能再简单的虚拟机,只模拟了8086及一些简单外设,可以跑MS-DOS 6.22。-easyVM is my graduation, I am sorry it did not finish af
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1532604
    • 提供者:汪宪博
  1. Sun-xVM-VirtualBox

    0下载:
  2. Sun xVM VirtualBox 用户手册 2.0.6版-- 作为一个程序员, 虚拟机的使用必不可少, 方便windows用户模拟使用linux系统。-Sun xVM VirtualBox user manual version 2.0.6- as a programmer, the use of virtual machines necessary to facilitate the simulation of windows users use linux system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1544193
    • 提供者:wang
  1. 3

    0下载:
  2. 在Linux系统下实现的虚存管理模拟程序,是操作系统课程实践之一。-Implemented in the Linux virtual memory system simulation program management, curriculum practice is one of the operating system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:19951
    • 提供者:Cara
  1. avcs-code

    0下载:
  2. 基于虚拟坐标系统的无线传感器网络仿真代码,C语言编写,Linux环境下运行-Wireless sensor network simulation code based on the virtual coordinate system, C language, run Linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:8671
    • 提供者:徐向前
  1. S4.tar

    0下载:
  2. 一种经典的基于虚拟坐标系统的紧凑路由算法S4的仿真程序,Linux下运行使用,Infocom原文作者提供-A classic S4 is a compact routing algorithm based on virtual coordinate system simulation program, running under Linux, Infocom, the original author
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:565822
    • 提供者:徐向前
  1. i686-w64-mingw32

    0下载:
  2. i686 pc 64位虚拟操作系统,用于windows下模拟linux 系统-i686 pc 64-bit virtual operating system for windows under linux system simulation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:11207419
    • 提供者:haigui
« 12 »
搜珍网 www.dssz.com