搜索资源列表
crc校验详解
- 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.
crc16(VC)
- crc16的算法,格式为X16+X12+X5+1,用于串口通讯数据的校验。-crc16 algorithm, the format for X16 X12 X5 one for serial data communications check.
crc-ccitt
- CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
CrcCheck
- CRC校验实用程序 CRC-16码: G(x)=X16+X15+X2+1 CRC-32码: G(x)=X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+X+1
CRC_PPP
- 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1
crc16
- x16+x12+x5+1 verilog
crc
- C++ BUILDER 写的CRC校验码程序!CRCC(X16+X12+X5+1)-C++ BUILDER written procedures CRC Check! CRCC (X16+ X12+ X5+ 1)
CRC16_Look-up_table_calculation
- CRC16查表法计算,多项式X16+X12+X5+1-CRC16 look-up table method, polynomial X16+X12+X5+1
CRC-16LHF
- MCS51的CRC-16快速查表计算函数 要预先生成CRC16查表数据,起始地址CRC16TAB,按高/低字节顺序存放(512字节) // CRC-CCITT16 = X16+X12+X5+1, 00010000 00100001($1021) 郑州 汉威光电 刘海峰编制 (0371-62003091),欢迎交流-MCS51 the CRC-16 fast look-up table calculation function to pre-generated look-up tab
CRC
- The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite
fcs_gen
- 用于产生CRC校验的matlab源码,生成多项式g(x) = x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1,按比特输入按字节输出-Matlab code for CRC-16 generation
PCK_CRC3_D4
- CRC校验码生存程序 校验序列码生成多项式: X16+X13+X12+X11+X10+X8+X6+X5+X2+1 输入数据为16个字节(128位),输出16bit校验序列-CRC, the survival program check sequence code generator polynomial: X16+ X13+ X12+ X11+ X10+ X8+ X6+ X5+ X2+1 input data is 16 bytes (128 bits), output 16bit
15693_CRC
- ISO/IEC 3309CRC used for 1443 or 15693 RF-ID crc-ISO/IEC 3309 CRC CRC type Length Polynomial Direction bits X16+ X12+ X5+ 1
crc16
- labview CRC16 (X16+X12+X5+1)编码的校验-labview CRC16 code
CRC16_check
- 关于CRC-16-CCITT x16 + x12 + x5 + 1计算-about CRC-16_CCITT
CRC16_byte_calculation_MSB
- CRC16字节型计算高位先行,多项式X16+X12+X5+1-The CRC16 byte Computing highs first polynomial X16+X12+X5+1
CRC16_byte_calculation_LSB
- CRC16字节型计算低位先行,多项式X16+X12+X5+1-CRC16 bytes Computing low first polynomial X16+X12+X5+1 of
CRC_PPP
- 单片机实现的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