2018年5月21日
摘要: 这里下载的是redis3.0.6的redis源代码,里面对crc16方法是这样写的: static const uint16_t crc16tab[256]= { 0x0000,0x1021,0x2042,0x3063,0x4084,0x50a5,0x60c6,0x70e7, 0x8108,0x91 阅读全文
posted @ 2018-05-21 13:23 JesseLivermore 阅读(612) 评论(0) 推荐(1)