摘要: 1 static const unsigned short crc16_table[256]= 2 { 3 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, 4 0xC601, 0x06C... 阅读全文
posted @ 2014-05-09 12:56 paullam 阅读(9641) 评论(0) 推荐(1)