代码搜索:CBASE

找到约 763 项符合「CBASE」的源代码

代码结果 763
www.eeworm.com/read/374003/2755644

h mulawencoder.h

#ifndef __MULAWENCODER_H #define __MULAWENCODER_H #include class CMuLawEncoder : public CBase { public: static TInt Encode(const TDesC8& aBuffer, TUint8* aOutBuffer); }; #endif
www.eeworm.com/read/374003/2755725

h mulawencoder.h

#ifndef __MULAWENCODER_H #define __MULAWENCODER_H #include class CMuLawEncoder : public CBase { public: static TInt Encode(const TDesC8& aBuffer, TUint8* aOutBuffer); }; #endif
www.eeworm.com/read/374003/2755813

h mulawencoder.h

#ifndef __MULAWENCODER_H #define __MULAWENCODER_H #include class CMuLawEncoder : public CBase { public: static TInt Encode(const TDesC8& aBuffer, TUint8* aOutBuffer); }; #endif
www.eeworm.com/read/366702/2872080

c thunk1.c

// { dg-do run } // Test that non-variadic function calls using thunks work right. struct A { void* p; A (void* q): p (q) { } A (const A& a): p (a.p) { } }; class CBase { public: virtual vo
www.eeworm.com/read/381133/9108055

h cwaveloader.h

#ifndef __CWAVLOADER_H #define __CWAVLOADER_H #include #include "TSample.h" // Load only 8-bit mono wav sample class CWavLoader : public CBase { // Constuct and destruct pu
www.eeworm.com/read/381133/9108082

h cgametetris.h

#ifndef __CGAMETETRIS_H #define __CGAMETETRIS_H #include #include "TGrid.h" #include "TBlock.h" const TUint8 COLORNUM = 9; class CGameTetris : public CBase { // construct
www.eeworm.com/read/349981/10779180

cpp lisp.cpp

#include #include #define stack_init_size 100 #define stackincrement 10 typedef struct { char *cbase; char *ctop; int istacksize; }cstack; //定义字符型结构体 typedef s
www.eeworm.com/read/461827/7218870

h train.h

#ifndef CTrain_H_ #define CTrain_H_ #include class CTrain : public CBase { public: TInt iID; HBufC* iName; TInt8 iType; TInt iStartStationID; TInt iArriveStationID; TInt i
www.eeworm.com/read/461827/7218871

h province.h

#ifndef PROVINCE_H_ #define PROVINCE_H_ #include class Province : public CBase { public: TInt iID; HBufC* iChineseName; TBuf8 iEnglishName; public: Province(TInt aID,HBuf
www.eeworm.com/read/485773/6545985

h userinfo.h

#ifndef __CUSERINFO_H__ #define __CUSERINFO_H__ #include //#include "DataManage.h" #include class CUserInfo: public CBase { public: friend class CDataManage; CUs