Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道区别以及如何为不同的 crc 选择多项式生成器?
在一些 C 代码中,他们有查找表来计算 crc,其中一些是通过异或真值表来完成的。但在这两种情况下,它都是 1byte 数据数组。它令人困惑。有人也可以解释一下吗?
谢谢。!