搜索资源列表
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,
CRC32
- 提供JAVA平台的CRC解密程序,包括CRC8,CRC16和32等-JAVA platform for the CRC decryption procedures, including CRC8, and 32 other CYXLIC REDUNDANCY
CRC16
- 用JAVA编写的CRC16的认证,希望大家互相学习-CRC16 prepared using JAVA certification, I hope we learn from each other
SocketServer
- 这是移动公司内部tuxedo调用源码,包括与java通过socket通信源码,CRC16位,多线程socket服务端等功能模块-This is a moving company call tuxedo source, including those related to java source code through the socket communication, CRC16-bit, multi-threaded socket server module and other functi
crc
- this program talks about crc , crc12 , crc16 and crc ccip of error detection method
CRC16
- java CRC16校验自己实现的方法,通过移位算法-java CRC16
crc-16-java
- Program to calcule ciclic redundance check crc16 write in Java. mifare desfire ev1.
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.