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

Search list

[Exploitcrc_error_checking

Description: CRC error checking, can enter any string to check its crc code.
Platform: | Size: 1759 | Author: jinghe | Hits:

[Windows DevelopChecksum.Src

Description: 一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
Platform: | Size: 48128 | Author: 甘荣 | Hits:

[OtherPAGE75

Description: 使用CRC进行病毒检测的简单程序-This is a simple program for virus checking by CRC!
Platform: | Size: 2048 | Author: lily | Hits:

[SCMCRC1632

Description: 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. Use this code can be generated CYXLIC REDUNDANCY arbitrary polynomials and CRC procedures. Another document CYXLIC REDUNDANCY and achieve the CRC checksum. Use generated forms, which can achieve the embedded RAM and ROM of checking. Source achieve the MSP430 is organized into common C version.
Platform: | Size: 8192 | Author: 王平 | Hits:

[SCMCrc32源码3种算法

Description: CRC32,适用于internet,文件等的校验,可靠程度比CRC32高,但运算要比CRC16复杂,需要的占用的代码空间也大一点-CRC applied to internet, checking the documents, reliable than CRC, but the operation than CYXLIC REDUNDANCY complex, requiring the occupants of the large code space 1:00
Platform: | Size: 15360 | Author: dszc | Hits:

[Exploitcrc_error_checking

Description: CRC error checking, can enter any string to check its crc code.
Platform: | Size: 1024 | Author: jinghe | Hits:

[Program docModbus_crc_c

Description: 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。-In this paper, we mainly discuss the Modbus communication protocol R TU frame format commonly used in error checking methods, namely, Cyclic Redundancy Check Code (CRC). Modbus protocol proposed inversion method CRC checksum, CRC checksum is derived fast computing inversion table, and C language to achieve a quick look-up table algorithm based on cyclic redundancy check procedure.
Platform: | Size: 79872 | Author: xiaogao | Hits:

[Crack Hackcrc5-8

Description: CRC5循环校验法代码生成,数据校验,数据纠错等功能函数代码-Check Act cycle CRC5 code generation, data checking, data error correction code such as function
Platform: | Size: 2048 | Author: hh | Hits:

[source in ebookCRC

Description: CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件-CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
Platform: | Size: 129024 | Author: 杨亮 | Hits:

[3G developrf_odb_exampl_CRC

Description: Source code for driving RFM01 fm radio receiver. Code for ATmega microcontrolers with 8bit CRC checking.
Platform: | Size: 504832 | Author: mmsu | Hits:

[Crack Hackcrc

Description: crc算法的源码,项目中实现的crc算法,用于校验-crc algorithm source code, project implementation crc algorithm for checking
Platform: | Size: 834560 | Author: zxt | Hits:

[matlabRFC_1622_CRC16_m

Description: RFC1662 CRC-16 table generation and CRC checking. Implemented in embedded matlab with script to test and enable c/c++ code generation. Useful fo check against VHDL/Verilog and other embedded systems to help generate test vectors.
Platform: | Size: 1024 | Author: spaander | Hits:

[Other Embeded programcrc.c

Description: CRC source code for linux environment. CRC for 16 bytes packet. Useful for checking crc of tinyos uart packet.
Platform: | Size: 1024 | Author: andus | Hits:

[Windows DevelopVB

Description: 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calculation, one for the lookup table 3, and further understand CRC checksum procedure VB programming 4 using look-up table method to calculate CRC code VB programming, generator polynomial for the CRC-CCITT
Platform: | Size: 4096 | Author: 任务 | Hits:

[VHDL-FPGA-Verilogcrc_xilinx

Description: Cyclic Redundancy Check (CRC) is an error-checking code that is widely used in data communication systems and other serial data transmission systems.-Cyclic Redundancy Check (CRC) is an error-checking code that is widely used in data communication systems and other serial data transmission systems.
Platform: | Size: 78848 | Author: xbox168 | Hits:

[SCMcrc

Description: CRC校验原理 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅为‘0’和‘1’取值的多项式一一对应。例如:-Principle 1 CRC checksum, cyclic checksum (CRC code): is the data communications of the most commonly used error checking code, which is characterized by the information field and verify the length of the field can be arbitrarily selected. 2, CRC code generated the basic principle: an arbitrary bit string formed by the binary code can be a factor of only ' 0 ' and ' 1' values correspond to a polynomial. For example: ~ ~ ~
Platform: | Size: 62464 | Author: mengchao | Hits:

[VHDL-FPGA-Verilogcrc_16

Description: 16位的CRC(循环冗余校验码),CRC是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。-16-bit CRC (cyclic redundancy check code), CRC is the data communications of the most commonly used error checking code, which is characterized by the information field and check the length of the field can be arbitrarily selected. ...
Platform: | Size: 1024 | Author: 陈华 | Hits:

[VHDL-FPGA-VerilogPerl_for_CRC

Description: Cyclic Redundancy Check (CRC) is an error-checking code that is widely used in data communication systems and other serial data transmission systems. CRC is based on polynomial manipulations using modulo arithmetic. Some of the common Cyclic Redundancy Check standards are CRC-8, CRC-12, CRC-16, CRC-32, and CRC-CCIT. This application note discusses the implementation of an IEEE 802.3 CRC in a Virtex™ device. The reference design provided with this application note provides Verilog point solutions for CRC-8, CRC-12, CRC-16, and CRC-32. The Perl script (crcgen.pl) used to generate this code is also included. The script generates Verilog source for CRC circuitry of any width (8, 12, 16, 32), any polynomial, and any data input width.-Cyclic Redundancy Check (CRC) is an error-checking code that is widely used in data communication systems and other serial data transmission systems. CRC is based on polynomial manipulations using modulo arithmetic. Some of the common Cyclic Redundancy Check standards are CRC-8, CRC-12, CRC-16, CRC-32, and CRC-CCIT. This application note discusses the implementation of an IEEE 802.3 CRC in a Virtex ™ device. The reference design provided with this application note provides Verilog point solutions for CRC-8 , CRC-12, CRC-16, and CRC-32. The Perl script (crcgen.pl) used to generate this code is also included. The script generates Verilog source for CRC circuitry of any width (8, 12, 16, 32 ), any polynomial, and any data input width.
Platform: | Size: 90112 | Author: 尤恺元 | Hits:

[OtherCRC(Cyclical-Redundancy-Checking)

Description: 本设计研究了纠错码及循环冗余校验码的原理,以及利用MATLAB对其进行了编程和编译仿真,实现了CRC循环冗余校验码的编码及校验,在接收端收到通过校验的码.-This design research the error correcting code and cyclic redundancy check code principle, and the use of the MATLAB programming and compile the simulation, realized the CRC cyclic redundancy check code coding and check, at the receiving end received through the check code.
Platform: | Size: 1024 | Author: hzc | Hits:

[transportation applicationsCRC

Description: CRC校验算法,用于需要严格保证数据完整性的通信校验。-Useful CRC checking C code, for applications in communication.
Platform: | Size: 1024 | Author: 张冰 | Hits:
« 12 »

CodeBus www.codebus.net