代码搜索:CBASE

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

代码结果 763
www.eeworm.com/read/196938/5099569

cpp base64.cpp

// Base64.cpp: implementation of the CBase64 class. // Author: Wes Clyburn (clyburnw@enmu.edu) // // This code was practically stolen from: // Dr. Dobb's Journal, September 1995, // "Mime and I
www.eeworm.com/read/329411/3431987

cpp base64.cpp

// Base64.cpp: implementation of the CBase64 class. // Author: Wes Clyburn (clyburnw@enmu.edu) // // This code was practically stolen from: // Dr. Dobb's Journal, September 1995, // "Mime and I
www.eeworm.com/read/270726/4236317

h nmeaparser.h

#ifndef __CNmeaParser_H__ #define __CNmeaParser_H__ #include //NMEA STRING PARSER class CNmeaParser : public CBase { public: void SetData( TDesC8 & aNmeaMessage ); void Ge
www.eeworm.com/read/270726/4236320

h gpsposition.h

#ifndef __TGpsPosition_H__ #define __TGpsPosition_H__ #include class TGpsPosition : public CBase { public: IMPORT_C TGpsPosition( void ); IMPORT_C TGpsPosition( const TReal
www.eeworm.com/read/270726/4236356

h gpsposition.h

#ifndef __TGpsPosition_H__ #define __TGpsPosition_H__ #include class TGpsPosition : public CBase { public: IMPORT_C TGpsPosition( void ); IMPORT_C TGpsPosition( const TReal
www.eeworm.com/read/335358/12536753

h gametimer.h

#ifndef _GAMETIMER_H_ #define _GAMETIMER_H_ #include #include class MGameTimerObserver; class CGameTimer : public CBase { public: enum { StopTicking, TickAgain
www.eeworm.com/read/376889/9302305

cpp cmimestring.cpp

#include "stdafx.h" #include "CMimeString.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif #include "CBase64Algo.h" //------------
www.eeworm.com/read/197440/6964229

h snow.h

/* Copyright (c) 2004, Nokia. All rights reserved */ #ifndef __SNOWH__ #define __SNOWH__ // INCLUDES #include // for CBase definition #include // OpenGL ES hea
www.eeworm.com/read/461827/7218864

h station.h

#ifndef STATION_H_ #define STATION_H_ #include class Station : public CBase { public: TInt iID; HBufC* iName; public: ~Station(); Station() {} Station(TInt aID,HBufC* aNa
www.eeworm.com/read/461827/7218879

h tssresult.h

#ifndef CTrainRESULT_H_ #define CTrainRESULT_H_ #include #include "OTResult.h" #include "Train.h" class CTSSResult : public CBase { public: TBool iDirection; CTrain* iTrain;