摘要: 11. "Reflected" Table-Driven Implementations “反射”表驱动实现 Despite the fact that the above code is probably optimized about as much as it could be, this d 阅读全文
posted @ 2024-08-16 17:04 QIYUEXIN 阅读(22) 评论(0) 推荐(0) 编辑
摘要: CRC, Cyclic Redundancy Check, 循环冗余校验 1. 基本原理 CRC的本质是除法,把待检验的数据当作一个很大(很长)的被除数,两边选定一个除数(有的文献叫poly),最后得到的余数就是CRC的校验值。 判定方法: 将消息和校验和分开。计算消息的校验和(在附加W个零后),并 阅读全文
posted @ 2024-08-16 16:55 QIYUEXIN 阅读(930) 评论(3) 推荐(3) 编辑