Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

类型定义 crc_xmodem_type - Boost C++ 函数库
PrevUpHomeNext

类型定义 crc_xmodem_type

crc_xmodem_type

提要

// In header: <boost/crc.hpp>


typedef crc_optimal< 16, 0x8408, 0, 0, true, true > crc_xmodem_type;

描述

计算类型,我错误地称之为 XMODEM 标准;它反转了两个反射参数,并反射了截断除数(不要使用?!)


PrevUpHomeNext