代码搜索:IMPLEMENT
找到约 10,000 项符合「IMPLEMENT」的源代码
代码结果 10,000
www.eeworm.com/read/431395/8680648
cpp contact.cpp
#include "stdafx.h"
#include "Contact.h"
IMPLEMENT_SERIAL(CContact, CObject, 1)
void CContact::Serialize(CArchive& ar)
{
if (ar.IsLoading())
{
ar >> m_strName;
ar >> m_strAddress1;
www.eeworm.com/read/431256/8693031
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "QClient.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMai
www.eeworm.com/read/431256/8693082
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "QAnswer.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMai
www.eeworm.com/read/387193/8700211
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "BacAndFor.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CM
www.eeworm.com/read/387190/8700471
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "CoorTrans.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CM
www.eeworm.com/read/431199/8702691
h rw.h
#ifndef CRYPTOPP_RW_H
#define CRYPTOPP_RW_H
/** \file
This file contains classes that implement the
Rabin-Williams signature schemes as defined in IEEE P1363.
*/
#include "pubkey.h"
NAMESPACE_BEG
www.eeworm.com/read/428828/8838122
cpp bitmapdoc.cpp
// BITMAPDoc.cpp : CBITMAPDoc 类的实现
//
#include "stdafx.h"
#include "BITMAP.h"
#include "BITMAPDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CBITMAPDoc
IMPLEMENT_DYNCREATE(C
www.eeworm.com/read/428828/8838128
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "BITMAP.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMain
www.eeworm.com/read/284329/8943254
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "MakeRoads.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CM
www.eeworm.com/read/186052/8964805
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "Test.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMainFr