搜索资源列表
NCMag
- 内存管理工具源码,vb源码,非常好的-Memory management tools for source code, vb source code, very good. . Hei hei. .
xunicunchuqi
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
Memory-management-in-LabVIEW-8.5
- LabVIEW 8.5版中的内存管理说明文档-Memory management in LabVIEW 8.5
memory-management
- 一个C语言使用的内存管理的通用库,使用该库后,在C中调用内存分配等函数(库中的)不用显式释放。-A C language using general-purpose memory management library, the use of the library, in the C memory allocation function call (the library) without explicitly released.
memory-management-
- 用C语言模拟虚拟存储器管理--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
Memory-management
- 内存管理,1、在该实验中,采用可变分区方式完成对存储空间的管理(即存储空间的分配与回收工作)。 2、设计用来记录主存使用情况的数据结构:已分区表和空闲分区表。 3、在设计好的数据结构上设计一个主存分配算法,要求实现的基本功能操作有:寻找空闲分区,空闲分区表的修改,已分区表的修改。 4、在设计好的数据结构上设计一个主存回收算法。其中,若回收的分区有上邻空闲分区和(或)下邻空闲分区,要求合并为一个空闲分区登记在空闲分区表的一个表项里。-Memory management, 1, in t
Memory-Management-1_2_3
- memory management points
Software-Virtual-Memory-Management-for-MMU-less-E
- Software Virtual Memory Management for MMU-less Embedded Systems
CPP-memory-management-techniques
- C++内存管理技术内幕.能解决内存碎片引起的系统崩溃等问题.-C++ memory management techniques. Can solve the memory system crash caused by the debris
VN-Advanced--to-CPP-Memory-Management-and-CPP-Obj
- Overall C++ at famous university MIT VN Advanced to C++ Memory Management and C++ Object-Oriented Programming Ptofessional-Overall C++ at famous university MIT VN Advanced to C++ Memory Management and C++ Object-Oriented Programming Ptofession
C-memory-management
- 内存管理是C++最令人切齿痛恨的问题,也是C++最有争议的问题,C++高手从中获得了更好的性能,更大的自由,C++菜鸟的收获则是一遍一遍的检查代码和对C++的痛恨,但内存管理在C++中无处不在,内存泄漏几乎在每个C++程序中都会发生,因此要想成为C++高手,内存管理一关是必须要过的,除非放弃C++,转到Java或者.NET,他们的内存管理基本是自动的,当然你也放弃了自由和对内存的支配权,还放弃了C++超绝的性能。本期专题将从内存管理、内存泄漏、内存回收这三个方面来探讨C++内存管理问题-Memo
Memory-Management
- 操作系统中,采用首次适应算法+最佳适应算法实现内存管理,用C进行模拟-Operating system, using the first-fit algorithm the+ best fit algorithm memory management, simulation in C
memory-management-
- 用C语言模拟虚拟存储器管理-模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
Memory-Management-1_2_3
- memory management points
memory-management
- 一个C语言使用的内存管理的通用库,使用该库后,在C中调用内存分配等函数(库中的)不用显式释放。-A C language using general-purpose memory management library, the use of the library, in the C memory allocation function call (the library) without explicitly released.
Memory-Management-1_2_3
- memory management points
memory-management
- 一个C语言使用的内存管理的通用库,使用该库后,在C中调用内存分配等函数(库中的)不用显式释放。-A C language using general-purpose memory management library, the use of the library, in the C memory allocation function call (the library) without explicitly released.
Dynamic-Memory-Management
- Dynamic Memory Management.If the allocated memory is not freed when it s no longer necessary it will result in a memory leak. It is not specified what will happen to the leaked memory, but contemporary operating systems collect it when the program te
memory-management
- 这是一个用于C或C++程序开发的内存防护系统,它可以有效的侦测到内存泄漏及内存读写异常的发生,并可以精确的指出发生问题的原因及相关的代码。相对与1.0版,2.1版本采用了全新的内核,应用了私有堆、虚拟内存、多线程存储等诸多技术-memory management
Memory-management
- 操作系统中内存管理应用程序,C++编写,完整的可执行程序-Operating system memory management application, writing in c++ , complete an executable program
