搜索资源列表
CAOZUOXI
- 本源代码是针对存储管理的设计,可直接用TC打开使用,有问题请与本人联系,共同探讨!-storage management design can be directly used with TC open, and I question, please contact, and explore together!
AT91RM9200-BasicMmu-ARM1_2-2_0
- at91rm9200的mmu存储管理单元资料,文档和源代码 -at91rm9200 storage management modules, documentation and source code
Linux0.01存储管理
- Linux0.01存储管理代码 最精简的linux存储管理代码 适合初学者-Linux0.01 storage management code linux most streamlined storage management code for beginners
页式存储管理方案
- 页式存储管理方案算法的模拟系统 课程设计的代码 得了优秀,-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
模拟页面置换算法
- 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。-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.
datePersistentStorage
- 记录存储管理系统(RMS)是MIDP上的标准数据持久性开始系统,些程序以一个电话本为原型,实现了数据在本地持久存储的程序。-records storage management system (RMS) is the standard MIDP persistent data system began, more procedures to a telephone for the prototype, achieving lasting data in the local storage pro
OSshiyan5
- 通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法-by requesting page memory management algorithm simulation replacement pages design, storage virtualization technology features, master-page request for storage management algorithm replacement pages
分页存储管理算法VB程序演示
- 这个程序是由Visual Basic 6.0所编,它主要演示了关于分页存储管理中的随机分页的过程,程序可演示4个作业的分配,但总长度不可打于64,它可以显示作业号、页表长度、作业长度、状态(空项、已分配)。通过点击按键“我有作业要分配”来激活分配。程序共由两个表格、一个按键组成。关于不同的作业运用了不同的颜色,可以让读者看出这个页分配给了哪个作业。“空项”表示该作业还不存在,“已分配”表示该作业已分配完了,对照作业号上的颜色,可以看出哪几页是被分配给该作业的。-Visual Basic 6.04
第五章 存储管理
- 操作系统进度管理优先代码,我们班的课程设计-progress of the operating system code management priorities, we have covered the curriculum design
PageManagement
- 操作系统功能中,请求页式存储管理的实现程序,C语言编程实现-Operating system functions, the request for page storage management implementation program, C programming language implementation
Unix_system_design
- 本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
ccode3
- 一个c下的 可变分区存储管理方案中的内存分配程序 供参考-C under a variable partition of storage management solutions for the memory allocation procedure reference
Fixed
- 实现固定分区存储管理方式下存储空间的分配和去配-To achieve a fixed partition memory management mode memory space allocation and de-allocation
2
- 模拟页式存储管理方案中内存空间的管理和分配-Analog page storage management program management and allocation of memory space
Password.Manager
- windows 密码 管理。windows下一个管理密码的工具,可以借此学习一般的gdi,密码算法,视图,数据存储管理等技术。-windows password management
memory
- 该程序模拟可变分区存储管理技术管理内存,分配算法是最先适应分配算法。可以为作业分配内存、回收内存,在内存不够时可以进行主存紧凑。-The program simulated a variable partition storage management technology management memory allocation algorithm is first to meet the allocation algorithm. Can allocate memory for the op
fenqu
- 可分辨分区存储管理方式内存的分配与回收 。 编写程序,采用可变分区存储管理方式实现内存的分配与回收。首先确定内存空间的分配表,其次采用最优适应算法(BFA)完成,最后编写主函数对所做的工作进行测试。-Distinguished geographical allocation of memory storage management and recovery. Programming, using variable partition memory management and memory al
存储管理实验
- 操作系统的存储管理实验,里面有FIFO算法和LRU算法,还有CLOCK核心算法(The storage management experiments of the operating system include the FIFO algorithm and the LRU algorithm, and the CLOCK core algorithm.)
存储管理
- 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率。 1.先进先出的算法(FIFO) 2. 最近最少使用的算法(LRU) 3.最佳淘汰算法(OPT)