搜索资源列表
虚拟内存管理
- 实现虚拟的内存管理, 利用将文件划分的办法,虚拟内存的实现-virtual memory management, use of the classified documents, the realization of virtual memory
深入理解linux虚拟内存管理
- chm
学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
- 学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
fxvmm210
- 虚拟内存管理程序-virtual memory management procedures
内存
- 内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
虚拟存储器的内存管理
- 使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a threa
虚拟内存管理
- 实现虚拟的内存管理, 利用将文件划分的办法,虚拟内存的实现-virtual memory management, use of the classified documents, the realization of virtual memory
模拟页式虚拟存储管理中缺页中断先进先出淘汰算法
- 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。-ramdom get memory size, page mumber, process number, page number for each page, allocated page number for the process. To calculate the page lacking number, page
Mem_Test2.0
- 虚拟内存管理,用最先适配法,最优适配法,最差适配法-Virtual Memory management using First-fit, Best-fit and Worst-fit
虚拟内存
- 虚拟内存,这个使用vc++实现的对于虚拟内存的管理,这个程序是vc开发大全里面的源代码,可以给学习的朋友一个详细的解释。习于此道的朋友可以下载来看看。-virtual memory, the use vc++ for the virtual memory management, the procedure is vc development Daquan inside the source code, can be a friend t
VxWorks内存管理
- Vxworks内存管理: 《VxMP(共享内存).doc》、《VxVMI(虚拟内存).doc》、《09Memory.pdf》-Vxworks memory management : "VxMP (shared memory). Doc, "" VxVMI (virtual memory). Doc, "" 09Memory.pdf "
VC++6.0 内存管理编程技巧
- VC++6.0 内存管理编程技巧 包括: 1、共享内存页; 2、内存映射文件; 3、虚拟内存。-VC 6.0 memory management programming skills include : 1. Shared memory pages; 2, the memory mapping file; 3, virtual memory.
windowsmemory
- 用vc++编写的一个虚拟内存管理的程序!!界面一般,谢谢大家的支持-vc prepared using a virtual memory management procedures! ! Interface General, thank you for the support
xnnc
- 操作系统虚拟内存管理实验报告-operating system virtual memory management Experimental Report
MemManager
- 这是操作系统中的内存管理的全部debug程序,可移植性非常强,可以在VC中调试,仅供学习,请勿用于商用-This is the operating system of all the memory management debug procedures, portability is very strong. the VC debugging, is for learning, do not for business
MEMORYandlinux
- 内存管理:虚拟内存管理中的一些算法,没有调过,可作参考-memory management : virtual memory management of some algorithm, not emphasize cross reference can be made
memmgr
- Linux操作系统采用虚拟内存管理技术,使得每个进程都有各自互不干涉的进程地址空间。该空间是块大小为4G的线性虚拟空间,用户所看到和接触的都是该虚拟地址,无法看到实际的物理内存地址。 利用这种虚拟地址不但能起到保护操作系统的效果(用户不能直接访问物理内存),而且更重要的是用户程序可使用比实际物理内存更大的地址空间。 当进程需要内存时,从内核获得的仅仅时虚拟的内存区域,而不是实际的物理地址,进程并没有获得物理内存,获得
vm
- Linux的虚拟内存管理书籍,英文版,将虚拟地址,物理地址,页表等说明得不错的一本书。-Linux virtual memory management books, the English version, the virtual address, physical address, page table, such as a good descr iption of a book.
xunineicun
- linux下设置虚拟内存了解Linux内核中与虚拟内存管理相关的变量和函数 理解Linux内核对虚拟内存的管理;掌握虚拟内存管理信息统计的方法的实验报告,有详细的操作和截图
设计一个虚拟内存管理器
- 实现虚拟内存的分页系统, 模拟进程调度过程中的内存管理(A paging system for virtual memory to simulate memory management in process scheduling)