搜索资源列表
动态存储管理(C语言)
- 动态存储管理的虚拟实现(包括程序文档)- Dynamic storage management hypothesized realization (including procedure documents)
存储管理模拟程序
- 这是一个操作系统存储管理程序-OS storage management procedures
存储管理
- 一个用C做得存储管理-doing a C storage management
虚拟存储管理器的页面调度算法实现
- 虚拟存储管理器的页面调度算法实现-Virtual Storage Manager pages Scheduling Algorithm
模拟分页式存储管理
- 模拟分页式存储管理中硬件的地址转换和用先进先出调度算法(FIFO)处理缺页中断-simulation tabbed storage management hardware address translation, and the use of FIFO scheduling algorithm (FIFO) interrupt handling missing pages
存储管理
- 存储管理 存储将指令序列变换成为页地址流 设:①页面大小为IK; ②用户内存容量为4页到32页; ③用户虚存容量为32K。 在用户虚存中,按每K存放10条指令排列虚存地址,即320条指令在虚存中的存放方式为:-storage management storage instruction sequences will transform into page-based address : IK page size; user memory
页式虚拟存储管理中地址转换和缺页中断
- 页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。-Page storage management in virtual address translation and page fault, which is the operating system rewards End internship hours to do
分页存储管理算法VB程序演示
- 这个程序是由Visual Basic 6.0所编,它主要演示了关于分页存储管理中的随机分页的过程,程序可演示4个作业的分配,但总长度不可打于64,它可以显示作业号、页表长度、作业长度、状态(空项、已分配)。通过点击按键“我有作业要分配”来激活分配。程序共由两个表格、一个按键组成。关于不同的作业运用了不同的颜色,可以让读者看出这个页分配给了哪个作业。“空项”表示该作业还不存在,“已分配”表示该作业已分配完了,对照作业号上的颜色,可以看出哪
页面置换算法--存储管理
- C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴-C simulation prepared by the operating system of storage management procedures, the operating system for learning from students
模拟固定分区存储管理的分配与回收
- 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area
一个用C做得存储管理
- 一个用C做得存储管理,很好用的,是操作系统的实验-doing a C storage management, good use, the operating system is experimental
存储管理分区分配算法的源码
- 这是一个存储管理分区分配算法的源码,操作系统的-this is a source code of save the charge sectors,for operating system
一个用c语言编写的存储管理模拟程序
- 一个用c语言编写的存储管理模拟程序,操作系统的-a language with the storage management simulation program, operating system
页式虚拟存储管理中地址转换和缺页中断的模拟
- 页式虚拟存储管理中地址转换和缺页中断的模拟操作-Page storage management in virtual address translation and page fault simulation operation
Linux0.01存储管理
- Linux0.01存储管理代码 最精简的linux存储管理代码 适合初学者-Linux0.01 storage management code linux most streamlined storage management code for beginners
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业
页式存储管理方案
- 页式存储管理方案算法的模拟系统 课程设计的代码 得了优秀,-page memory management algorithm for the simulation program curriculum design system code had outstanding, huh
可变分区存储管理
- 哈哈,2. 实现分区存储管理的内存分配功能,选择适应算法(首次适应算法,最佳适 应算法,最后适应算法,最坏适应算法),好-Haha, 2. To achieve storage management through the memory allocation function, the choice of adaptation algorithms (first adaptation algorithm, the best adapta
简单可变分区存储管理
- 简单算法简单可变分区存储管理,实现4种基本算法-simple algorithm is simple variable storage area management and achieve four basic algorithm
存储管理实验
- 操作系统的存储管理实验,里面有FIFO算法和LRU算法,还有CLOCK核心算法(The storage management experiments of the operating system include the FIFO algorithm and the LRU algorithm, and the CLOCK core algorithm.)