Welcome![Sign In][Sign Up]
Location:
Search - ccitt

Search list

[SCMcrc8

Description: for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
Platform: | Size: 6144 | Author: milind | Hits:

[Embeded-SCM Developccittcheck

Description: crc-ccitt校验原理及编程实现,硬件采用FPGA实现CCITT校验.-usefull material for crc check ,including the funcion of crc and program.
Platform: | Size: 230400 | Author: nihao | Hits:

[OtherCCITT_CRC

Description: CCITT的CRC检验代码。不是很难,但也是心血所结-CCITT The CRC check code. Is not difficult, but also efforts by the knot! ! !
Platform: | Size: 2048 | Author: wang hao | Hits:

[SCMcheckCRC

Description: CRC效验程序,使用CRC-16和CRC-CCITT方法。 其中CRC-16的效验字是: X^16 + X^15 + X^2 + 1,CRC-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 CRC-CCITT的效验字是: X^16 + X^12 + X^5 + 1 -CRC-tested program, using the CRC-16 and CRC-CCITT method. Including CRC-16' s efficacy word is: X ^ 16+ X ^ 15+ X ^ 2+ 1 CRC-12' s efficacy word is: X ^ 12+ X ^ 11+ X ^ 3+ X ^ 2+ X ^ 1+ 1 CRC-CCITT efficacy of the word is: X ^ 16+ X ^ 12+ X ^ 5+ 1
Platform: | Size: 1024 | Author: spencer | Hits:

[Delphi VCLtestcrc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a compilation of the source code MCS51 MCU, respectively, use two or three different algorithms. More detailed description of the calls and the use of
Platform: | Size: 137216 | Author: guibin | Hits:

[Othercrc_peripheral

Description: -- crc.vhd -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC register is initialised with write_data value -- When address is logic 1 => -- CRC calulation is updated based on input word on write_data -- CRC result is obtained by reading any address
Platform: | Size: 1024 | Author: Jan Petak | 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:

[Othercrc-ccitt

Description:
Platform: | Size: 1024 | Author: zhangshcong | Hits:

[Other Embeded programCRC16_2

Description: IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-16 parameters for this CRC are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.-IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-16 parameters for this CRC are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.
Platform: | Size: 2048 | Author: vlad | Hits:

[Program docCRC.txt

Description: 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
Platform: | Size: 58368 | Author: lfzxyy | Hits:

[matlabCCITT-X733

Description: CCITT X733规范pdf版本,内容是否详细,值得一看哦!-CCITT X733 specification pdf version of the content is detailed and worth a visit Oh!
Platform: | Size: 112640 | Author: blue2008sky | Hits:

[OtherCRC-CCITT

Description: CRC-CCITT 16校验 带数据位检测-CRC-CCITT 16 data bits with parity detection
Platform: | Size: 3072 | Author: 周先生 | Hits:

[VHDL-FPGA-Verilogcrc-ccitt

Description: CRC校验ccitt的串行功能实现,实现16位CRC校验,校验方式是CCI-function of realize crc ccitt 16BIT
Platform: | Size: 1024 | Author: xiang | Hits:

[Linux-Unixprogram-for-error-detecting-code-using-CRC-CCITT-

Description: program for error detecting code using CRC-CCITT (16-bits).
Platform: | Size: 1024 | Author: garv24 | Hits:

[AlgorithmCRC16-CCITT

Description: CRC16-CCITT校验算法,包含Visual C源程序。-CRC16-CCITT calibration algorithm
Platform: | Size: 278528 | Author: 杨啸天 | Hits:

[Com PortCRC-CCITT

Description: LabVIEW 的串口CRC-CCITT校验程序 用于无符号字符型数据的校验码生成!-CRC-CCITT checksum program LabVIEW serial port for data unsigned char checksum generation!
Platform: | Size: 12288 | Author: 刘庆文 | Hits:

[OtherCRC16-CCITT

Description: CRC16-CCITT算法源代码,我的工程使用正确,没问题-CRC16-CCITT algorithm source code, my project used correctly, no problem
Platform: | Size: 1024 | Author: wu | Hits:

[AlgorithmCRC-ccitt

Description: 这是一个计算crc的另外一个算法,计算crc-ccitt,很实用的一个工具-Calculate crc-ccitt a good tool
Platform: | Size: 1091584 | Author: 蒋璐 | Hits:

[Othercrc16-ccitt

Description: crc 16 CCITT的c语言实用源码,非常适合单片机,ARM,DSP等嵌入式芯片编程使用-crc 16 CCITT practical c language source, very suitable microcontroller, ARM, DSP and other embedded chip is programmed using
Platform: | Size: 2048 | Author: 赵昱焱 | Hits:

[Algorithm16-bit-Serial-CRC-CCITT-Generator.vhd.tar

Description: 16-bit Serial CRC-CCITT Generator
Platform: | Size: 1024 | Author: FranxCuckoo | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net