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.
如果我们采用 32 位 CRC,那么数据字大小将是 2 的 32(2**32) 次方加上 32 位的 CRC.... 我错过了什么吗?
如果我想用 Microsoft Visual C++ 编写代码来实现 32 位 CRC,那么我可以使用什么数据类型?也许我没有抓住重点,胡说八道。
基本上,实现 32 位 CRC 是我的任务,我完全不知道如何去做。
抱歉,如果问题含糊不清。任何对实现、逻辑或基本原理的帮助将不胜感激。
CRC-32 基本上是将两个多项式相除并返回余数的行为。
推荐的入门读物: