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

搜索资源列表

  1. ASocket示例

    0下载:
  2. ASocket示例 #include "stdafx.h" #include "s.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////////////////////////////////////////////////////////
  3. 所属分类:Windows编程

    • 发布日期:2011-06-28
    • 文件大小:64331
    • 提供者:yanghaijun2008
  1. MemoryMgr

    0下载:
  2. 查看内存泄漏的类,使用方法: 把两个文件添加到工程里,在需要做检测的文件里加上#include "MemoryMgr.h" 如果是使用MFC的程序删掉#define new DEBUG_NEW一行,在MemoryMgr.cpp里最上边加上#include "stdafx.h"就可以了。结果会保存在MemoryLeakLog.txt里-See the class memory leaks, use the method: the two files added to the project,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4371
    • 提供者:
  1. Ex_ODBC

    0下载:
  2. 简单的VC+程序,包括学生成绩添加、查询、删除、修改-// ScoreDlg.cpp : implementation file // #include "stdafx.h" #include "Ex_ODBC.h" #include "ScoreDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__ #endif
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:55088
    • 提供者:apple
  1. YUV2Jpg

    0下载:
  2. 一个y u v 转换成 JPEG图片格式的例子. #include "stdafx.h" #include "YUV2Jpg.h" #include "YUV2JpgDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__ #endif -A yuv convert JPEG image format examples.
  3. 所属分类:Other systems

    • 发布日期:2016-01-25
    • 文件大小:278518
    • 提供者:hi
  1. Dsound3DPlayDemo

    0下载:
  2. // Dsound3DPlayDemo.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "Dsound3DPlayDemo.h" #include "Dsound3DPlayDemoDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif
  3. 所属分类:Audio program

    • 发布日期:2017-04-02
    • 文件大小:69185
    • 提供者:zhou
  1. aviplayer

    0下载:
  2. #include "stdafx.h" #include "Dsound3DPlayDemo.h" #include "Dsound3DPlayDemoDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif- #include "stdafx.h" #include "Dsound3DPlayDemo.h" #include "Dsound3DPlayDemoDlg.h" #ifdef _DEBUG
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-02
    • 文件大小:5644
    • 提供者:zhou
  1. newmine

    0下载:
  2. 挖雷 自己写的排雷类的代码文件 // 雷的初始化等函数。 /// /// /// /// /// /// /// /// /// /// /// //// #include "stdafx.h" #include "newmine.h" #include "MINE.h" #include <stdlib.h> #include <stdio.h> #include <time.h> #ifdef _DEBU
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7573770
    • 提供者:lvdongfang
  1. dbg_new

    0下载:
  2. C++内存泄漏检测原理+实例源码下载,是一个跨平台的C++ 内存泄漏检测器的源程序,一个主要缺陷是不支持多线程。分配内存时不进行文件名复制,而只是保存其指针;效率较高(编译debug_new.cpp -Memory leak detection principle in C++ the+ instance of the source code download is a cross-platform source C++ memory leak detector, a main weakness
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:123561
    • 提供者:陈有良
  1. memory-leak-detection

    0下载:
  2. C++内存泄漏检测原理+实例源码下载,是一个跨平台的C++ 内存泄漏检测器的源程序,一个主要缺陷是不支持多线程。分配内存时不进行文件名复制,而只是保存其指针;效率较高(编译debug_new.cpp  时有效;参见文件中的注释)-Memory leak detection principle in C++ the+ instance of the source code download is a cross-platform source C++ memory leak detector, a
  3. 所属分类:Windows Kernel

  1. dbg_new

    0下载:
  2. C++内存泄漏检测原理+实例源码下载,是一个跨平台的C++ 内存泄漏检测器的源程序,一个主要缺陷是不支持多线程。分配内存时不进行文件名复制,而只是保存其指针;效率较高(编译debug_new.cpp -Memory leak detection principle in C++ the+ instance of the source code download is a cross-platform source C++ memory leak detector, a main weakn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:123826
    • 提供者:suehao
  1. DCT-transform

    0下载:
  2. #include "stdafx.h" #include "DCT变换.h" #include "DCT变换Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__ #endif-DCT transform
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:583629
    • 提供者:余树峰
  1. Erlangcalculator-VCPP

    0下载:
  2. 用MATLAB实现ERLANGB计算器 #include "stdafx.h" #include "ErlangCalculator.h" #include "ErlangCalculatorDlg.h" #include "afxdialogex.h" #include "math.h" #ifdef _DEBUG #define new DEBUG_NEW #endif -Using MATLAB ERLANGB calculator# inc
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3291
    • 提供者:冯加美
  1. V5YM

    0下载:
  2. 鬼影V5源码 生成免杀 去验证版 免杀好做。去后门-// Build.cpp : implementation file // #include stdafx.h #include 客户端.h #include Build.h #include encode.h #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE_
  3. 所属分类:assembly language

    • 发布日期:2017-05-06
    • 文件大小:1248039
    • 提供者:雨泽
  1. Erlangcalculator-VCPP

    0下载:
  2. 用MATLAB实现ERLANGB计算器#include stdafx.h #include ErlangCalculator.h #include ErlangCalculatorDlg.h #include afxdialogex.h #include math.h #ifdef _DEBUG#define new DEBUG_NEW#endif-Using MATLAB ERLANGB calculator# include " stdafx.h"# include &quo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:3328
    • 提供者:kang49357
搜珍网 www.dssz.com