微信扫码关注
crc16 算法 unsigned shortcrc16 (unsigned char *pD, int len) { static unsigned short poly[2]={0, 0xa001}; unsigned short cr...
QQ号:123081755
回顶部