搜索资源列表
VMQuery
- Windows 系统编程,可以查询虚拟内存信息-windows system programming, can query virtual memory
虚拟内存
- 虚拟内存,这个使用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 to learn a detailed explanati
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.
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 beautiful.
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.
模拟页面置换算法
- 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。-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.
MyVirtualMemory
- 应用程序显示了如何使用虚拟内存技术来处理一个结构数组。-application shows how to use virtual memory to handle an array structure.
GetInfoOfSys
- 获得系统信息,如CPU数量,速度,版本,内存,虚拟内存,鼠标,键盘等信息-access system information, such as number of CPUs, speed version, memory, virtual memory, mouse, keyboard and other information
VirtualBytesInfo
- 一段获取进程所占用虚拟内存大小的程序,是DLL格式,可以通过JAVA来调用。-access to a process virtual memory occupied by the size of a process, the DLL format, through Java to call.
MEMORY-MANAGE
- 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
Linux_2_36060302_36060304_36060307_36060323
- 操作系统实验:模拟LINUX操作系统的虚存管理机制,采用多道程序控制方式、多级页表、FIFO请求方式完成对实存辅存的映射管理,处理访存请求。实现了FIFO、LRU、LFU等页表淘汰算法。-Experimental operating system: LINUX operating system simulation of virtual memory management mechanism, the use of multi-channel control mode, multi-level
gorman_book
- Understanding the linux virtual memory manager
UnderstandingTheLinuxVirtualMemoryManager
- Understanding+The+Linux+Virtual+Memory+Manager linux 2.4内核内存管理的分析-Understanding+The+Linux+Virtual+Memory+Manager
virtual_memory
- 本文档介绍了虚拟内存的概念和实现方法,并介绍了一些常用的内存分配原则-This document introduces the concept of virtual memory and the implementation method, and describes some common principles of memory allocation
Indepth.understanding.Linux.memory.management
- 深入理解Linux虚拟内存管理In-depth understanding of Linux virtual memory management -In-depth understanding of Linux virtual memory management
virtual-memory-control
- 虚拟内存控制。使用C语言编写,可用于控制系统使用的虚拟内存-Virtual memory control. Using the C language, can be used to control virtual memory use
Memory
- 界面比较友好,能比较清楚地看到物理内存和虚拟内存的大小和使用情况;还能整理内存。-More friendly interface, can more clearly see the physical memory and virtual memory size and usage can order memory.
virtual-memory-management
- 模拟虚拟存储 含实验报告-virtual memory
Virtual-storage-d
- 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
Linux-memory-management
- Linux内存管理,物理内存、虚拟内存。物理地址,虚拟地址,线性地址等等之间的关系。-Linux memory management, physical memory, virtual memory. Physical address, the virtual address, so the relationship between the linear address.
