代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/197689/7975568
cpp marginsetup.cpp
// MarginSetup.cpp : 实现文件
//
#include "stdafx.h"
#include "WordEdit.h"
#include "MarginSetup.h"
// CMarginSetup 对话框
IMPLEMENT_DYNAMIC(CMarginSetup, CDialog)
CMarginSetup::CMarginSetup(C
www.eeworm.com/read/197689/7975746
cpp synchronizedlg.cpp
// SynchronizeDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Synchronize.h"
#include "SynchronizeDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CCounterThread
IMPLEMENT_DYNCREA
www.eeworm.com/read/197689/7976012
cpp sendview.cpp
// SendView.cpp : 实现文件
//
#include "stdafx.h"
#include "Chatter.h"
#include "SendView.h"
#include "ChatterDoc.h"
static CString RandomString();
// CSendView
IMPLEMENT_DYNCREATE(CSendVi
www.eeworm.com/read/197689/7976066
cpp newproppage.cpp
// NewPropPage.cpp : 实现文件
//
#include "stdafx.h"
#include "Clock.h"
#include "NewPropPage.h"
// CNewPropPage 对话框
IMPLEMENT_DYNCREATE(CNewPropPage, COlePropertyPage)
// 消息映射
BEG
www.eeworm.com/read/197685/7977790
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/297630/8007873
cpp dialogconnect.cpp
// DialogConnect.cpp : 实现文件
//
#include "stdafx.h"
#include "VideoNet2.h"
#include "DialogConnect.h"
// DialogConnect 对话框
IMPLEMENT_DYNAMIC(CDialogConnect, CDialog)
CDialogConnect::CD
www.eeworm.com/read/297233/8041460
c objc-act.c
/* Implement classes and message passing for Objective C.
Copyright (C) 1992, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
Contributed by Steve Naroff.
This file is part of GNU CC.
GN
www.eeworm.com/read/396990/8079492
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/247320/12665840
h rsa.h
#ifndef CRYPTOPP_RSA_H
#define CRYPTOPP_RSA_H
/** \file
This file contains classes that implement the RSA
ciphers and signature schemes as defined in PKCS #1 v2.0.
*/
#include "pubkey.h"
www.eeworm.com/read/333003/12712477
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