搜索资源列表
CRC16
- CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00,
CRC16
- 用JAVA编写的CRC16的认证,希望大家互相学习-CRC16 prepared using JAVA certification, I hope we learn from each other
CRC16
- java CRC16校验自己实现的方法,通过移位算法-java CRC16
CRC16
- CRC16校验,把第一个8位二进制数据(既通讯信息帧的第一个字节)与16位的CRC寄存器的低8位相异或,把结果放于CRC寄存器-CRC16 checksum, the first byte of the first 8-bit binary data (both communications and information frames) with the 16-bit CRC register low eight different or put the result in the CRC r
CRC16
- Class that calculates the CRC16 algorithm in Java.
wj
- 对一个string的crc16封装和解码 其中用到了Java的udp通信-it can encode the string after transfering into byte[] by CRC16,and also can decode the message you received by CRC16 via UDP conmmunication.