代码搜索:H型风机

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

代码结果 10,000
www.eeworm.com/read/192426/8382038

h numled.h

extern const unsigned char seg_table[16]; extern unsigned char led_buff[4]; extern void delay_ms(unsigned int time); extern void display(void); #define fill_send() {led_buff[3]=0xbf;led_buff[2]=
www.eeworm.com/read/292026/8382042

h dir.h

/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/192426/8382044

_h twi._h

#define TWI_WR 0xf0 #define TWI_RD 0x0f #define TWI_STOP 0 extern unsigned char TWI_STATE; //TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18
www.eeworm.com/read/192426/8382062

h twi.h

#define TWI_WR 0xf0 #define TWI_RD 0x0f #define TWI_STOP 0 extern unsigned char TWI_STATE; //TWI状态定义 //MT 主方式传输 MR 主方式接收 #define START 0x08 #define RE_START 0x10 #define MT_SLA_ACK 0x18
www.eeworm.com/read/192426/8382069

_h numled._h

extern const unsigned char seg_table[16]; extern unsigned char led_buff[4]; extern void delay_ms(unsigned int time); extern void display(void); #define fill_send() {led_buff[3]=0xbf;led_buff[2]=0
www.eeworm.com/read/292026/8382081

h podd.h

/* Deprecated/legacy */ /* crypto/des/podd.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric
www.eeworm.com/read/192426/8382085

_h uart._h

/* 字符输出函数 */ extern void putchar(unsigned char c); /* 字符输入函数 */ extern unsigned char getchar(void); /* 字符串输出函数 */ extern void puts(char *s); /* UART初始化 */ extern void
www.eeworm.com/read/292026/8382089

h aessmall.h

/* --------------------------------------------------------------------------- Copyright (c) 1998-2006, Brian Gladman, Worcester, UK. All rights reserved. LICENSE TERMS The free distributi
www.eeworm.com/read/292026/8382091

h blowfish.h

/* Deprecated/legacy */ /* crypto/bf/blowfish.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by E
www.eeworm.com/read/292026/8382094

h sk.h

/* Deprecated/legacy */ /* crypto/des/sk.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Y