代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/424632/10433150
cpp filedowninfo.cpp
// FileDownInfo.cpp : 实现文件
//
#include "stdafx.h"
#include "WebGet.h"
#include "FileDownInfo.h"
// CFileDownInfo 对话框
IMPLEMENT_DYNAMIC(CFileDownInfo, CPropertyPage)
CFileDownInfo::CFile
www.eeworm.com/read/353439/10446580
java music26.java
// typeinfo/music268/Music268.java
// TIJ4 Chapter Typeinfo, Exercise 26, page 615
// Implement clearSpitValve() as described in the summary.
/* Solution includes, in same package:
* import java
www.eeworm.com/read/353439/10447056
java horrorshow14.java
// innerclasses/HorrorShow14.java
// TIJ4 Chapter Innerclasses, Exercise 14, page361
/* Modify interfaces/HorrorShow.java to implement DangerousMonster and
* Vampire using anonymous classes.
*/
i
www.eeworm.com/read/278884/10496825
cpp myline.cpp
// MyLine.cpp : 实现文件
//
#include "stdafx.h"
#include "Drawing.h"
#include "MyLine.h"
// CMyLine
IMPLEMENT_SERIAL(CMyLine,CObject,1)
CMyLine::CMyLine()
{
}
CMyLine::~CMyLine()
{
www.eeworm.com/read/352425/10553549
java horrorshow14.java
// innerclasses/HorrorShow14.java
// TIJ4 Chapter Innerclasses, Exercise 14, page361
/* Modify interfaces/HorrorShow.java to implement DangerousMonster and
* Vampire using anonymous classes.
*/
i
www.eeworm.com/read/423392/10563247
doxygen driver_wrapper.doxygen
/**
\page driver_wrapper Driver wrapper implementation (driver.h, drivers.c)
All hardware and driver dependent functionality is in separate C files
that implement defined wrapper functions. Other par
www.eeworm.com/read/422673/10620763
cpp leafdlg.cpp
// leafDlg.cpp : implementation file
//
#include "stdafx.h"
#include "newgas.h"
#include "leafDlg.h"
// leafDlg dialog
IMPLEMENT_DYNAMIC(leafDlg, CDialog)
leafDlg::leafDlg(CWnd* pPare
www.eeworm.com/read/422673/10620871
cpp frame.cpp
// frame.cpp : implementation file
//
#include "stdafx.h"
#include "newgas.h"
#include "frame.h"
// Cframe dialog
IMPLEMENT_DYNAMIC(Cframe, CDialog)
Cframe::Cframe(CWnd* pParent /
www.eeworm.com/read/349903/10785870
cpp ebrick2.cpp
/*
* Test program to implement Brickell et al's method for fast
* computation of g^x mod 2^m, for fixed g and n, using precomputation.
* This idea can be used to substantially speed up ce
www.eeworm.com/read/420410/10796678
cpp wizardpage.cpp
// WizardPage.cpp实现文件
#include "stdafx.h"
#include "WizardPage.h"
// CWizardPage 对话框
IMPLEMENT_DYNAMIC(CWizardPage, CDialog)
CWizardPage::CWizardPage(LPCTSTR lpszTemplateName, CWnd* pParent)