
好词典

Acronym from 'Cyclic Redundancy Check', first used in computer science and telecommunications.
❶ 循环冗余校验(Cyclic Redundancy Check)的缩写,是一种数据传输检错技术,用于检测数据在传输或存储过程中是否出现错误。
“The network protocol uses CRC to ensure data integrity.”
(该网络协议使用CRC来确保数据的完整性。)
“You can calculate the CRC value of a file to verify its correctness.”
(你可以计算文件的CRC值来验证其正确性。)
CRC error — 指在数据传输或存储过程中,通过CRC校验发现的数据错误。
“The system reported a CRC error in the downloaded file.”
(系统报告下载的文件中存在CRC错误。)
CRC calculation — 计算数据的循环冗余校验值的过程,用于后续的校验比对。
“The program performs CRC calculation before sending data.”
(程序在发送数据前会执行CRC计算。)