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

搜索资源列表

  1. vc_jiqiaoshili_part10_11_12

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例 第11章 调试技术 本章共有两个实例: 1. ConsoleTrace在控制台程序中使用TRACE宏 2. MemLeakCheck内存泄漏的例子 第12章 VC数据库编程 本章共6个实例: 1. MyOdbcSample使用ODBC访问数据库 2. MyO
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1193625
    • 提供者:xixi
  1. vld-19

    0下载:
  2. 对编程过程中内存泄漏进行检测,有源码提供。这是最新版1.9,修复了不少bug. Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visua
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1353251
    • 提供者:华军
  1. EurekaLog.v6.0.1.4

    2下载:
  2. EurekaLog 是集成在 Delphi, C++Builder, Visual Studio 等 IDE 下的辅助工具,能快速生成带 Error Report 功能的应用程序。能将错误报告发送到指定邮箱、服务器、记录在本地文件中等。其报告可具体指出出错的代码行,以及机器当前信息、寄存器信息等诸多重要诊断信息。新版还支持内存泄露检测。 -EurekaLog is a complete bug resolution tool for Delphi, C++Builder, C# and VB
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-31
    • 文件大小:13783707
    • 提供者:aldz
  1. VisualLeakDetector

    0下载:
  2. visual leak detector -Visual Leak Detector (VLD) Version 1.9b (beta) Change Log/Release Notes 1.9d beta (12 November 2006) ---------------------------- Bugs Fixed: + Failed assertion "freed == TRUE" pops up when running a pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:855717
    • 提供者:weitidong
  1. Visual_Leak_Decetor

    0下载:
  2. Visual Leak Decetor, 用于检测C++编程中的内存泄漏-Visual Leak Decetor, for the detection of C++ programming of memory leaks
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:488135
    • 提供者:wpzhao
  1. mem_VHL

    0下载:
  2. 关于《Visual Leak Detector》代码,及说明书,及多个版本。-On " Visual Leak Detector" code, and manuals, and a number of versions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1299419
    • 提供者:wangfei
  1. asmlib

    0下载:
  2. A multi-platform library of highly optimized functions for C and C++.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:233852
    • 提供者:Kas
  1. testMemory

    0下载:
  2. visual C/C++内存泄露检测小程序,可以供大家检测是否存在内存泄露,方便养成良好的编程习惯。-visual C/C++ memory leak detection of a small program that can detect the presence for your memory leak, easy to develop good programming habits.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:741604
    • 提供者:LiuKe
  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. Visual-Leak-Detector

    0下载:
  2. vc内存泄露检测工具及源码,支持vs2008-memory leak checker
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1635788
    • 提供者:甘平
  1. MemLeakFinder

    0下载:
  2. Memory Leak finder application for Visual C-Memory Leak finder application for Visual C++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:14781
    • 提供者:Chung Lee
  1. Visual-Leak-Detector-src

    0下载:
  2. vs 查内存泄漏工具,及C++实现源代码。-vs Chuck memory leak tools, and C++ source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:5714049
    • 提供者:chen
  1. Leak-Detector

    0下载:
  2. Visual Leak Detector是一款用于Visual C++的免费开源的内存泄露检测工具,使用方法是将下载后的文件解压后,将lib放入vs的lib目录,将.h文件放入vs的include目录(如:……\Visual Studio 10.0\VC\lib和……\Visual Studio 10.0\VC\include),最后将.dll文件放入工程目录下即可,使用非常方便,会在输出窗口中显示泄露信息-Visual Leak Detector is a for the Visual c++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:491301
    • 提供者:赵江
  1. VCmemorytesting

    0下载:
  2. 是一款用于Visual C++的免费的内存泄露检测工具。相比较其它的内存泄露检测工具,它在检测到内存泄漏的同时,还具有如下特点: 1、 可以得到内存泄漏点的调用堆栈,如果可以的话,还可以得到其所在文件及行号; 2、 可以得到泄露内存的完整数据; 3、 可以设置内存泄露报告的级别; 4、 它是一个已经打包的lib,使用时无须编译它的源代码; 5、 他的源代码使用GNU许可发布,并有详尽的文档及注释;-Is free of a memory leak detection tool
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:493322
    • 提供者:june
  1. vld-2.3-setup

    0下载:
  2. 好用的内存泄露检测工具Visual Leak Detector-A nice memory leak detection tools Visual Leak Detector
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1076232
    • 提供者:zm
  1. VisualLeakDetector

    0下载:
  2. Visual Leak Detector是一款免费的、健全的、开源的Visual C++内存泄露检测系统。相比Visual C++自带的内存检测机制,Visual Leak Detector可以显示导致内存泄露的完整内存分配调用堆栈。
  3. 所属分类:调试

    • 发布日期:2020-06-20
    • 文件大小:31317352
    • 提供者:clain599
搜珍网 www.dssz.com