Boost C++ 库

...世界上评价最高、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

第 9 章。 Boost.CRC 1.5 - Boost C++ 函数库
PrevUpHomeNext

第 9 章。 Boost.CRC 1.5

Daryle Walker

根据 Boost 软件许可 1.0 分发。(请参阅随附的 LICENSE_1_0.txt 文件或副本,网址为 https://boost.ac.cn/LICENSE_1_0.txt

CRC(循环冗余校验码)是确认数据在传输后完整性的一种常用技术。 Boost.CRC 库提供了两种 CRC 计算方式:一种是函数模板,另一种是函数模板和两个计算对象类模板,这两个类模板在速度上有所不同。


PrevUpHomeNext