搜索资源列表
操作系统存储器管理模拟系统
- 本人最初学习操作系统,技术上的一些缺陷还请大家多多原谅!-I started to learn the operating system, some technical flaws also requested Members can forgive!
cunchuqisuanfa-caozuoxitongkechengsheji
- 存储器管理! 操作系统课程设计! 希望站长通过! 谢谢你! 本人在学校大学生! 由于本来没清楚!上传里相同的! 但我又上传了彼此不同的5份啊! 希望通过!-memory management! The courses on operating system design! Hope through the head! Thank you! Students in my school! Initially, he was clearly due! Li upload t
lianxu
- 模拟在连续分配与分页管理两种方式下,主存空间的分配与回收,帮助学生加深了解存储器管理的工作过程。-simulation in a row and pagination distribution management in two ways, the main memory space for the distribution and recovery, to help students better understand the storage management process.
cunchuqiguanli
- 用c++写的一个存储器管理系统功能完善请指教
dynamicDevide
- 动态分区存储管理是一种存储器管理方案。它包含四种内存分配方法:首次适应法、循环首次适应法、最佳适应法和最差适应法,这四种方法各有其优缺点。它在回收内存分区时又包含四种情况:与回收区相邻的两分区都不是空闲分区,此时直接回收该分区;与回收区低地址端相邻分区是空闲分区,而与回收区高地址端相邻分区不是空闲分区,此时将回收区与低地址端分区合并成一个空闲分区;与回收区低地址端相邻分区不是空闲分区,而与回收区高地址端相邻分区是空闲分区,此时将回收区与高地址端分区合并成一个空闲分区;与回收区低地址端和高地址端
实验三 存储器请求页式管理
- 操作系统——存储器请求页式管理算法实现源程序 ,5种算法分别的实现。-operating system -- memory management page request algorithm source, the five algorithms were realized.
虚拟存储器实验
- 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtual memory consisting of : flow
模拟段式管理内存分配与回收
- 把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
模拟文件管理系统
- 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等
memory
- WCE存储器管理,主要描述如何更好的分配存储空间-WCE memory management, the main descr iption of how to better distribution of storage space
cc
- 操作系统实验,存储管理,这个是模拟存储器管理-Experimental operating system, storage management, this is a simulation of memory management
VIRTUMEM
- 操作系统实验(任爱华),第一部分,基于Windows环境的实验,实验二,Windows虚拟存储器管理-Operating System Experiment (Renai Hua), the first part of the Windows environment based experiment II, Windows virtual memory management
caozuoxitongcunchuqiguanlisuanfa
- 操作系统中的存储器管理调度算法,内含实验报告和算法-The memory management operating system scheduling algorithm that includes lab reports and algorithms
memory
- 用C语言模拟存储器管理系统代码,VC6.0-Memory management with C language simulation system code, VC6.0++
Memory2
- 模拟存储器管理2,针对作业进行的内存管理系统模拟,VC6.0-2 analog memory management, memory management for operating the system simulation, VC6.0++
memory-management-
- 用C语言模拟虚拟存储器管理--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
memory-management-
- 用C语言模拟虚拟存储器管理-模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
内存监视
- 存储器管理 设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。
Virtual-storage
- 虚拟存储器管理。模拟分页式存储器地址转换和缺页中断。-Virtual memory management. Analog paging memory address translation and page fault.
Operating-System-B-test-reports
- 开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能-The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management