代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/207890/15259662
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/205324/15317705
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/205324/15318166
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/205324/15318739
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/205324/15319289
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/205324/15319467
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/205324/15319930
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/167046/5470208
h uclibc_clk_tck.h
/* Follow glibc's example and use 1024 for CLK_TCK to implement sysconf and
* clock.c instead of the normal default of 100.
*
* WARNING: It is assumed that this is a constant integer value usable i
www.eeworm.com/read/163821/5508693
h uclibc_clk_tck.h
/* Follow glibc's example and use 1024 for CLK_TCK to implement sysconf and
* clock.c instead of the normal default of 100.
*
* WARNING: It is assumed that this is a constant integer value usable i
www.eeworm.com/read/474601/6813596
h hxedctrl.h
////////////////////////////////////////////////////////////////////////////////
// HxEdCtrl.h : interface of the CHxEdCntrItem class
// $Header: /USB/Util/EzMr/HxEdCtrl.h 3 8/08/00 2:26p Tpm $