代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/118409/14873556
java ch7_e7_31.java
import java.awt.*;
import java.awt.event.*;
public class ch7_e7_31
{
public static void main(String args[])
{
new MyFrame();
}
}
class MyFrame extends Frame implement
www.eeworm.com/read/117691/14908684
cpp diskinfdlg.cpp
// DiskINFDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "MyVM.h"
#include "DiskINFDlg.h"
// CDiskINFDlg 对话框
IMPLEMENT_DYNAMIC(CDiskINFDlg, CDialog)
CDiskINFDlg::CDiskINFDlg(CWnd* pPare
www.eeworm.com/read/217119/14978055
history
A/B Tool Revision history
Still To Do:
Plot window.
Should use XView 3.2 file chooser instead of gfm.
Load/Save Segment boundaries.
Implement play command and other audio devices.
www.eeworm.com/read/217101/14978629
cpp powsetdialog.cpp
// PowSetDialog.cpp : 实现文件
//
#include "stdafx.h"
#include "SaleManager.h"
#include "PowSetDialog.h"
#include ".\powsetdialog.h"
// CPowSetDialog 对话框
IMPLEMENT_DYNAMIC(CPowSetDialog, CD
www.eeworm.com/read/217016/14982552
cpp bmdialog.cpp
// BMDialog.cpp : 实现文件
//
#include "stdafx.h"
#include "StudentScore.h"
#include "BMDialog.h"
// CBMDialog 对话框
IMPLEMENT_DYNAMIC(CBMDialog, CDialog)
CBMDialog::CBMDialog(CWnd* pParent /
www.eeworm.com/read/115525/15011958
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"
#incl
www.eeworm.com/read/215854/15036500
cpp mrucombobox.cpp
// MRUComboBox.cpp : 实现文件
//
#include "stdafx.h"
#include "MRUComboTest.h"
#include "MRUComboBox.h"
#define MRUC_DEFAULT_MRU_SIZE 10
// CMRUComboBox
IMPLEMENT_DYNAMIC(CMRUComboBox, CC
www.eeworm.com/read/215854/15037039
cpp mainfrm.cpp
#include "stdafx.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd)
BE
www.eeworm.com/read/215854/15037041
cpp menusampledoc.cpp
#include "stdafx.h"
#include "MenuSampleDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
IMPLEMENT_DYNCREATE(CMenuSampleDoc, CDoc
www.eeworm.com/read/215854/15038078
cpp activectrlproppage.cpp
// ActiveCtrlPropPage.cpp : CActiveCtrlPropPage 属性页类的实现。
#include "stdafx.h"
#include "ActiveCtrl.h"
#include "ActiveCtrlPropPage.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
IMPLEMENT