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

Search list

[CommunicationCRC-calculation

Description: 用JAVA编写的CRC公式计算器,希望对大家有帮助-prepared using JAVA CRC formula calculator, we hope to help
Platform: | Size: 8012 | Author: nachlace | Hits:

[JSP/JavaCRC校验

Description: 这是一个关于二进制编码的校验问题,通过校验之后,检验是否传输正确。-This is a binary encoded on the check, by check, to verify whether the correct transmission.
Platform: | Size: 3072 | Author: chen1957 | Hits:

[JSP5z

Description: 用JAVA编写的用以在网络中进行CRC校验的小程序-with Java used in the preparation of the network CRC for a small procedure
Platform: | Size: 7168 | Author: AK | 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/JavaJCRC

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:

[CommunicationCRC-calculation

Description: 用JAVA编写的CRC公式计算器,希望对大家有帮助-prepared using JAVA CRC formula calculator, we hope to help
Platform: | Size: 8192 | Author: nachlace | Hits:

[JSP/JavaNIOTest11

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:

[matlabcode

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:

[JSP/JavajavaCRC

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:

[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:

[Crack HackCRC

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:

[Crack Hackjava-crc

Description: test upload file -test upload file 1111111
Platform: | Size: 54272 | Author: roy | Hits:

[OtherCRC

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:

[JSP/Javasrc

Description: CRC程序的演示程序,冗余校验,利用Java来实现。-CRC demo process, redundancy check。
Platform: | Size: 8192 | Author: chenxiang | Hits:

[JSP/JavaCRC1.0

Description: 网路原理实验中的循环冗余校验算法,CRC算法-Principles of Experimental Network of cyclic redundancy check algorithm
Platform: | Size: 8192 | Author: xiaoliang | Hits:

[matlabpeng

Description: 循环冗余码的生成和验证:数字通信中的编码分为信源编码和信道编码两大类。为了提高数字通信的可靠性采取的编码称为信道编码,又称抗干扰编码。数字通信中为了尽可能地提高通信的可靠性,需要采用信道编码技术,对可能或已经出现的差错进行控制,CRC码就是其中的一种编码技术。本实验就是编写RCR编码,可以模拟发送信息,噪声加入,检测验证,信息重发的过程!-Cyclic redundancy code generation and validation: digital communication in the coding is divided into source coding and channel coding two broad categories. In order to improve the reliability of digital communications to the code known as channel coding, also known as anti-interference codes. Digital communication as much as possible in order to improve the reliability of communication need to use channel coding techniques, which may or may control the errors that have emerged, CRC code is one of a kind of coding techniques. RCR in this experiment is to write code that can simulate send a message, noise adding, testing verification, information, process re-issued!
Platform: | Size: 64512 | 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/Javacrc

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:

[Crack Hackcrc-code

Description: 纠错算法功能包,实现简单的crc算法计算-Feature Pack correction algorithm to achieve a simple algorithm to calculate the crc
Platform: | Size: 9216 | Author: 罗海强 | Hits:
« 12 »

CodeBus www.codebus.net