代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/193527/8220070
h cntritem.h
// CntrItem.h :CWordEditCntrItem 类的接口
//
#pragma once
class CWordEditDoc;
class CWordEditView;
class CWordEditCntrItem : public CRichEditCntrItem
{
DECLARE_SERIAL(CWordEditCntrItem)
/
www.eeworm.com/read/193527/8220367
cpp listeningsocket.cpp
// ListeningSocket.cpp : 实现文件
//
#include "stdafx.h"
#include "ChatSrvr.h"
#include "ListeningSocket.h"
#include "ChatSrvrDoc.h"
// CListeningSocket
IMPLEMENT_DYNAMIC(CListeningSocket,
www.eeworm.com/read/193527/8220465
h cntritem.h
// CntrItem.h :CContainerCntrItem 类的接口
//
#pragma once
#include "atltypes.h"
class CContainerDoc;
class CContainerView;
class CContainerCntrItem : public COleClientItem
{
DECLARE_SERIAL
www.eeworm.com/read/193527/8220594
cpp chatsocket.cpp
// ChatSocket.cpp : 实现文件
//
#include "stdafx.h"
#include "Chatter.h"
#include "ChatSocket.h"
#include "ChatterDoc.h"
IMPLEMENT_DYNAMIC(CChatSocket, CSocket)
CChatSocket::CChatSocket(CCh
www.eeworm.com/read/193009/8258174
cpp adodc1.cpp
//
/****************************************/
/* SchoolManageSystem */
/*设计者:全佳营 */
/*时间:2004.5.9-2004-5.18 */
/*Email:ghostman@tzc.edu.cn */
/*********************************
www.eeworm.com/read/370193/9611260
cpp mediaplayer1.cpp
// 计算机生成了由 Microsoft Visual C++ 创建的 IDispatch 包装类
// 注意:不要修改此文件的内容。如果此类由
// Microsoft Visual C++ 重新生成,您的修改将被改写。
#include "stdafx.h"
#include "mediaplayer1.h"
////////////////////////////
www.eeworm.com/read/266481/11223815
cpp mycase1.cpp
// 演示用的测试用例类
#include "stdafx.h"
#include "StressCase.h"
#include "MyCase1.h"
IMPLEMENT_DYNCREATE(MyCase1, StressCase)
bool MyCase1::OneStep(CString& strErrorMessage)
{
// do something
www.eeworm.com/read/266481/11223819
cpp mycase2.cpp
// 演示用的测试用例类
#include "stdafx.h"
#include "StressCase.h"
#include "MyCase2.h"
IMPLEMENT_DYNCREATE(MyCase2, StressCase)
bool MyCase2::OneStep(CString& strErrorMessage)
{
// do something
www.eeworm.com/read/335529/12518923
s wcslen.s
//****************************************************************************
//
// WCSLEN.S - Routine to implement the library function "wcslen".
//
// Copyright (c) 1999,2000,2001 Cirrus Logic, Inc
www.eeworm.com/read/335529/12519005
s strlen.s
//****************************************************************************
//
// STRLEN.S - Routine to implement the C library function "strlen".
//
// Copyright (c) 1999,2000,2001 Cirrus Logic, I