Skip to main content

2 posts tagged with "Algorithm"

View All Tags

CRC 原理

· 13 min read
yinpo
Owner and Maintainer of here

CRC 是一种用于检测数据传输错误或数据损坏的算法。

CRC-n-XX 其中 n 表示 CRC 的位宽,XX 表示 CRC 的标准名。例如:

  1. CRC-64-ECMA-182: 表示 ECMA-182 标准的 64 位 CRC。
  2. CRC-64-ISO: 表示 ISO 3309 (HDLC) 标准的 64 位 CRC。