08 2022 档案

摘要:一、CRC16/IBM 或 CRC16/ARC 或 CRC16/LHA参数 公式:x16+x15+x2+1 宽度:16 Poly值:0x8005 初始值:0x0000 基准输入:true 基准输出:true 标志位:0x0000 二、C#代码 public class CRC16Standard { 阅读全文
posted @ 2022-08-30 10:29 Waa1 阅读(669) 评论(0) 推荐(0) 编辑