搜索资源列表
CRC算法和c语言实现
- 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
循环冗余码校验crc算法
- 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
CRC冗余度算法
- CRC冗余度的算法,该算法一般能计算任何CRC冗余度,效率很高,非常好用-CRC algorithm, the algorithm generally CRC calculation of any redundant, highly efficient and very handy
CRC8_16
- 循环冗余码CRC检验技术广泛应用于测控及通信领域。CRC计算可以靠专用的硬件来实现,但是对于低成本的微控制器系统,在没有硬件支持下实现CRC检验,关键的问题就是如何通过软件来完成CRC计算,也就是CRC算法的问题。 -CRC cyclic redundancy code inspection techniques widely used in the field of control and communication. CRC calculation can rely on proprie
crc16.
- CRC算法原理及实现,生成多项式为\"1 1000 0000 0000 0101\"(CRC-16),简记作0x18005。
crc
- CRC校验码的算法,给出了16位,32位等的CRC算法和详细说明
8bit.CRC.checksum.algorithm32bit
- CRC校验8位16位32位算法设计经典代码8-bit CRC checksum algorithm 16-bit 32-bit classic code -8-bit CRC checksum algorithm 16-bit 32-bit classic code
CRC
- crc32,c语言实现,数字电视各种表都要使用的算法-crc32,c,pat,pmt,sdt
CRC
- crc码算法 用以MODBUS通讯协议,满足对通讯无码的判断,增强通讯可靠性-crc code algorithm for MODBUS communication protocol to meet the needs of communication-free code to determine and enhance the reliability of communications
CRC
- 该程序详尽介绍了crc程序检查,对单片机C语言的可靠执行非常重要。 本文从理论上推导出CRC算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC计算程序-The program includes detailed descr iptions of procedures to check the crc of reliable single-chip implementation of C language
CRC
- 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
CRC-check
- 网络通讯中用于实现网络校验的crc检验.里面有实现crc算法的程序以及说明文档-it is used to implement the crc checksum test in Network communication,there are the program and the help document inside
labview-Modbus-CRC
- 16位CRC校验算法,作为子VI可直接调用-16-bit CRC checksum algorithm, can be directly invoked as a sub-VI
CRC
- CRC+算法原理及C+语言实现.pdf-CRC+ algorithm principle and the C+ language. Pdf
CRC
- 各种多项式的CRC算法,有直接计算的,有查表的,可以在各种平台上使用- Various polynomial CRC algorithm, there is direct calculation, there are look-up table, can be used on a variety of platforms
crc
- 循环冗余校验(CRC)算法源码,为了效验文件与原文件的是否一致,以保证没有被篡改过,破解加密压缩文件(Cyclic redundancy check (CRC) algorithm source code)
crc
- 封装了常用的CRC校验算法,便于其他模块调用。(Encapsulates the commonly used CRC checksum algorithm)
AUTOSAR-SWS-CRCLibrary
- Autosar 的 CRC 模块库,包含各种CRC算法的说明。(This specification specifies the functionality, API and the configuration of the AUTO-SAR Basic Software module CRC.)
CRC
- 图像校验CRC算法,已类化,可直接调用Image verification CRC algorithm, which has been categorization, can be called directly(Image verification CRC algorithm, which has been categorization, can be called directly)
CRC校验码计算
- CRC校验码计算介绍及使用详细,关于CRC效验的说明调试,已经怎么使用的函数。十分有用,在PLC和上位机通信当中有用,各种CRC的算法。(CRC16,CRC32,TTICCT16)