CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 内存泄露

搜索资源列表

  1. JRTPDemo

    0下载:
  2. jrtplib 的server/client demo,原来的demo存在内存泄露问题-jrtplib the server / client demo, the original demo of memory leakage problems
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:9619
    • 提供者:linw
  1. MemoryHooks_src

    0下载:
  2. 能够检测系统内各个运行进程的内存泄露情况.-detection system can be run within the process of memory leaks.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:229139
    • 提供者:cb
  1. memp0950

    0下载:
  2. 检测内存泄露的程序-memory leakage detection procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2457376
    • 提供者:陈军
  1. VLD

    0下载:
  2. vdl 支持内存泄露检查 只要把相应文件拷贝到相应的安装目录下即可
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1234840
    • 提供者:黄成林
  1. CCeButton

    0下载:
  2. 利用这个Button类中的SetMenu()可以代替菜单,也可以设置按钮按下和起来的状态,使按钮呈现动态效果,另一个重点就是它没有内存泄露问题。
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:3020
    • 提供者:朱国浩
  1. JMPlayer

    0下载:
  2. 依据JM10.1代码修改而来,可以实时显示解码画面,需要CIF版本请自己修改一下。 注: JM代码有内存泄露 1.image.c里面readnewslice函数一处return之前没有FreeNALU(nalu) 2.mbuffer.c里面free_storable_picture函数少释放一个成员变量s->slice_id,一共10个.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:401708
    • 提供者:chenfeng
  1. dynled_demo

    0下载:
  2. MFC的一个LED灯。可以修改色彩,形状,控制闪烁间隔时间。原代码是CodeProject上的,有内存泄露。现已经修复泄露问题。
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:42519
    • 提供者:hujie
  1. MemoryLeakCheck

    0下载:
  2. 将压缩包里的头文件memory.h加入VC的INCLUDE目录下,在程序中写入Memory() 单步执行可以检查内存泄露-compressed bag of the first document memory.h join VC INCLUDE directory, in the process of inclusion Memory () can single-step implementation of memory leakage inspection
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6049
    • 提供者:Anna
  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:654374
    • 提供者:jawin@126.com
  1. C语言编写的DLL如何旋转指定的图片

    0下载:
  2. 这个代码演示了调用一个C语言编写的DLL如何旋转指定的图片(附C源代码),支持360度图片平滑旋转,掩码色改变,甚至可以调整图片透明度、亮度、色相、饱和度、大小缩放等图片常用的值。 代码兼容Win98至Win7环境 *修复: GetDC引起内存泄露 -This code demonstrates calling a DLL written in C language specifies how to rotate a picture (with C source code)
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-22
    • 文件大小:563643
    • 提供者:network1985
  1. SmartHandle

    0下载:
  2. 资源句柄智能指针类,支持一般资源句柄、注册表句柄、文件视图句柄、动态库句柄及文件句柄的动态卸载的能力,防止不小心而造成的内存泄露;-Resources to handle the smart pointer class, general resources to support the handle, registry handles, file handles view, dynamic library file handle and handle the dynamic unloading
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1268
    • 提供者:sword
  1. dbg_new

    1下载:
  2. 动态内存发现机制,有效的检测开发过程中动态内存泄露!-Dynamic memory discovery mechanism and effective detection of the development process dynamic memory leak!
  3. 所属分类:Windows编程

    • 发布日期:2013-09-17
    • 文件大小:2820
    • 提供者:minghua
  1. source_delete_new

    0下载:
  2. 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2509
    • 提供者:gezhenjiang
  1. ProcessCPU

    0下载:
  2. 可以指定监控某个进程是否有内存泄露,并即时显示内存占用情况。-Can specify a process to monitor whether there is memory leak and memory footprint shows the situation immediately.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:244482
    • 提供者:吴剑海
  1. xmem-1.33

    0下载:
  2. c/c++内存管理源代码,可以检测出内存泄露,并可以定位到泄露行-XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1764101
    • 提供者:杨天
  1. leakdetect

    0下载:
  2. 该程序主要是提供了一种内存泄露检测的算法及其源代码,主要是C语言程序-The C program source had given a solution of memory leaks...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2100
    • 提供者:duanhz
  1. mem_func

    0下载:
  2. C语言内存管理,支持内存泄露和破坏的调试-C language memory management, support for debugging memory leaks and damage
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2737
    • 提供者:leibou
  1. leakcanary-for-eclipse

    0下载:
  2. 测试内存泄露的一款测试工具,简单易懂,熟悉linnux 的就可以操作(leakage test tool ,can help you test easy .and it is a strongly test tool)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:3092480
    • 提供者:appo
  1. vld

    0下载:
  2. 内存检测泄露工具,用于检测因NEW DELETE不匹配导致的内存泄露(Memory detection leak tool used to detect memory leaks caused by NEW DELETE mismatches)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:978944
    • 提供者:小猎豹
  1. QR解码20160226(内存泄露)

    0下载:
  2. 这是一个QR解码过程,移植到STM32,但是存在内存泄漏。(This is a QR decoding process that is ported to STM32, but there is a memory leak.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1606656
    • 提供者:东邪_1
« 12 3 4 »
搜珍网 www.dssz.com