代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/192521/8377145
h socketkernel.h
#ifndef SOCKETKERNEL_
#define SOCKETKERNEL_
#include"csl.h" //for DSP
int MsgAsynEvent(int Message);
int net_handle(unsigned char *pBuf,unsigned int Len);
#endif /* NETSOCKET_ */
www.eeworm.com/read/192521/8377146
h global.h
#include
#include
#include
#include
#include
extern far vectors();
www.eeworm.com/read/192519/8377173
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/192512/8378119
h ad.h
#include"..\startup\44b.h"
#define ADCCON_FLAG 0x40
#define ADCCON_SLEEP 0x20
#define ADCCON_ADIN0 (0x0
www.eeworm.com/read/192512/8378120
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[
www.eeworm.com/read/192512/8378121
h osfile.h
#ifndef __OSFILE_H__
#define __OSFILE_H__
#define FILEMODE_READ 1
#define FILEMODE_WRITE 2
#define FILEMODE_CREATE 0x10
#define Disk_Size (16384) //Disk的空间大小(以Sector/Page为基本单位)
#def
www.eeworm.com/read/192512/8378122
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
#include "..\inc\def.h"
#define RTC_SECOND_CHANGE 1
#define RTC_MINUTE_CHANGE 2
#define RTC_HOUR_CHANGE 3
#define RTC_DAY_CHANGE 4
#define RTC_MONTH
www.eeworm.com/read/192512/8378123
h tchscr.h
#include "..\inc\def.h"
#define ADS7843_CTRL_START 0x80
#define ADS7843_GET_X 0x50
#define ADS7843_GET_Y 0x10
#define ADS7843_CTRL_12MODE 0x0
#define ADS7843_CTRL_8MODE 0x8
#define ADS784
www.eeworm.com/read/192512/8378124
h flash.h
#include "..\STARTUP\44b.h"
#include "..\inc\def.h"
/*KM29U128 IO 定义*/
//RB ->GPE0
//CLE ->GPC11
//ALE ->GPC10
//WP ->
//CE ->GPC15
#define RB (0x01)
#define CLE (0x800)
#define ALE (0x
www.eeworm.com/read/192512/8378125
h can.h
#ifndef __CAN_H__
#define __CAN_H__
#include "../inc/def.h"
typedef enum{
BandRate_125kbps,
BandRate_250kbps,
BandRate_500kbps,
BandRate_1Mbps
}CanBandRate;
typedef struct {
unsig