搜索资源列表
虚拟内存
- 虚拟内存,这个使用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
实验六 Windows 2000虚拟内存
- 一个虚拟内存实验,对刚学习的朋友很有用。-an experimental virtual memory, learning just friends useful.
实验七 Windows 2000虚拟内存-2
- 也是虚拟内存的实验,不过和第一个不同,从另一个角度来实现的。-is virtual memory, but a different one and, from another point of view to achieve.
虚拟内存管理
- 实现虚拟的内存管理, 利用将文件划分的办法,虚拟内存的实现-virtual memory management, use of the classified documents, the realization of virtual memory
深入理解linux虚拟内存管理
- chm
学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
- 学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
iseemem
- 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术,防护效果有了一个质的提升。YZ 编写,编译器:VC6。-for C or C program memory protection system, which can effectively detect memo
page_change
- 虚拟内存分配、回收和内外存交换的算法-virtual memory allocation, recovery and foreign exchange deposit algorithm
fxvmm210
- 虚拟内存管理程序-virtual memory management procedures
内存
- 内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
VirtualMemory
- program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, ME
虚拟内存管理
- 实现虚拟的内存管理, 利用将文件划分的办法,虚拟内存的实现-virtual memory management, use of the classified documents, the realization of virtual memory
共享内存
- 一个共享内存的程序,根据windows的虚拟内存原理实现-a shared memory of the procedure, according to the windows to achieve virtual memory Principle
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
virtualMem
- 使用win32 API 实现分配虚拟内存。对window操作系统的内存结构,以及应用程序的内存使用情况都有帮助。-use win32 API virtual memory allocation. Window operating system to the memory structure and the application of the use of memory can help.
VirtMALLOC
- 可以分配进程下面的虚拟内存空间,并对其进行操作-process to be allocated under the virtual memory space, and its operation
WINDOWS_VMAlloc
- WIN2000的虚拟内存的原理机制的完全仿真与实现,没有用MFC,完全用WIN32和DDK实现.设计思想非常漂亮.-WIN2000 the principle of virtual memory mechanism simulation and fully realize without using MFC, Win32 and entirely DDK achieve. Design thinking is very beautifu
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.
设计一个虚拟内存管理器
- 实现虚拟内存的分页系统, 模拟进程调度过程中的内存管理(A paging system for virtual memory to simulate memory management in process scheduling)