代码搜索结果

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

gpsguidoc.h

// GPSGuiDoc.h : interface of the CGPSGuiDoc class // ///////////////////////////////////////////////////////////////////////////// #ifndef __GPSGUIDOC_H__ #define __GPSGUIDOC_H__ class CGP

wbtest.h

/************************************************************/ /********* wbtest.h C51 driver *************/ /********** Written by WangBiao---20070125 ****************/ /*******

flatbar.h

#ifndef __FLATBAR_H__ #define __FLATBAR_H__ class CFlatToolBar : public CToolBar { public: CFlatToolBar() { m_bFlat = FALSE; }; void ShowFlat(BOOL bFlat); BOOL IsFlat() const { retur

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by GPS32EXE.rc // #define IDS_PROPERTIES_CAPTION 102 #define IDS_STOPBIT_1 103 #def

stack.h

#ifndef _STACK_H_ #define _STACK_H_ #define cSLASH_SYMBOL '/' #define cBACKSLASH_SYMBOL '\\' #define cSTAR_SYMBOL '*' #define cNEWLINE_SYMBOL '\n' #define cLEFT_CIRCLEBRACKET '('

app.h

#ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols class CApp : public CWinApp { public: CApp(); //{{

mainfrm.h

#ifndef __MAINFRM_H__ #define __MAINFRM_H__ #include "flatbar.h" class CMainFrame : public CFrameWnd { public: CMainFrame(); virtual ~CMainFrame(); protected: DECLARE_DYNCREATE(CMain

gpsguiview.h

#ifndef __GPSGUIVIEW_H__ #define __GPSGUIVIEW_H__ class CGPSGuiView : public CListView { protected: // create from serialization only CGPSGuiView(); DECLARE_DYNCREATE(CGPSGuiView) // At

hirestimer.h

#ifndef _HIRESTIMER_H_ #define _HIRESTIMER_H_ #include "Common.h" class CHiResTimer { public: CHiResTimer(); virtual ~CHiResTimer() {} bool IsTimerInstalled(void) const {return m_bTim

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by TestGPS.rc // #define IDD_TESTGPS_DIALOG 102 #define IDR_MAINFRAME 128 #defi