搜索资源列表
虚拟内存
- 虚拟内存,这个使用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
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.
实验六 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.
内存
- 内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
虚拟内存管理
- 实现虚拟的内存管理, 利用将文件划分的办法,虚拟内存的实现-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
学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
- 学习 ARM 系列 -- FS2410 开发板上启用 MMU 实现虚拟内存管理
虚拟内存
- 虚拟内存.apk.zip
ava模拟操作系统的lru虚拟内存换页算法
- java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
cachesrc
- 一个设置并可实时监控NT虚拟内存大小的程序- An establishment and may the real-time monitoring NT hypothesized memory size procedure
MMU_PowerPC_ARM_MemoryMapUint_VxWorks
- 讲述了MMU地址映射机制,并且阐述了ARM架构下MMU机制以及PowerPC下的MMU机制,并且详细讲述了VxWorks系统下的MMU地址映射机制、物理内存、虚拟内存的管理等等,是学习虚拟内存以及物理内存映射的很好资料。-This paper introduced MMU and VxWorks s MMU. It also explained the ARM and PowerPC.
minigui-res-1.6.10.tar
- MiniGUI 是一款面向实时嵌入式系统的图形用户界面支持系统。MiniGUI 的开发起始于 1998 年底,到现在已历经近十年时间。经过飞漫软件多年的精心打造,MiniGUI 已经成为性能优良、功能丰富的跨操作系统嵌入式图形用户界面支持系统.和 Linux 这样的类 UNIX 操作系统相比,一般意义上的传统嵌入式操作系统具有一些特殊性。举例而言,诸如 uClinux、uC/OS-II、eCos 等操作系统,通常运行在没有 MMU(内存管理单元,用于提供虚拟内存支持)的 CPU 上;这时,往往就
ace
- 用于实现虚拟内存的管理的C语言源代码程序-For the implementation of virtual memory management, C language source code program
getinformation
- 电脑系统信息的获取,包括操作系统、CPU信息、物理内存、虚拟内存和驱动器信息。-Access to information computer systems, including operating system, CPU information, physical memory, virtual memory, and drive information.
GetprocessRam
- VB编写的一款小工具获取任意运行的系统进程所占用的内存使用信息,并包含了几个示例程序:加载100个窗体,加载位图、显示图片、删除窗体、加载文件、刷新列表等。 窗口下边适时显示选中进程的当前内存使用情况、页面文件(虚拟内存)大小等。-VB prepared to obtain a small tool for any process running on the system memory occupied by the use of information and includes a
harddevice_cpu_memory
- 获取机器系统信息,包含了硬盘使用情况,cpu使用率,内存使用情况,包括虚拟内存。-Machine systems to obtain information, including the hard disk usage, cpu usage, memory usage, including virtual memory.
7-2
- 虚拟内存操作 如何分配一个大容量空间,将物理存储委托给其中的很小一部分(千分之一)并加以使用。 -Virtual memory operations How to allocate a large-capacity space, physical memory assigned to a small fraction of them (one thousandth) and to use them.
设计一个虚拟内存管理器
- 实现虚拟内存的分页系统, 模拟进程调度过程中的内存管理(A paging system for virtual memory to simulate memory management in process scheduling)