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 中只能检测错误。
CRC用于通信,而汉明码用于检测存储磁盘中的错误
我的主要问题是使用一种代码比另一种代码有什么优势?
Hamming 用于要检测和纠正固定长度的数据而 CRC 适用于任何长度的数据的情况。