代码搜索结果
找到约 322,615 项符合
Interface 的代码
interface.h
// Interface.h: interface for the CInterface class.
//
//////////////////////////////////////////////////////////////////////
/*---------------------------------------------------------------------
interface.o
XL
H 2 areas A global symbols
M interface.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size 8C flags 0
dbfile E:\ICCAVR\icc\stk500\avrasp\interface.c
dbfunc e interface_init 0 fV
dbline F
interface.s
.module interface.c
.area text(rom, con, rel)
.dbfile E:\ICCAVR\icc\stk500\avrasp\interface.c
.dbfunc e interface_init _interface_init fV
.even
_interface_init::
.dbline -1
.dbline 87
;
interface.dp2
interface.o: E:\ICCAVR\icc\stk500\avrasp/stk500.h C:/icc/include/string.h C:/icc/include/_const.h C:/icc/include/iom88v.h C:/icc/include/macros.h E:\ICCAVR\icc\stk500\avrasp/interface.h E:\ICCAVR\icc\
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// interface.h
struct IMotion : public IUnknown
{
STDMETHOD_(void, Fly) () = 0;
STDMETHOD_(int&, GetPosition) () = 0;
};
struct IVisual : public IUnknown
{
STDMETHOD_(void, D
interface.h
// Interface.h: interface for the CInterface class.
//
//////////////////////////////////////////////////////////////////////
/*---------------------------------------------------------------------
interface.cpp
// Fig. 10.26: Interface.cpp
// Implementation of class Interface--client receives this file only
// as precompiled object code, keeping the implementation hidden.
#include "Interface.h" // Interf
interface.h
// Fig. 10.25: Interface.h
// Header file for class Interface
// Client sees this source code, but the source code does not reveal
// the data layout of class Implementation.
class Implementati
interface.h
// interface.h
#ifndef PROTOCOL_H
#define PROTOCOL_H
#define ENGINE "Cyclone"
#define VERSION "2.1"
// includes
#include "util.h"
// functions
extern void process_input();
extern