代码搜索结果
找到约 10,000 项符合
H 的代码
memtest.h
/*********************************************
NAME: memtest.h
DESC:
HISTORY:
03.27.2002:purnnamu: first release
*********************************************/
#ifndef __memtest_h_
profile.h
/*********************************************
NAME: profile.h
DESC:
HISTORY:
Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon
*********************************************/
def.h
#ifndef __DEF_H__
#define __DEF_H__
#define U32 unsigned int
#define U16 unsigned short
#define S32 int
#define S16 short int
#define U8 unsigned char
#define S8 char
#define BYTE char
main.h
/****************************************************************
NAME: MAIN.h
DESC:
HISTORY:
Mar.29.2002:purnnamu: created first
***********************************************************
option.h
/**************************************************************
NAME: option.h
DESC: To measuure the USB download speed, the WDT is used.
To measure up to large time, The WDT interrupt is
camproset.h
/*
*
* History:
* Dec 15, 2002 Generated by DonGo.
*
*/
#ifndef __CAMSCCB_H__
#define __CAMSCCB_H__
#ifdef __cplusplus
extern "C" {
#endif
//CAM_MODULE_XX should reserve the bit[9:5
rtree.h
#ifndef RTREE_H
#define RTREE_H
// NOTE This file compiles under MSVC 6 SP5 and MSVC .Net 2003 it may not work on other compilers without modification.
// NOTE These next few lines may be win32
resource.h
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by Embest_SCOMM.rc
//
#define IDD_EMBEST_SCOMM_DIALOG 102
#define IDR_MAINFRAME 12
newres.h
#ifndef __NEWRES_H__
#define __NEWRES_H__
#define SHMENUBAR RCDATA
#if !(defined(_WIN32_WCE_PSPC) && (_WIN32_WCE >= 300))
#undef HDS_HORZ
#undef HDS_BUTTONS
#undef HDS_HIDDEN
#incl
cserial.h
// Serial.h
#define FC_DTRDSR 0x01
#define FC_RTSCTS 0x02
#define FC_XONXOFF 0x04
#define ASCII_BEL 0x07
#define ASCII_BS 0x08
#define ASCII_LF 0x0A
#de