搜索资源列表
动态存储管理(C语言).rar
- 动态存储管理的虚拟实现(包括程序文档)
存储管理源程序.rar
- 一个用c语言编写的存储管理模拟程序
一个用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做的页面的存储管理程序,操作系统的实验-This is a C so pages of storage management processes, the experimental operating system
一个用c语言编写的存储管理模拟程序
- 一个用c语言编写的存储管理模拟程序,操作系统的-a language with the storage management simulation program, operating system
页式虚拟存储管理中地址转换和缺页中断的模拟
- 页式虚拟存储管理中地址转换和缺页中断的模拟操作
Linux0.01存储管理
- Linux0.01存储管理代码 最精简的linux存储管理代码 适合初学者-Linux0.01 storage management code linux most streamlined storage management code for beginners
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
页式存储管理方案
- 页式存储管理方案算法的模拟系统 课程设计的代码 得了优秀,-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 adaptation algorithm, Finally adapta
简单可变分区存储管理
- 简单算法简单可变分区存储管理,实现4种基本算法-simple algorithm is simple variable storage area management and achieve four basic algorithm
模拟页式虚拟存储管理中缺页中断理想型淘汰算法
- 模拟页式虚拟存储管理中缺页中断理想型淘汰算法1. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。 -mock-page virtual memory management page interruption na ideals out an algorithm. Random determine memory size, number of pages, number of processes, each process p
存储管理模拟程序
- 这是一个操作系统存储管理程序-OS storage management procedures
动态存储管理(C语言)
- 动态存储管理的虚拟实现(包括程序文档)- Dynamic storage management hypothesized realization (including procedure documents)
存储管理---动态分区分配/回收算法的模拟
- 主存的分配和回收的实现是与住存储器的管理方式有关的。解决多进程如何共享主存空间的问题。当进程运行完时将进程所占的主存空间归还给系统。可变分区存储管理方式,分区分配中所用的数据就够采用空闲分区说明表和空闲分区链表来进行。
存储管理
- 请求分页式存储管理,源文件及可执行文件 请求分页式存储管理,源文件及可执行文件
存储管理实验
- 操作系统的存储管理实验,里面有FIFO算法和LRU算法,还有CLOCK核心算法(The storage management experiments of the operating system include the FIFO algorithm and the LRU algorithm, and the CLOCK core algorithm.)
操作系统课程设计报告 分页存储管理系统
- 操作系统课设,基本分页存储管理系统的模拟。(Simulation of paging storage management system)
模拟动态存储管理设计
- C模拟操作系统动态分区式存储管理中最佳适应算法的实现(The realization of the best adaptive algorithm in C dynamic operating system dynamic partition storage management)