代码搜索结果
找到约 10,000 项符合
H 的代码
com.h
/************************************************************/
/********* COM.H C51 driver *************/
/********** Written by WangBiao---20060824 ****************/
/*******
firstatl.h
// FirstATL.h : Declaration of the CFirstATL
#ifndef __FIRSTATL_H_
#define __FIRSTATL_H_
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////
wbtest.h
/************************************************************/
/********* wbtest.h C51 driver *************/
/********** Written by WangBiao---20070125 ****************/
/*******
stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__A
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
emailparams.h
#if !defined(AFX_EMAILPARAMS_H__B3F3B5E0_C899_11D1_B07C_0060083CFB2D__INCLUDED_)
#define AFX_EMAILPARAMS_H__B3F3B5E0_C899_11D1_B07C_0060083CFB2D__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#end
mainfrm.h
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__ADAA3287_C7DC_11D1_B07C_0060083CFB2D_
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Component.rc
//
#define IDS_PROJNAME 100
#define IDR_FIRSTATL 101
/
hmdmouse.h
//////////////////////////////////////////////////////////////////
//// hmdmouse.h : interface of the CHmdmouse class //
//////////////////////////////////////////////////////////////////
#ifnde
sensor.h
#pragma once
#include "Globe.h"
#include
#include
template
class Sensor
{
protected:
Sensor(void);
public:
virtual ~Sensor(void);
//init sensor
voi