搜索资源列表
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
imdisk_source.zip
- ImDisk Virtual Disk Driver for Windows NT/2000/XP. This driver emulates harddisk partitions, floppy drives and CD/DVD-ROM drives from disk image files, in virtual memory or by redirecting I/O requests somewhere else, possibly to another machine, t
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
Windows_Kernel_Security_Programme
- 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
UnderstandingTheLinuxVirtualMemoryManager
- Understanding+The+Linux+Virtual+Memory+Manager linux 2.4内核内存管理的分析-Understanding+The+Linux+Virtual+Memory+Manager
xunicunchuqi
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
page
- 使用visual studio 6.0编写的虚拟内存页面置换算法-Prepared using the visual studio 6.0 virtual memory page replacement algorithm
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
virtual-memory-allocation--tracking
- 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。-Write a program that consi
Memory
- 界面比较友好,能比较清楚地看到物理内存和虚拟内存的大小和使用情况;还能整理内存。-More friendly interface, can more clearly see the physical memory and virtual memory size and usage can order memory.
Software-Virtual-Memory-Management-for-MMU-less-E
- Software Virtual Memory Management for MMU-less Embedded Systems
virtual-memory-management
- 模拟虚拟存储 含实验报告-virtual memory
Virtual-storage-d
- 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
virtual-memory-manage
- 操作系统课程作业内存调度算法,C语言实现。包含了最佳适应算法、先入先出算法以及最近最少使用算法-Operation System virtual memory management algorithm.
virtual-memory
- windows核心编程-虚拟内存, 针对大文件读取的解决之道-windows core programming- virtual memory
virtual-memory-usage
- windows核心编程-虚拟内存, 虚拟内存技术的使用-windows core programming-virtual memory
Experiment-5-virtual-memory-page
- 实验五虚拟内存页面置换算法,实验报告,内涵代码-Experiment 5 virtual memory page replacement algorithm, experimental report, content codes
