CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - crc16 java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - crc16 java - List
[
JSP/Java
]
CRC16
DL : 0
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))
Date
: 2008-10-13
Size
: 834byte
User
:
zhangQ
[
Other resource
]
CRC32
DL : 0
提供JAVA平台的CRC解密程序,包括CRC8,CRC16和32等-JAVA platform for the CRC decryption procedures, including CRC8, and 32 other CYXLIC REDUNDANCY
Date
: 2008-10-13
Size
: 967byte
User
:
丰田
[
SCM
]
1crc
DL : 0
计算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.
Date
: 2025-07-06
Size
: 131kb
User
:
邓光
[
J2ME
]
CRC32
DL : 0
提供JAVA平台的CRC解密程序,包括CRC8,CRC16和32等-JAVA platform for the CRC decryption procedures, including CRC8, and 32 other CYXLIC REDUNDANCY
Date
: 2025-07-06
Size
: 1kb
User
:
丰田
[
JSP/Java
]
CRC16
DL : 0
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
Date
: 2025-07-06
Size
: 1kb
User
:
zhangQ
[
JSP/Java
]
CRC16
DL : 0
用JAVA编写的CRC16的认证,希望大家互相学习-CRC16 prepared using JAVA certification, I hope we learn from each other
Date
: 2025-07-06
Size
: 5kb
User
:
任我行
[
Communication
]
SocketServer
DL : 0
这是移动公司内部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
Date
: 2025-07-06
Size
: 160kb
User
:
刘泰元
[
Algorithm
]
crc
DL : 0
this program talks about crc , crc12 , crc16 and crc ccip of error detection method
Date
: 2025-07-06
Size
: 1kb
User
:
rajesh
[
JSP/Java
]
CRC16
DL : 0
java CRC16校验自己实现的方法,通过移位算法-java CRC16
Date
: 2025-07-06
Size
: 1kb
User
:
孟宪军
[
Crack Hack
]
crc-16-java
DL : 0
Program to calcule ciclic redundance check crc16 write in Java. mifare desfire ev1.
Date
: 2025-07-06
Size
: 1kb
User
:
olean22
[
JSP/Java
]
CRC16
DL : 0
Class that calculates the CRC16 algorithm in Java.
Date
: 2025-07-06
Size
: 1kb
User
:
Smerx
[
JSP/Java
]
wj
DL : 0
对一个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.
Date
: 2025-07-06
Size
: 36kb
User
:
王佑磊
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.