static int |
CRC8_DARC(byte[] source,
int offset,
int length)
CRC-8/DARC
多项式
初始值
异或值
Bit反转
| 0x39
| 0x00
| 0x00
| LSB First
|
static int |
CRC8_ITU(byte[] source,
int offset,
int length)
CRC-8/ITU
多项式
初始值
异或值
Bit反转
| 0x07
| 0x00
| 0x55
| MSB First
|
static int |
CRC8_MAXIM(byte[] source,
int offset,
int length)
CRC-8/MAXIM
多项式
初始值
异或值
Bit反转
| 0x31
| 0x00
| 0x00
| LSB First
|
static int |
CRC8_ROHC(byte[] source,
int offset,
int length)
CRC-8/ROHC
多项式
初始值
异或值
Bit反转
| 0x07
| 0xFF
| 0x00
| LSB First
|
static int |
CRC8(byte[] source,
int offset,
int length)
CRC-8
多项式
初始值
异或值
Bit反转
| 0x07
| 0x00
| 0x00
| MSB First
|
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
构造器详细资料
-
CRC8Utils
public CRC8Utils()
Copyright © 2020. All rights reserved.
| | | | |