搜索资源列表
Delphi 的内存管理器
- 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi m
动态内存扫描
- 动态内存扫描的工具 有用的人下吧-dynamic memory scanning a useful tool under!
ip51dm_动态内存管理
- 基于51的动态内存管理-dynamic memory management
局域网屏幕动态监控系统
- 这款软件是基于前人开发经验基础上,经过总结大量经验和测试、高度优化的局域网监视/控制系统,其稳定性和极高的性能是同类软件所无法比拟的。 (一)适合人群/场所: 1.工作室(特别是机器多,显示器少) 2.网吧(有用主机监控客户机上网行为需求的) 3.学校 4.机房 5.公共部门 (二)功能及特性 1.可在局域网服务端同步监视多台机器,客户机需要安装客户端,无须复杂的配置,简易可行 2.刷新速度快,最流畅时
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它
动态连接库的祥细使用说明
- 动态连接库的祥细使用说明,主要介绍如何获得内存资源问题。 让你轻松学习DLL,让你从初学者上升为中级。
模板动态数组
- 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinar
ip51dm_动态内存管理
- 基于51的动态内存管理-dynamic memory management
Delphi 的内存管理器
- 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi m
动态内存扫描
- 动态内存扫描的工具 有用的人下吧-dynamic memory scanning a useful tool under!
DynMem
- 一个模拟动态内存分配的小程序,包含最优算法和最先算法,c#环境下编写-a simulation of dynamic memory allocation small programs, including the optimal algorithm and the first algorithm, c# prepared environment
allocate
- 操做系统动态内存分配,适合于操作系统类的课程设计。-Parade to do dynamic memory allocation system, suitable for the operating system type of curriculum design.
DynamicBlockManagement11
- 操作系统实验报告:动态内存分配与回收 VC基本对话框画图演示分配与回收的过程。-Experimental report operating system: Dynamic memory allocation and recovery of basic dialog VC presentation drawing distribution and recovery process.
mymalloc
- 高人编写的动态内存处理函数,非采用malloc,如果想深入研究动态内存管理,此程序是个不错的选择!-Gao Ren prepared by the dynamic memory handling functions, the non-use of malloc, if you want to in-depth study of dynamic memory management, this program is a good choic
DynamicMemoryAllocation
- 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm)
stm32RamManage
- 介绍基于STM32有关动态内存开辟的方法,有源程序,是基于keil mdk编译环境的,程序完整,可以放心下载-Describes the dynamic memory based STM32 open approach, with source code is compiled based on keil mdk environment, program integrity can be assured Download
Testmalloc
- 动态内存分配的C语言实现,调试通过,深入理解操作系统和指针-Dynamic memory allocation of C language, debugging through in-depth understanding of the operating system and pointers
mem
- 标准C语言实现的动态内存分配,在VS2005下写成,但文件扩展名为.c 可以方便的移植到STM32、51等处理器中。内有动态内存分配的实现原理,仅共参考-Standard C language implementation of dynamic memory allocation, under written in VS2005, but the file extension. C can be easily ported to the
操作系统-模拟动态分区分配
- 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with d
FreeRTOS动态内存管理
- FreeRTOS动态内存管理,示例如何管理操作系统内存,节省内存空间(FreeRTOS dymatic manage of ram,save the ram space)