代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/278884/10494397
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/352425/10553735
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/277720/10609842
cpp rightform.cpp
// RightForm.cpp : 实现文件
//
#include "stdafx.h"
#include "MDF.h"
#include "RightForm.h"
#include ".\rightform.h"
// CRightForm
IMPLEMENT_DYNCREATE(CRightForm, CFormView)
//##ModelId=4
www.eeworm.com/read/277720/10610021
cpp alarmform.cpp
// AlarmForm.cpp : 实现文件
//
#include "stdafx.h"
#include "MDF.h"
#include "AlarmForm.h"
#include ".\alarmform.h"
// CAlarmForm
IMPLEMENT_DYNCREATE(CAlarmForm, CFormView)
extern CMDFApp
www.eeworm.com/read/277719/10610555
cpp rightform.cpp
// RightForm.cpp : 实现文件
//
#include "stdafx.h"
#include "MDF.h"
#include "RightForm.h"
#include ".\rightform.h"
// CRightForm
IMPLEMENT_DYNCREATE(CRightForm, CFormView)
CRightForm::C
www.eeworm.com/read/277719/10610719
cpp alarmform.cpp
// AlarmForm.cpp : 实现文件
//
#include "stdafx.h"
#include "MDF.h"
#include "AlarmForm.h"
#include ".\alarmform.h"
// CAlarmForm
IMPLEMENT_DYNCREATE(CAlarmForm, CFormView)
extern CMDFApp
www.eeworm.com/read/159700/10621777
java game.java
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Font;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
class Game extends Canvas implement
www.eeworm.com/read/277031/10684777
cpp ekmultiviewtemplate.cpp
#include "stdafx.h"
#include "EkMultiViewTemplate.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#define new DEBUG_NEW
IMPLEMENT_DYNAMIC(CEkMultiViewTempla
www.eeworm.com/read/420410/10796697
cpp wizarddlg.cpp
// SL330DBInstallDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "WizardDlg.h"
// CWizardDlg 对话框
IMPLEMENT_DYNAMIC(CWizardDlg, CDialog)
CWizardDlg::CWizardDlg(LPCTSTR lpszTemplateName,
C
www.eeworm.com/read/272662/10950022
cpp viewinli.cpp
// ViewInLi.cpp : 实现文件
//
#include "stdafx.h"
#include "HomeManage.h"
#include "MainFrm.h"
#include "ViewInLi.h"
// CViewInLi
IMPLEMENT_DYNCREATE(CViewInLi, CFormView)
CViewInLi::CVi