代码搜索:H型风机

找到约 10,000 项符合「H型风机」的源代码

代码结果 10,000
www.eeworm.com/read/192512/8378138

h serial.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/192512/8378139

h console.h

#ifndef __CONSOLE_H__ #define __CONSOLE_H__ #define MAX_COMMANDLINE_LENGTH 256 #define MAX_ARGS (MAX_COMMANDLINE_LENGTH / 4) #define MAX_COMMANDNAME_LENGTH 256/4 #define MAX_COMMANDTYPE_LENGTH
www.eeworm.com/read/192512/8378140

h loadfile.h

/***************************************************************************\ Copyright (c) 2004-2009 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/192512/8378141

h io.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/192512/8378142

h bitops.h

/*These are the standard ANSI bit operation macros. They are used by */ /*microcontrollers that don't have special bit operation instructions.*/ #define BIT(x) (1
www.eeworm.com/read/192512/8378143

h sysconfig.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/192512/8378144

h marco.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/192512/8378145

h def.h

#ifndef __DEF_H__ #define __DEF_H__ #define U32 unsigned int #define BOOL int #define U16 unsigned short #define S32 int #define S16 short int #define U8 unsigned char #define S8 char #
www.eeworm.com/read/192512/8378146

h drv.h

#include "..\inc\drv\lcd.h" #include "..\inc\drv\KeyBoard16.h" #include "..\inc\drv\rtc.h" #include "..\inc\drv\flash.h" #include "..\inc\drv\Loadfile.h" #include "..\inc\drv\can.h"
www.eeworm.com/read/192512/8378149

h sample.h

#ifndef _SAMPLE_H_ #define _SAMPLE_H_ #define SAMPLE_myhello 1 #define SAMPLE_loadbmp 2 #define SAMPLE SAMPLE_myhello #endif