搜索资源列表
操作系统课设
- 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three r
conan
- 操作系统实验课程中模拟虚拟存储器的算法 使用先进先出调度算法实现-experimental courses operating system virtual memory simulation algorithm using FIFO scheduling algorithm
虚拟存储器实验
- 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtu
虚拟存储器
- 关与操作系统的c模拟程序-customs and operating systems, c Simulation Program
虚拟存储器的内存管理
- 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a threa
虚拟存储器实验
- 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtu
模拟段式管理内存分配与回收
- 把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
操作系统课设
- 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three r
visualmemory
- 虚拟存储器的源代码-virtual memory source
FCFS_LRU_OPT
- 模拟操作系统的页面置换1、 掌握操作系统的页面置换过程,加深理解页式虚拟存储器的实现原理。 2、 掌握用随机数生成满足一定条件的指令地址流的方法。 3、 掌握页面置换的模拟方法。 -simulation systems of a replacement pages, master pages operating system replacement process deepen our understanding of vi
Demand_Paging
- 实现虚拟存储器能给用户提供一个容量很大的存储空间,采用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 simu
pageExchange
- 在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实习帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-In the computer system, in order to enhance the utilization of main memory is often the auxilia
test4
- 模拟请求分页虚拟存储器管理技术中的硬件地址变换、缺页中断,以及页面淘汰算法,处理缺页中断。-Simulation request paging virtual memory management technology in the hardware address translation, page fault, as well as page-out algorithm, handle page fault.
AMD64-ArchitectureManualV2_SystemProgramming
- 本书介绍了AMD64架构下系统软件可以管理的资源和功能,包括操作模式控制,存储器管理,中断和异常,任务和状态更改管理,系统管理模式(包括电源管理),多处理器支持,除错和处理器初始化。 系统编程概览 x86与AMD64架构的区别 系统资源 分段的虚拟存储器 异常和中断 设备检测机制 系统管理模式 128位,64位及x87编程 任务管理 除错和性能资源 处理器初始化和长模式激活 安全虚拟机
1
- 虚拟存储器实验-Virtual memory experiment
czxt
- 设计一个简单的虚拟存储器管理系统,模拟实际的页面调度算法与过程,通过该系统的设计,掌握页面调度的几种主要算法。-Design of a simple virtual memory management system, simulated the actual page with the process of scheduling algorithm, through the system design, master schedulin
Vreplace
- 模拟虚拟存储器 调用页面时若没有实页就中断 请求页面置换 算法是FIFO-Simulation of virtual memory called pages if there is no real interrupt request page on the page replacement algorithm is FIFO
FIFO
- 一个操作系统试验 虚拟存储器页面转换FIFO算法模拟实现-An operating system virtual memory page test conversion FIFO algorithm simulation
xunicunchuqi
- 虚拟存储器的实现,当发生缺页中断时,采用先进先出算法调度!-The realization of virtual memory, page fault occurs when using FIFO scheduling algorithm!
虚拟存储器
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。(The simulation of paged virtual storage management hardware address translation and page missing interrupt, and select Page scheduling algorithm to deal with missing pages inter