Location:
Search - CCITT CRc
Search list
Description: 一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51-a generation RP-CRC-CCITT CRC table of SCM C procedures, RP-CRC-CCITT = 0x8408, the development environment for Keil C51
Platform: |
Size: 12444 |
Author: 吴健 |
Hits:
Description: CRC校验程序,使用了CRC-16和CRC-CCITT方法 -CRC inspection program, which use crc-16 and crc-ccitt method
Platform: |
Size: 1024 |
Author: 站长 |
Hits:
Description: CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
Platform: |
Size: 5120 |
Author: 管冬兵 |
Hits:
Description: vb关于CRC校验的程序-vb about CRC verification procedure
Platform: |
Size: 25600 |
Author: 王宁 |
Hits:
Description: A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
Platform: |
Size: 3072 |
Author: buaalzx |
Hits:
Description: 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) versio n.
Platform: |
Size: 2048 |
Author: buaalzx |
Hits:
Description: ARM开发详解CRC算法原理及C语言实现-CRC algorithms for C Language
Platform: |
Size: 5120 |
Author: 王兴锋 |
Hits:
Description: VC++开发的冗余码算法-VC redundancy Algorithm
Platform: |
Size: 2048 |
Author: 梦 |
Hits:
Description: CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding method is simple, and error detection and correction capability in the field of communication widely used to achieve error control
Platform: |
Size: 27648 |
Author: jojo |
Hits:
Description: 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
Platform: |
Size: 234496 |
Author: 李慎丹 |
Hits:
Description: 一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51-a generation RP-CRC-CCITT CRC table of SCM C procedures, RP-CRC-CCITT = 0x8408, the development environment for Keil C51
Platform: |
Size: 12288 |
Author: 吴健 |
Hits:
Description: 使用CRC-16 ,CCITT多项式的CRC检验生成,检验的原程序,可用于网路通信的信号传输检验用-using CRC-16, CCITT CRC polynomial test generation, the original testing procedures, can be used for network communications signal transmission tests using
Platform: |
Size: 39936 |
Author: ligao111 |
Hits:
Description: 生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16
即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: CRC-CCITT standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1 order of r = 16 that is: 0x11021. Highest one usually.
Platform: |
Size: 3072 |
Author: xuhailun |
Hits:
Description: 能够对十六进制的数据进行CRC校验,校验码为ccitt码。
Platform: |
Size: 31744 |
Author: 王先生 |
Hits:
Description: 计算xk+1除CRC-CCITT后的余式,k从1到32768-Calculated xk+ 1 In addition to the post-CRC-CCITT congruence, k from 1-32768
Platform: |
Size: 2048 |
Author: 小刀 |
Hits:
Description: CRC校验VB源码,直接可以使用,有注释-CRC Checksum VB source, can be used directly, has the Notes
Platform: |
Size: 2048 |
Author: sunshuwen |
Hits:
Description: ccitt-crc文件校检方法的详细介绍,可以理解校检问题-ccitt-crc school paper details the methods, you can understand the issue of school seizure
Platform: |
Size: 13312 |
Author: ml |
Hits:
Description: 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
way you transmit the data word. The 16-bit generator polynomial ‘x16
+x12
+x5
+1’ is
used for the calculation.
-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
way you transmit the data word. The 16-bit generator polynomial ‘x16
+x12
+x5
+1’ is
used for the calculation.
Platform: |
Size: 159744 |
Author: jj |
Hits:
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:
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: