代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/212209/15163532
cpp account.cpp
// Account.cpp : 实现文件
//
#include "stdafx.h"
#include "MFCSample.h"
#include "Account.h"
// CAccount
IMPLEMENT_DYNCREATE(CAccount, CCmdTarget)
CAccount::CAccount()
: m_balance(0)
{
www.eeworm.com/read/211167/15185521
cpp purchasecardlg.cpp
// PurchaseCarDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "carm.h"
#include "PurchaseCarDlg.h"
#include ".\purchasecardlg.h"
// CPurchaseCarDlg 对话框
IMPLEMENT_DYNAMIC(CPurchaseCarDlg,
www.eeworm.com/read/211167/15185530
cpp wizard.cpp
// Wizard.cpp : 实现文件
//
#include "stdafx.h"
#include "carm.h"
#include "Wizard.h"
// CWizard
IMPLEMENT_DYNAMIC(CWizard, CPropertySheet)
CWizard::CWizard(UINT nIDCaption, CWnd* pParentWn
www.eeworm.com/read/210000/15209997
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/208784/15237134
cpp addbookconcern.cpp
// AddBookConcern.cpp : 实现文件
//
#include "stdafx.h"
#include "LManage.h"
#include "AddBookConcern.h"
#include ".\addbookconcern.h"
// CAddBookConcern 对话框
IMPLEMENT_DYNAMIC(CAddBookConce
www.eeworm.com/read/208782/15237246
cpp cancelticketdlg.cpp
// CancelTicketDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "TicketOffice.h"
#include "CancelTicketDlg.h"
#include ".\cancelticketdlg.h"
// CCancelTicketDlg 对话框
IMPLEMENT_DYNAMIC(CCan
www.eeworm.com/read/208782/15237269
cpp associatordlg.cpp
// AssociatorDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "BoardingSys.h"
#include "AssociatorDlg.h"
#include ".\associatordlg.h"
// CAssociatorDlg 对话框
IMPLEMENT_DYNAMIC(CAssociatorDl
www.eeworm.com/read/208608/15242862
cpp hexedit.cpp
// HexEdit.cpp : 实现文件
//
#include "stdafx.h"
#include "EncryptGUI.h"
#include "HexEdit.h"
#include ".\hexedit.h"
// CHexEdit
IMPLEMENT_DYNAMIC(CHexEdit, CEdit)
CHexEdit::CHexEdit()
{
www.eeworm.com/read/207038/15283799
cpp dlgmdpassword.cpp
// DlgMdPassWord.cpp : 实现文件
//
#include "stdafx.h"
#include "BookManage.h"
#include "DlgMdPassWord.h"
#include ".\dlgmdpassword.h"
// CDlgMdPassWord 对话框
IMPLEMENT_DYNAMIC(CDlgMdPassWord
www.eeworm.com/read/11168/206168
c˴
#include
/*lint -e613
memcmp is defined here because some vendors don't implement
it, strcmp, or strncmp correctly; they must treat the bytes
as unsigned chars.
*/
int memcmp(const