代码搜索:IMPLEMENT
找到约 10,000 项符合「IMPLEMENT」的源代码
代码结果 10,000
www.eeworm.com/read/212217/4938535
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "translucence.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE
www.eeworm.com/read/212217/4938555
cpp usependoc.cpp
// usePenDoc.cpp : CusePenDoc 类的实现
//
#include "stdafx.h"
#include "usePen.h"
#include "usePenDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CusePenDoc
IMPLEMENT_DYNCREATE(
www.eeworm.com/read/212217/4938577
cpp mirrordoc.cpp
// mirrorDoc.cpp : CmirrorDoc 类的实现
//
#include "stdafx.h"
#include "mirror.h"
#include "mirrorDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CmirrorDoc
IMPLEMENT_DYNCREATE(
www.eeworm.com/read/209559/4972022
h mpc8260_pci9.h
/* include/asm-ppc/mpc8260_pci9.h
*
* Undefine the PCI read* and in* macros so we can define them as functions
* that implement the workaround for the MPC8260 device erratum PCI 9.
*
* This heade
www.eeworm.com/read/205824/5018789
changelog
ToDo:
- Find and fix bugs.
- Enable NFS exporting of NTFS.
- Implement aops->set_page_dirty() in order to take control of buffer
dirtying. Not having it means if page_has_buffers(), all buff
www.eeworm.com/read/205824/5019022
c stubs.c
/* $Id: stubs.c 21695 2006-04-22 05:22:34Z tretiakov $
*
*/
#include
/*
* @unimplemented
*/
NTSTATUS
STDCALL
CTEBlock (
ULONG Unknown0
)
{
return STATUS_NOT_IMPLEMENT
www.eeworm.com/read/197362/5097169
cpp booklistdlg.cpp
// BookListDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "myBook.h"
#include "BookListDlg.h"
#include ".\booklistdlg.h"
// CBookListDlg 对话框
IMPLEMENT_DYNAMIC(CBookListDlg, CDialog)
CB
www.eeworm.com/read/197362/5097179
cpp itemedit.cpp
#include "stdafx.h"
#include "ItemEdit.h"
#include ".\itemedit.h"
#include "EditList.h"
// CItemEdit
IMPLEMENT_DYNAMIC(CItemEdit, CEdit)
CItemEdit::CItemEdit()
{
m_pList = NULL;
m_nIt
www.eeworm.com/read/197362/5097199
cpp dbstatdlg.cpp
// DBStatDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "myBook.h"
#include "DBStatDlg.h"
#include ".\dbstatdlg.h"
// CDBStatDlg 对话框
IMPLEMENT_DYNAMIC(CDBStatDlg, CDialog)
CDBStatDlg::
www.eeworm.com/read/188551/5208555
java filterondata.java
package jmt.engine.jwat.filters;
import java.text.DateFormat;
import java.text.ParseException;
import java.util.Date;
import jmt.engine.jwat.Observation;
public class FilterOnData implement