CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cyclic redundancy check c code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - cyclic redundancy check c code - List
[
Communication
]
CALC_CRC
DL : 0
这是用C语言写的循环冗余校验源代码,参考一下吧-This is written in C language of Cyclic Redundancy Check the source code and reference it
Update
: 2008-10-13
Size
: 1.37kb
Publisher
:
朱卓吾
[
Other
]
FF2
DL : 0
模拟CRC循环冗余校验的C语言源程序,不是很完善-simulation Cyclic Redundancy Check the C language source code is not perfect
Update
: 2008-10-13
Size
: 1.42kb
Publisher
:
福兴
[
JSP/Java
]
CRC校验
DL : 0
这是一个关于二进制编码的校验问题,通过校验之后,检验是否传输正确。-This is a binary encoded on the check, by check, to verify whether the correct transmission.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
chen1957
[
Communication
]
CALC_CRC
DL : 0
这是用C语言写的循环冗余校验源代码,参考一下吧-This is written in C language of Cyclic Redundancy Check the source code and reference it
Update
: 2025-02-17
Size
: 1kb
Publisher
:
朱卓吾
[
Other
]
FF2
DL : 0
模拟CRC循环冗余校验的C语言源程序,不是很完善-simulation Cyclic Redundancy Check the C language source code is not perfect
Update
: 2025-02-17
Size
: 1kb
Publisher
:
福兴
[
assembly language
]
crc2345
DL : 0
crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错-crc-generating polynomial arbitrary arbitrary Operators adaptive algorithm Cyclic Redundancy Check (CRC. Cyclic Redundancy Code) is the polynomial coder, This way the data to be sent as a polynomial coefficient data bn- 1bn-2 ... b1b0 (0 or 1), corresponding to the polynomial : bn- 1Xn-1 bn- 2Xn-2 ... b1X belts such as : data "10010101" polynomial can be written as a X7 X4 X2. Cyclic Redundancy Check Cyclic Redundancy Check method of principle as follows : (1) The data to be sent to the corresponding polynomial p (x). (2) the sender and the receiver agreed on a generator polynomial G (x), set up the generator polynomial of the highest power of r. (3) In the data block Add to the end of r-0, then the polynomial corresponding to M (x) = XrP (x). (R-bits) (4) M (x) divided by G (
Update
: 2025-02-17
Size
: 1kb
Publisher
:
yzs
[
Other Embeded program
]
ModBus+CRC
DL : 0
完整的CRC循环冗余校验码程序,C语言编程-Complete CRC Cyclic Redundancy Check Code procedures, C language programming
Update
: 2025-02-17
Size
: 76kb
Publisher
:
坚之
[
Program doc
]
Modbus_crc_c
DL : 0
】 本文主要讨论了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.
Update
: 2025-02-17
Size
: 78kb
Publisher
:
xiaogao
[
Embeded-SCM Develop
]
ProgrammingEmbeddedSystemsinCandC++
DL : 0
本书内容包括: 快速有效的测试存储器芯片 如何写入和擦除快闪存储器 用循环冗余校验码验证非易失性存储器数据 与芯片的内部外设和外部外设接口 设计和实现设备驱动 优化嵌入式软件 最大限度高性能的应用C++特性 本书适用于嵌入式系统程序员、设计师和项目管理人员 -This book include: rapid and efficient ways to test memory chips write and erase flash memory with cyclic redundancy check code to verify non-volatile memory chip data and the internal peripherals and external peripheral interface design and implementation of device drivers optimization of embedded software to maximize the application of high-performance C++ characteristics of this book applicable to embedded systems programmers, designers and project managers
Update
: 2025-02-17
Size
: 3.7mb
Publisher
:
aaa bbb
[
SCM
]
CRC_Test_Code
DL : 0
循环冗余校验码的测试和检验结果程序,包含了CRC的C语言实现代码-Cyclic redundancy check code and the test results of test procedures, including the CRC of the C language code
Update
: 2025-02-17
Size
: 9kb
Publisher
:
夏伟
[
Algorithm
]
CRC-algorithm-principle---C
DL : 0
CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear block codes, encoding and decoding method is simple, error detection and correction capability, widely used in communications to achieve error control.
Update
: 2025-02-17
Size
: 22kb
Publisher
:
shitou
[
Communication
]
CRC-Code
DL : 0
16位的CRC(循环冗余校验)的C语言实现源代码,可以供大家借鉴一下-16-bit CRC (Cyclic Redundancy Check) C language source code for all to learn
Update
: 2025-02-17
Size
: 1kb
Publisher
:
fei
[
CSharp
]
crc
DL : 0
crc校验软件设计 此软件利用循环冗余码,用C++语言编程设计,用于自动校验传输数据-the crc check software design this software cyclic redundancy code, with C++ programming language design, and transfer data for automatic calibration
Update
: 2025-02-17
Size
: 2kb
Publisher
:
晓锋
[
Other
]
ComputerNetwork_FirstPractice
DL : 0
C++,循环冗余校验码(CRC)的实现,16位和32位-C++, the realization of the cyclic redundancy check code (CRC), 16 bit and 32 bit
Update
: 2025-02-17
Size
: 2.41mb
Publisher
:
Edward
[
Windows Develop
]
crc
DL : 0
循环冗余校验(CRC)算法源码,为了效验文件与原文件的是否一致,以保证没有被篡改过,破解加密压缩文件(Cyclic redundancy check (CRC) algorithm source code)
Update
: 2025-02-17
Size
: 8kb
Publisher
:
暴走破孩
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.