代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/192762/8283887
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/266114/11240067
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/411439/11245658
cpp mainframe.cpp
// MainFrame.cpp : implementation file
//
#include "stdafx.h"
#include "clock.h"
#include "MainFrame.h"
#include "clockDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/335730/12501533
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/335729/12501721
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/335529/12518936
s wcsncmp.s
//****************************************************************************
//
// WCSNCMP.S - Routine to implement the library function "wcsncmp".
//
// Copyright (c) 1999,2000,2001 Cirrus Logic, I
www.eeworm.com/read/147747/12523295
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/147747/12524488
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/147747/12525995
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/147747/12527226
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