代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/284263/8952080
cpp dockingframework.cpp
#include "stdafx.h"
#include "DockingFramework.h"
namespace WTL
{
#include "Docking\dockimpl.cpp"
}
CComModule _Module;
IMPLEMENT_DYNAMIC(CDockingFrameWnd, CFrameWnd)
IMPLEMENT_DYNAMIC(C
www.eeworm.com/read/382950/8987249
h atmega128.h
#ifndef _ATMEGA128_H_
#define _ATMEGA128_H_
#include
#include
/*Function Declared*/
/*利用atmega128的8位定时器Timer0的输出比较匹配单元产生定时中断,程序中设定为200Hz(5ms)*/
void init_timer0(
www.eeworm.com/read/282090/9120834
cpp shaderedit.cpp
// ShaderEdit.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "ShaderEdit.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/183563/9153639
h hxedctrl.h
////////////////////////////////////////////////////////////////////////////////
// HxEdCtrl.h : interface of the CHxEdCntrItem class
// $Header: /USB/Util/EzMr/HxEdCtrl.h 3 8/08/00 2:26p Tpm $
www.eeworm.com/read/380147/9160015
h mutex.h
/*
* this file implement a mutex for data share and competitions!
*/
#include
#include
#include
class MyJmutex
{
public:
MyJmutex();
~MyJmutex();
void lock(v
www.eeworm.com/read/179253/9362451
cpp datagrid_info.cpp
//
/****************************************/
/* SchoolManageSystem */
/*设计者:全佳营 */
/*时间:2004.5.9-2004-5.18 */
/*Email:ghostman@tzc.edu.cn */
/*********************************
www.eeworm.com/read/178380/9401635
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/178380/9402368
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/178380/9403287
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
dc
www.eeworm.com/read/178380/9404310
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a