Welcome![Sign In][Sign Up]
Location:
Search - crc16 polynomial

Search list

[Communicationcrc16andall

Description: 调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致 -debugging years of CRC program, suitable for a variety of generating polynomial. Debugging through. Consistent with the manual algorithm
Platform: | Size: 2048 | Author: sss | Hits:

[Communicationcrc校验详解

Description: CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
Platform: | Size: 19456 | Author: 小康 | Hits:

[Communicationcrc16.

Description: CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC-16),简记作0x18005。-CRC algorithm and implementation, generating polynomial for the
Platform: | Size: 10240 | Author: | Hits:

[Othercrc

Description: 本代码实现了CRC循环冗余校验,分为CRC16和CRC32并且#define了常用的若干多项式。-The code to achieve the CRC Cyclic Redundancy Check, CRC16 and CRC32 and divided into# Define a number of commonly used polynomial.
Platform: | Size: 2048 | Author: zhanghailin | Hits:

[AlgorithmCRCV2

Description: 加权多项式采用CRC16=X16+X15+X5+1,函数crc16(uchar *ptr,uchar len)对地址ptr起始的len个字节进行CRC校验,并将结果保存在变量CRC中。-Weighted polynomial using CRC16 = X16+ X15+ X5+ 1, function crc16 (uchar* ptr, uchar len) Address ptr to start of len bytes for CRC checksum, and the results stored in the variable in the CRC.
Platform: | Size: 8192 | Author: Ashtray | Hits:

[Mathimatics-Numerical algorithmsvb_CRC16

Description: BV写的CRC16生成器,可自己输多项式,可以反算多项式,功能强大-BV written CRC16 generator may lose their polynomial can backcalculation polynomial and powerful
Platform: | Size: 23552 | Author: xieqian | Hits:

[TCP/IP stackCRC_PPP

Description: 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1-Singlechip realize the CRC checksum, with special reference to PPP agreements verified. Polynomial is: CRC16-CCITT x16+ X12+ X5+ 1
Platform: | Size: 1024 | Author: 王强 | Hits:

[Othercrc16

Description: These routine use the polynomial x^16 + x^12 + x^5 + 1, that is used ³ by ARC. The data for this routine is fed in from least to most ³ significant bits, and is calculated as it goes.- These routine use the polynomial x^16+ x^12+ x^5+ 1, that is used ³ by ARC. The data for this routine is fed in from least to most ³ significant bits, and is calculated as it goes.
Platform: | Size: 7168 | Author: hergass | Hits:

[matlabCCITT_CRC16

Description: CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This script calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
Platform: | Size: 1024 | Author: 张原 | Hits:

[Software Engineeringcrc16

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

[OS programcrc16

Description: crc16的C语言算法,余式多项式为X^16+X^12+X^5+1-crc16 of the C language algorithm, I-type polynomial X ^ 16+ X ^ 12+ X ^ 5+1
Platform: | Size: 1024 | Author: rongrongli | Hits:

[Windows DevelopCRC16calculation

Description: CRC16 polynomial calculation application, using pic Micro controller, full source code.
Platform: | Size: 1024 | Author: Nyjil | Hits:

[Windows DevelopCRC16

Description: 单片机CRC16校验算法源代码,多项式0xa001-SCM CRC16 checksum algorithm source code, polynomial 0xa001
Platform: | Size: 52224 | Author: CZJ | Hits:

[OtherCRC16

Description: CRC16校验冗余多项式为0x11021-CRC16 checksum redundancy polynomial 0x11021
Platform: | Size: 17408 | Author: 任卫东 | Hits:

[Delphi VCLCRC16

Description: 计算CRC-16(多项式8005)循环校验码的快速计算函数-Calculate CRC-16 (polynomial 8005) cycle checksum Rapid calculation functions
Platform: | Size: 13312 | Author: 李毅 | Hits:

[CommunicationCRC16

Description: CRC16校验实现,通过测试可以使用,使用A001生成多项式-CRC16 checksum to achieve, to pass the test can be used, using the A001 generator polynomial
Platform: | Size: 1024 | Author: 俊杰 | Hits:

[SCMCRC16

Description: CRC16 算法 初始值为0xFFFF,多项式为0x1021-CRC16 algorithm initial value 0xFFFF, polynomial 0x1021
Platform: | Size: 11264 | Author: libin | Hits:

[matlabcrc16-CCITT

Description: crc-16的编码,使用的多项式是G(x)=x^16+x^12+x^5+1-generator polynomial of degree 16: G(X)=x^16+x^12+x^5+1
Platform: | Size: 1024 | Author: 李洁 | Hits:

[SCMCRC16-IBM

Description: CRC16,16位的循环冗余校验,生成多项式为x16+x15+x2+1,一个完整的校验程序,仅供参考。-CRC16, 16-bit cyclic redundancy check generator polynomial x16+ x15+ x2+1, a complete calibration procedure for reference purposes only.
Platform: | Size: 5797888 | Author: 刘伟 | Hits:

[Communication-MobileCRC16

Description: 在Matlab环境下用于计算CRC16的代码,本原多项式为X16+X15+X2+1,并提供测试文件。(In the Matlab environment for the calculation of CRC16 code, the primitive polynomial is X16+X15+X2+1, and provide the test file.)
Platform: | Size: 7785472 | Author: 佛曰不可说 | Hits:
« 12 »

CodeBus www.codebus.net