代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/129672/5970967
cpp item.cpp
#include "stdafx.h"
#include "Item.h"
#include "opcda.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
///////////////////////////////////
www.eeworm.com/read/123279/6061851
h testplugin.h
#ifndef CPPUNIT_PLUGIN_TESTPLUGIN
#define CPPUNIT_PLUGIN_TESTPLUGIN
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
#include
CPPUNIT_NS_BEG
www.eeworm.com/read/100603/6266140
c prcthr.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100603/6266167
c priometh.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not
www.eeworm.com/read/100601/6268161
c token.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/100262/6272718
cpp chtxtin.cpp
/*----------------------------------------------------------------------------
_ _ _
/\ | |
www.eeworm.com/read/490179/6460043
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/485355/6559775
java extendinter.java
interface A {
void extendInter1();
void extendInter2();
}
// B now includes extendInter1() and extendInter2() -- it adds extendInter3().
interface B extends A {
void extendInter3();
}
/
www.eeworm.com/read/481542/6642988
c dump_stack.c
/*
* Provide a default dump_stack() function for architectures
* which don't implement their own.
*/
#include
#include
void dump_stack(void)
{
printk(KERN_NOTIC
www.eeworm.com/read/408735/11372970
cpp wzdinfo.cpp
// WzdInfo.cpp : implementation of the CWzdInfo class
//
#include "stdafx.h"
#include "WzdInfo.h"
/////////////////////////////////////////////////////////////////////////////
// CWzdInfo