代码搜索结果

找到约 10,000 项符合 H 的代码

at.h

/* * Copyright(c) 2007 Atheros Corporation. All rights reserved. * Copyright(c) 2007 xiong huang * * Derived from Intel e1000 driver * Copyright(c) 1999 - 2005 Inte

压缩.h

// 压缩.h : main header file for the 压缩 application // #if !defined(AFX__H__E4DFDAB9_41DE_462C_94A1_5316752B2CCC__INCLUDED_) #define AFX__H__E4DFDAB9_41DE_462C_94A1_5316752B2CCC__INCLUDED_ #if _

主机.h

#ifndef __主机_H__ #define __主机_H__ // write your header here #endif

by.h

// by.h : main header file for the BY application // #if !defined(AFX_BY_H__FC83D73D_8F90_4854_AC34_0EE3CCE8BF40__INCLUDED_) #define AFX_BY_H__FC83D73D_8F90_4854_AC34_0EE3CCE8BF40__INCLUDED_ #

速率.h

//速率设定,改相应的寄存器 //{FSCTL1,MDMCFG4,MDMCFG3,MDMCFG2,DEVIATN,FREND1,AGCCTRL2,AGCCTRL1,AGCCTRL0,FSCAL3,FOCCFG,BSCCFG} {0x08,0xF6,0x83,0x13,0x15,0x56,0x03,0x40,0x91,0xA9,0x16,0x6C}, //2400bps, {

if.h

/* * * bootpd_nis: simple BOOTP server with NIS maps support * Copyright (C) 2005 * * This program is free software; you can redistribute it and/or modify

eth^.h

#ifndef __ETH_H #define __ETH_H /* * IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble * and FCS/CRC (frame check sequence). */ #define ETH_ALEN 6 /* Octets in one

mac^.h

#ifndef __MAC_H #define __MAC_H int s3c44b0_eth_init(void); int s3c44b0_eth_send(unsigned char *data, unsigned int len); int s3c44b0_eth_rcv(unsigned char *data, unsigned int *len); int s3c

utils^.h

#ifndef __UTILS_H #define __UTILS_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); unsigned long ntohl(u