資源簡介
CRC高低求值(引用直拉用)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.IO.Ports;
using?System.Windows.Forms;
namespace?GRPlatForm
{
????class?CalmCRC
????{
????????#region?CRC16查表法
????????#region?CRC對應表
????????//高位表
????????readonly?static?byte[]?CRCHigh?=?new?byte[]{
????????????0x00?0xC1?0x81?0x40?0x01?0xC0?0x80?0x41?0x01?0xC0?
????????????0x80?0x41?0x00?0xC1?0x81?0x40?0x01?0xC0?0x80?0x41?
????????????0x00?0xC1?0x81?0x40?0x00?0xC1?0x81?0x40?0x01?0xC0?
????????????0x80?0x41?0x01?0xC0?0x80?0x41?0x00?0xC1?0x81?0x40?
????????????0x00?0xC1?0x81?0x40?0x01?0xC0?0x80?0x41?0x00?0xC1?
????????????0x81?0x40?0x01?0xC0?0x80?0x41?0x01?0xC0?0x80?0x41?
????????????0x00?0xC1?0x81?0x40?0x0
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????11126??2017-03-09?16:53??新建文件夾\CalmCRC.cs
?????文件???????8287??2017-03-09?16:39??新建文件夾\CRC.cs
?????目錄??????????0??2017-03-17?10:03??新建文件夾
-----------?---------??----------?-----??----
????????????????19413????????????????????3
- 上一篇:QRCode二維碼生成
- 下一篇:C# 數字鍵盤控件
評論
共有 條評論