代码搜索:H型风机
找到约 10,000 项符合「H型风机」的源代码
代码结果 10,000
www.eeworm.com/read/292106/8376995
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by PLAY.RC
//
www.eeworm.com/read/292106/8377013
h 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
www.eeworm.com/read/192521/8377042
h tftpput.h
#ifndef __TFTPPUT_H
#define __TFTPPUT_H
#include"csl.h"
int tftp_put_begin(void);
int tftp_put(unsigned char *data, int len);
int tftp_put_end(void);
#endif /* __TFTPPUT_H */
www.eeworm.com/read/192521/8377050
h utils.h
#ifndef __UTILS_H
#define __UTILS_H
#include"csl.h"
//void memcpy(void *s1, const void *s2, int n);
//void memset(void *s, const char ch, int n);
unsigned short ntohs(unsigned short s);
Ui
www.eeworm.com/read/192521/8377055
h eth.h
#ifndef __ETH_H
#define __ETH_H
#include"csl.h"
/*
* IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
* and FCS/CRC (frame check sequence).
*/
#define ETH_ALEN 6 /
www.eeworm.com/read/192521/8377060
h netif.h
#ifndef __LWIP_NETIF_H__
#define __LWIP_NETIF_H__
#include "lwdef.h"
#include "err.h"
#include "pbuf.h"
/** must be the maximum of all used hardware address lengths
across all types
www.eeworm.com/read/192521/8377064
h stats.h
#ifndef __LWIP_STATS_H__
#define __LWIP_STATS_H__
#include "mem.h"
#include "tcpmem.h"
#include "lwdef.h"
//#if LWIP_STATS
struct stats_proto {
u16_t xmit; /* Transmitted packets
www.eeworm.com/read/192521/8377065
h tcp.h
/*
Tcp.h
*/
#ifndef _TCP_H__
#define _TCP_H__
#include "lwdef.h"
#include "err.h"
#include "pbuf.h"
#include "netif.h"
#include "stats.h"
#include "../ip.h"
#include "ip_addr.h"
www.eeworm.com/read/192521/8377072
h err.h
#ifndef __LWIP_ERR_H__
#define __LWIP_ERR_H__
#include "lwdef.h"
typedef Int8 err_t;
/* Definitions for error constants. */
#define ERR_OK 0 /* No error, everything OK. */
#def
www.eeworm.com/read/192521/8377073
h lwdef.h
#ifndef __LWIP_DEF_H__
#define __LWIP_DEF_H__
#include"csl.h"
#define TCP_WND 2048
#define TCP_MSS 128 /* A *very* conservative default. */
#define TCP_