CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - debug_new
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - debug_new - List
[
Other
]
Ex_ODBC
DL : 0
简单的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 ///////////////////////////////////////////////////////////////////////////// // CScoreDlg dialog CScoreDlg::CScoreDlg(CWnd* pParent /*=NULL*/) : CDialog(CScoreDlg::IDD, pParent) { //{{AFX_DATA_INIT(CScoreDlg) m_strCourseNO = _T("") m_fScore = 0.0f m_fCredit = 0.0f m_strStudentNO = _T("") //}}AFX_DATA_INIT } void CScoreDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX) //{{AFX_DATA_MAP(CScoreDlg) DDX_Text(pDX, IDC_COURSENO, m_strCourseNO) DDV_MaxChars(pDX, m_strCourseNO, 7) DDX_Text(pDX, IDC_SCORE, m_fScore) DDV_MinMaxFloat(pDX, m_fScore, 0.f, 100.f) DDX_Text(pDX, IDC_CREDIT, m_fCredit) DDV_MinMaxFloat(pDX, m_fCredit, 1.f, 20.f) DDX_Text(pDX, IDC_STUNO, m_strStudentNO) DDV_MaxChars(pDX, m_strStu
Date
: 2025-12-29
Size
: 54kb
User
:
apple
[
Other
]
YUV2Jpg
DL : 0
一个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.# Include " stdafx.h" # include " YUV2Jpg.h" # include " YUV2JpgDlg.h" # ifdef _DEBUG# define new DEBUG_NEW# undef THIS_FILE static char THIS_FILE [] = __FILE__ # endif
Date
: 2025-12-29
Size
: 272kb
User
:
hi
[
Other
]
dbg_new
DL : 0
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 is that does not support multi-threading. Allocate memory without the file name to copy, but only to save their pointers efficient (compiled debug_new.cpp
Date
: 2025-12-29
Size
: 121kb
User
:
suehao
[
Other
]
Erlangcalculator-VCPP
DL : 0
用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 " ErlangCalculator.h" # include " ErlangCalculatorDlg.h" # include " afxdialogex.h" # include " math.h" # ifdef _DEBUG# define new DEBUG_NEW# endif
Date
: 2025-12-29
Size
: 3kb
User
:
冯加美
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.