代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/161080/10456391
cpp fakemserial.cpp
// FakeMserial.cpp : implementation file
//
#include "stdafx.h"
#include "Watertank.h"
#include "FakeMserial.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/159990/10581258
java extend.java
//one interface can extebd another.
interface a {
void meth1();
void meth2();
}
//b now includes meth1() and meth2()-----it adds meth3().
interface b extends a {
void meth3();
}
www.eeworm.com/read/351383/10655413
cpp picobj.cpp
// PicObj.cpp : 实现文件
//
#include "stdafx.h"
#include "DrawDemo.h"
#include "PicObj.h"
#include ".\picobj.h"
IMPLEMENT_SERIAL(CPicObj,CObject,0)
CPicObj::CPicObj()
{
}
CPicObj::CPic
www.eeworm.com/read/276327/10747467
cpp datagrid_info.cpp
//
/****************************************/
/* SchoolManageSystem */
/*设计者:全佳营 */
/*时间:2004.5.9-2004-5.18 */
/*Email:ghostman@tzc.edu.cn */
/*********************************
www.eeworm.com/read/276140/10760411
cpp student.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.I
www.eeworm.com/read/276140/10760472
cpp student.cpp
// student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_DYNAMIC(CStudent, CObject)
#ifdef _DEBUG
void CStudent::Dump(CDumpContext& dc) const
{
CObject::Dump(dc);
www.eeworm.com/read/276140/10760682
cpp student.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 (
www.eeworm.com/read/276140/10761813
cpp student.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.I
www.eeworm.com/read/275831/10794193
rb 05 - generating and understanding tracebacks.rb
#!/usr/bin/ruby # 1
# delegation.rb # 2
class CEO
www.eeworm.com/read/273308/10921057
h atmega128.h
#ifndef _ATMEGA128_H_
#define _ATMEGA128_H_
#include
#include
/*Function Declared*/
/*利用atmega128的8位定时器Timer0的输出比较匹配单元产生定时中断,程序中设定为200Hz(5ms)*/
void init_timer0(