搜索资源列表
Delphi 的内存管理器
- 如果代码中使用到需要动态内存的数据类型,那么这些数据类型的内部例程将访 问Delphi 的内存管理器。这些数据类型中就包括了AnsiString。这意味着绝大多数 的Delphi 程序都需要内存管理器-if the code needed to use dynamic memory data types, then these types of data internal routines will visit Delphi memory manager. These data type
动态内存扫描
- 动态内存扫描的工具 有用的人下吧-dynamic memory scanning a useful tool under!
ip51dm_动态内存管理
- 基于51的动态内存管理-dynamic memory management
局域网屏幕动态监控系统
- 这款软件是基于前人开发经验基础上,经过总结大量经验和测试、高度优化的局域网监视/控制系统,其稳定性和极高的性能是同类软件所无法比拟的。 (一)适合人群/场所: 1.工作室(特别是机器多,显示器少) 2.网吧(有用主机监控客户机上网行为需求的) 3.学校 4.机房 5.公共部门 (二)功能及特性 1.可在局域网服务端同步监视多台机器,客户机需要安装客户端,无须复杂的配置,简易可行 2.刷新速度快,最流畅时5帧/秒,这是任何一款不依赖硬件的监控平台都无法达到的指标
用动态规划思想压缩位图
- 此程序使用动态规划的方法压缩位图,用MFC实现。可以压缩8位、16位、24位的位图。用进度条显示压缩、解压进度。 算法思想: (1)对8、16、24位位图数据的读功能 有一个参数为输入位图文件名(*.bmp),它能解析8、16、24位位图文件格式,获取位图BITMAPINFOHEADER信息和每个像素的数据信息,放入内存中。 (2)对8、16、24位位图数据的写功能 有一个参数为输出位图文件名(*.bmp),它能将内存中的位图文件信息,按照位图格式,写到位图文件中保存。
动态连接库的祥细使用说明
- 动态连接库的祥细使用说明,主要介绍如何获得内存资源问题。 让你轻松学习DLL,让你从初学者上升为中级。
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
cuncuqi
- 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
debugging_malloc
- SSD4 Exercise3答案,采用链表实现的动态内存分配。-SSD4 Exercise3 answers, the use of linked lists to achieve the dynamic memory allocation.
dbg_new
- 动态内存发现机制,有效的检测开发过程中动态内存泄露!-Dynamic memory discovery mechanism and effective detection of the development process dynamic memory leak!
allocate
- 操做系统动态内存分配,适合于操作系统类的课程设计。-Parade to do dynamic memory allocation system, suitable for the operating system type of curriculum design.
Memory_Management
- 扩展的动态内存机制 任务综述 本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能
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 choice!
DarkVoidTrainer
- 是一个动态内存修改器,利用了所谓的“内存补丁技术”。-Modification is a dynamic memory device, using the so-called " memory patch technology."
DynamicMemoryAllocation
- 对操作系统的动态内存分配(其中包括首次适应算法和最佳适应算法)。可以对内存进行分配,可以查看内存分配情况,可以释放内存。释放内存时,要考虑前后是否有空闲块,有的话得合并,并要改变内存的大小以及视情况改变分配内存的起始地址。-Dynamic memory allocation of the operating system (including first-fit algorithm and the best fit algorithm). Memory can be allocated, you
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 STM32, 51 and other processor
操作系统-模拟动态分区分配
- 使用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 dynamic drag partition manageme
FreeRTOS动态内存管理
- FreeRTOS动态内存管理,示例如何管理操作系统内存,节省内存空间(FreeRTOS dymatic manage of ram,save the ram space)