代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/283066/9044698
cpp mscomm1.cpp
// 计算机生成了由 Microsoft Visual C++ 创建的 IDispatch 包装类
// 注意:不要修改此文件的内容。如果此类由
// Microsoft Visual C++ 重新生成,您的修改将被改写。
#include "stdafx.h"
#include "mscomm1.h"
/////////////////////////////////
www.eeworm.com/read/375634/9355121
cpp exportedll.cpp
//exportRDLL.cpp
#include "stdafx.h"
#include "exportEDLL.h"
#include "testdlg.h"
IMPLEMENT_DYNAMIC(CTestDlgInEDLL, CObject)
CTestDlgInEDLL::CTestDlgInEDLL()
{
m_pDlg = NULL;
}
CTestDlgInE
www.eeworm.com/read/179253/9362412
cpp adodc1.cpp
//
/****************************************/
/* SchoolManageSystem */
/*设计者:全佳营 */
/*时间:2004.5.9-2004-5.18 */
/*Email:ghostman@tzc.edu.cn */
/*********************************
www.eeworm.com/read/372395/9511379
todo
* Implement support for RDP 5.X features, like cut-n-paste, sound and
serial port redirection.
* Keymapping: Support non-dead versions of some dead keys, like
"acute". It seems like RDP4 only supp
www.eeworm.com/read/175598/9540324
todo
Things that aren't done yet
---------------------------
1. Implement PTHREAD_PROCESS_SHARED for semaphores, mutexes,
condition variables, read/write locks, ba
www.eeworm.com/read/169793/9837918
cpp cdenum_jprs1.cpp
// CDenum_jprs1.cpp : Definition of ActiveX Control wrapper class(es) created by Microsoft Visual C++
#include "stdafx.h"
#include "CDenum_jprs1.h"
//////////////////////////////////////////
www.eeworm.com/read/165080/10077333
h generic.h
/* generic.h -- for faking generic class declarations
Copyright (c) 1990 by Borland International
All rights reserved
When type templates are implemented in C++, this will probably
www.eeworm.com/read/163267/10167878
cpp systeminfoview.cpp
// SystemInfoView.cpp : 实现文件
//
#include "stdafx.h"
#include "ULExplorer.h"
#include "SystemInfoView.h"
/*
IMPLEMENT_DYNCREATE(CPropertyGridItemEx, CXTPPropertyGridItem)
BEGIN_MESSAGE_MAP
www.eeworm.com/read/355737/10249072
h usesopenssl.h
#if defined (_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
///////////////////////////////////////////////////////////////////////////////
// CUsesOpenSSL
////////////////////////////////
www.eeworm.com/read/278884/10497433
h cntritem.h
// CntrItem.h :CExampleCntrItem 类的接口
//
#pragma once
#include "atltypes.h"
class CExampleDoc;
class CExampleView;
class CExampleCntrItem : public COleClientItem
{
DECLARE_SERIAL(CExampl