Location:
Search - java CRC
Search list
Description: 用JAVA编写的CRC公式计算器,希望对大家有帮助-prepared using JAVA CRC formula calculator, we hope to help
Platform: |
Size: 8012 |
Author: nachlace |
Hits:
Description: 这是一个关于二进制编码的校验问题,通过校验之后,检验是否传输正确。-This is a binary encoded on the check, by check, to verify whether the correct transmission.
Platform: |
Size: 3072 |
Author: chen1957 |
Hits:
Description: 用JAVA编写的用以在网络中进行CRC校验的小程序-with Java used in the preparation of the network CRC for a small procedure
Platform: |
Size: 7168 |
Author: AK |
Hits:
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:
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:
Description: 将数据帧中的第一个8位字节与CRC寄存器中的低字节进行异或运算,CRC寄存器,循环冗余校验算法-data frame of an 8-byte CRC register with the low byte for XOR, CRC register, cyclic redundancy checking algorithm
Platform: |
Size: 2048 |
Author: 蔡 |
Hits:
Description: 用JAVA编写的CRC公式计算器,希望对大家有帮助-prepared using JAVA CRC formula calculator, we hope to help
Platform: |
Size: 8192 |
Author: nachlace |
Hits:
Description: This program computes the CRC checksum of a file.-This program computes the CRC checksum of a file.
Platform: |
Size: 1024 |
Author: ziting |
Hits:
Description: CRC码生成器和卷积码的仿真程序。其中CRC码可以自定义生成多相式或字符串;卷积码可以自定义约束长度和码长。-CRC code generator and the simulation program convolutional codes. Which the CRC code can customize the generation of multi-phase or string convolutional codes can customize the constraint length and code length.
Platform: |
Size: 1024 |
Author: 杨丽 |
Hits:
Description: JAVA实现的CRC源码!供大家做为参考用!希望大家能用得上!-JAVA source realize the CRC! For everyone to use as a reference! Hope that we can useful!
Platform: |
Size: 1024 |
Author: RHC |
Hits:
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:
Description: CRC编码与解码。输入2进制字符串,选择generateur,就能得到CRC码。-CRC encoding and decoding. Enter the 2 hexadecimal string, select generateur, they will have the CRC code.
Platform: |
Size: 1024 |
Author: zhang |
Hits:
Description: test upload file -test upload file 1111111
Platform: |
Size: 54272 |
Author: roy |
Hits:
Description: 这是网络中的一个例子,拿C编出来了,方便大家理解,比较不错的,简单的CRC.-This is an example of the network, holding out for a C to facilitate understanding, a good comparison, a simple CRC.
Platform: |
Size: 371712 |
Author: 园园 |
Hits:
Description: CRC程序的演示程序,冗余校验,利用Java来实现。-CRC demo process, redundancy check。
Platform: |
Size: 8192 |
Author: chenxiang |
Hits:
Description: 网路原理实验中的循环冗余校验算法,CRC算法-Principles of Experimental Network of cyclic redundancy check algorithm
Platform: |
Size: 8192 |
Author: xiaoliang |
Hits:
Description: crc 校验的java代码。实现crc校验保障数据的完整性-crc soucre code
Platform: |
Size: 1024 |
Author: 111111 |
Hits:
Description: this program talks about crc , crc12 , crc16 and
crc ccip of error detection method
Platform: |
Size: 1024 |
Author: rajesh |
Hits:
Description: JAVA 编写的CRC循环冗余校验码,分两个文件,一个为生成发送信息的,一个为检验收到信息是否正确的-Written in JAVA CRC cyclic redundancy check code in two files, one to send the information to generate a receipt for the inspection information is correct
Platform: |
Size: 1024 |
Author: 王雪琼 |
Hits:
Description: 纠错算法功能包,实现简单的crc算法计算-Feature Pack correction algorithm to achieve a simple algorithm to calculate the crc
Platform: |
Size: 9216 |
Author: 罗海强 |
Hits: