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

搜索资源列表

  1. gridctrl227_src

    2下载:
  2. MFC Grid control 2.27 源码 新版本修补了内存泄漏,增加新的功能。-MFC Grid control 2.27 Source new version fixes a memory leak, adding new features.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-25
    • 文件大小:102576
    • 提供者:xu zhi
  1. OpenCV_auxLibTool

    0下载:
  2. OpenCV 辅助库文档,实例俱全。 要目的是为OpenCV提供更实用的功能. 目前扩展库已经实现了一个简易的GUI框架, 一个用于检测内存泄漏的调试工具-OpenCV library supporting documentation, examples and taste. Aim is to provide more useful features OpenCV. Now expanded library has implemented a simple GUI framework, o
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:755578
    • 提供者:吴翔
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:252928
    • 提供者:陈婉
  1. CheckMem

    0下载:
  2. 检查内存疏漏,可在程序结束后生成内存泄漏文件-Check memory omission, after the end of the process may generate memory leak documents
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:3567
    • 提供者:chendia
  1. BChecker6.01

    0下载:
  2. 该软件可以随时检查程序的内存泄漏和资源泄漏-The software can always check your program' s memory leaks and resource leaks
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:11275704
    • 提供者:郭美萍
  1. BoundsCheckerTest

    0下载:
  2. 内存泄漏检测的用例,让你知道在哪里会有内存泄漏-Memory leak detection of use cases, let you know where there will be a memory leak
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1741677
    • 提供者:肖雄
  1. test1

    0下载:
  2. Vs2003平台下写的,作测试用的代码,实现的包括内存泄漏检测,宏定义,指向指针的指针等相关测试-Vs2003 platform written the code for testing, implementation, including memory leak detection, macro, point to a pointer to other related test
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1502017
    • 提供者:未愈书生
  1. damd_os_memory

    0下载:
  2. 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:3072
    • 提供者:周南
  1. C_plus_memory

    0下载:
  2. C++内存管理 内存管理在C++中无处不在,内存泄漏几乎在每个C++程序中都会发生,因此要想成为C++高手,内存管理一关是必须要过的-C++ Memory management
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:60484
    • 提供者:Alex
  1. dmalloc-5.5.2

    0下载:
  2. Linux下查看内存泄漏的工具dmalloc源代码-dmalloc,the tool to look up the leakiness of memory in Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:667745
    • 提供者:国庆波
  1. Android_memory-leak-debugging.pdf

    0下载:
  2. Android_内存泄漏调试 对于ANDROID游戏开发非常有用!-Android_ debugging memory leaks is very useful for game development ANDROID!
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:574586
    • 提供者:benny yang
  1. VCCRT

    0下载:
  2. Visual Studio 调试器和 C 运行时 (CRT) 库为我们提供了检测和识别内存泄漏的有效方法。下面请和我一起分享收获——如何使用 CRT 调试功能来检测内存泄漏?-Visual Studio debugger and C run-time (CRT) library provides us with memory leak detection and identification of effective methods. Please share with me the follo
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:2964
    • 提供者:杨喆
  1. mem-check

    0下载:
  2. VS2010开发 可以检查一个程序是否存在内存泄漏的问题-VS2010 development process can check whether there is a memory leak problem. . . . . . . .
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:119865
    • 提供者:刘阳
  1. fifo

    0下载:
  2. 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:17387
    • 提供者:long
  1. MACOSmenu

    1下载:
  2. GDI+编写的Dock浮动工具栏程序 =================================== 一个很炫的浮动缩放透明的工具栏程序,使用GDI+技术编写。可以自定义图标(图标格式为PNG,大小128X128),可以使用gdiPosition修改图标文字位置,包括文字大小等。内存泄漏的问题也已经解决,很好的支持中文,比较流畅。以前在《送福信使》中使用这个界面。-GDI+ written procedures ==============================
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-11-23
    • 文件大小:276758
    • 提供者:jin
  1. CPPcheckmemoryleak

    0下载:
  2. c++检测内存泄漏工具与简介,还有原理说明-c++ memory leak detection tools and profiles, there are principles that
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:20227
    • 提供者:李尚钊
  1. 20099241312175

    0下载:
  2. 一个模仿Word艺术字的源代码,使用GDI+编程,可以生成各种角度和弧线的艺术字,支持文字颜色图片填充、阴影、浮雕效果。支持文字任意角度旋转,缩放,调整。支持文字艺术特效轨迹回放,路径跟踪,路径测试等很炫的功能。新版本修复了内存泄漏的问题,添加了Unicode编码的支持,生成的 -Word WordArt a parody of the source code, the use of GDI+ programming, you can generate a variety of angles a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:88173
    • 提供者:chetcitao
  1. 20099129212116

    0下载:
  2. 一个很炫的浮动缩放透明的工具栏程序,类似 MacOSX Dock,使用GDI+技术编写。可以自定义图标(图标格式为PNG,大小128X128),可以使用gdiPosition修改图标文字位置,包括文字大小等。内存泄漏的问题也已经解决,很好的支持中文,比较流畅,很逼真的模仿MacOSX Dock 。以前在《送福信使》中使用这个界面。-A fancy zoom transparent floating toolbar program, similar to the MacOSX Dock, writ
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:234462
    • 提供者:
  1. msjexhnd

    0下载:
  2. 内存泄漏检测,非常容易检测到自己程序里面的内存泄漏问题,使用简单-memory leak check
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:8060
    • 提供者:victor
  1. RMemory

    0下载:
  2. 能够选择当前系统下的任何一个进程,然后读出所选择进程所占有的内存大小。并且能够把所读到的内存大小按照所选择的时间间隔存成Log文件。适合测试持续运行的程序在很长的时间里会不会有内存泄漏现象。-This tool is used to read physical memory of the process that you selected. It can also save the memory size to the log file. This will help you to check
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:273395
    • 提供者:赵风君
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com