添加收藏夹  设为首页  深圳服务热线:13751165337  13692101218
51电子网联系电话:13751165337
位置:首页 > IC型号导航 > 首字符L型号页 > 首字符L的型号第61页 > LRI64-A7T > LRI64-A7T PDF资料 > LRI64-A7T PDF资料1第35页
LRI64
{
current_crc_value = ( current_crc_value >> 1 ) ^多项式;
}
其他
{
current_crc_value = ( current_crc_value >> 1 ) ;
}
}
}
如果( calculate_or_check_crc == CALC_CRC )
{
current_crc_value = current_crc_value ;
的printf ( "Generated CRC是为0x % 04X \\ n" , current_crc_value ) ;
// current_crc_value现在已经准备好要追加到数据流
// (先低字节,然后高字节)
}
其他
// CRC校验
{
如果( current_crc_value == CHECK_VALUE )
{
的printf ( "Checked CRC是确定的(为0x% 04X ) \\ n" , current_crc_value ) ;
}
其他
{
的printf ( "Checked CRC也不行(为0x% 04X ) \\ n" , current_crc_value ) ;
}
}
}
35/38

深圳市碧威特网络技术有限公司