Welcome![Sign In][Sign Up]
Location:
Search - crc16 java

Search list

[JSP/JavaCRC16

Description: 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, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length))
Platform: | Size: 834 | Author: zhangQ | Hits:

[Other resourceCRC32

Description: 提供JAVA平台的CRC解密程序,包括CRC8,CRC16和32等-JAVA platform for the CRC decryption procedures, including CRC8, and 32 other CYXLIC REDUNDANCY
Platform: | Size: 967 | Author: 丰田 | Hits:

[SCM1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134144 | Author: 邓光 | Hits:

[J2MECRC32

Description: 提供JAVA平台的CRC解密程序,包括CRC8,CRC16和32等-JAVA platform for the CRC decryption procedures, including CRC8, and 32 other CYXLIC REDUNDANCY
Platform: | Size: 1024 | Author: 丰田 | Hits:

[JSP/JavaCRC16

Description: 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, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length)) -CRC16 algorithm realize Java, use the following method: 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, (byte) 0x00, (byte) 0x00) for ( int k = 0 k
Platform: | Size: 1024 | Author: zhangQ | Hits:

[JSP/JavaCRC16

Description: 用JAVA编写的CRC16的认证,希望大家互相学习-CRC16 prepared using JAVA certification, I hope we learn from each other
Platform: | Size: 5120 | Author: 任我行 | Hits:

[CommunicationSocketServer

Description: 这是移动公司内部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 functions
Platform: | Size: 163840 | Author: 刘泰元 | Hits:

[Algorithmcrc

Description: this program talks about crc , crc12 , crc16 and crc ccip of error detection method
Platform: | Size: 1024 | Author: rajesh | Hits:

[JSP/JavaCRC16

Description: java CRC16校验自己实现的方法,通过移位算法-java CRC16
Platform: | Size: 1024 | Author: 孟宪军 | Hits:

[Crack Hackcrc-16-java

Description: Program to calcule ciclic redundance check crc16 write in Java. mifare desfire ev1.
Platform: | Size: 1024 | Author: olean22 | Hits:

[JSP/JavaCRC16

Description: Class that calculates the CRC16 algorithm in Java.
Platform: | Size: 1024 | Author: Smerx | Hits:

[JSP/Javawj

Description: 对一个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.
Platform: | Size: 36864 | Author: 王佑磊 | Hits:

CodeBus www.codebus.net