这是TFTP 协议的最新源代码 很辛苦的

源代码在线查看: crc16.h

软件大小: 41 K
上传用户: maige49
关键词: TFTP 协议 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifndef _CRC16_H_				#define _CRC16_H_								extern const unsigned short crc16tab[256];				unsigned short crc16_ccitt(const void *buf, int len);								#endif /* _CRC16_H_ */							

相关资源