代码搜索结果

找到约 10,000 项符合 H 的代码

type.h

/***************************************************************************** * type.h: Type definition Header file for NXP LPC230x Family * Microprocessors * * Copyright(C) 2006, NXP

timer.h

/***************************************************************************** * timer.h: Header file for NXP LPC23xx/24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor

stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #define WIN32_LE

gps.h

#pragma once #include "sensor.h" #include "Globe.h" typedef struct _tGPGGADATA { int nHours; int nMinutes; int nSeconds; float fLatitude; float fLongitude; int nGPSQual; int nNumof

compass.h

#pragma once #include "sensor.h" #include "Globe.h" typedef struct _tHPRData { float fHeading; char szHeadStatus; float fPitch; char szPitchStatus; float fRoll; char szRollStatus

sensor.h

#pragma once #include "Globe.h" #include #include template class Sensor { protected: Sensor(void); public: virtual ~Sensor(void); //init sensor voi

globe.h

#pragma once /////////////////////////////////// //common head file /////////////////////////////////// //stl related #include #include #include using namesp

output.h

#pragma once #include "Globe.h" class output { protected: output(void) { } public: virtual ~output(void) { } // a custom error reporter, we just display the error message on

cdplayerdlg.h

// CDPlayerDlg.h : header file // #if !defined(AFX_CDPLAYERDLG_H__67A9DC66_1E2A_11D1_813A_0020AF337325__INCLUDED_) #define AFX_CDPLAYERDLG_H__67A9DC66_1E2A_11D1_813A_0020AF337325__INCLUDED_ #i

cdaudio.h

// CDAudio.h #ifndef __CDAUDIO_H__ #define __CDAUDIO_H__ class CCDAudio { public: CCDAudio(); ~CCDAudio(); BOOL Open( void ); void Close( void ); BOOL Play( void ); void Stop(