搜索资源列表
CRC16
- CRC16校验-CYXLIC REDUNDANCY CHECK
Crc1021
- 查表型crc16校验算法,c源码-Lookup- crc16 checksum algorithm, c FOSS
crccal
- 关于crc16位效验码的源代码计算方法,该效验码可以应用到通讯,等对数据传输要求较高的通讯。-crc16 place on the well-tested code of the source code calculation method, the well-tested code can be applied to the telecommunications, data transmission and other higher
CRC1632
- 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generat
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table
crc_source
- 这是我项目中使用的CRC算法的源码,并且在单片机程序中使用了,由CRC16和CRC32两种,以及两种实现方法。非常实用。-This is my project with the CRC algorithm source code, and SCM procedures used, by CYXLIC REDUNDANCY and CRC32-two, and the two approaches. Very practical.
C51CRC16
- CRC16 验证 51C语言 C RC16 验证 51C语言 -CYXLIC REDUNDANCY certification language CYXLIC REDUNDANCY certification 51C 51C 51C language CYXLIC REDUNDANCY certification language
crc16-1
- crc16的源码,本程序通过查表来实现crc16的校验,可以在pc或单片机中应用 -crc16 source code, the table look-up procedure to achieve crc16 calibration the pc or SCM application
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的
CRCALL
- 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divide
CRCTEST
- CRC16校验程序,用于校验串行通讯数据包的完整性。在研华亚当模块及PC/104系统上验证使用过。-CRC16 checksum procedure for checking serial communication packet integrity. Adam in Advantech PC/104 modules and systems used to verify.
crc16
- RTU MODBUS通讯时,CRC16的查表获得-RTU MODBUS communications, CRC16 of the look-up table to obtain
crc16_crc32
- CRC16和CRC32, 一个完整的循环冗余校验程序,在产品中使用的,有好的参考价值-CRC16 and CRC32, a complete cyclic redundancy check procedures used in their products, there are good reference value
CRC16
- 这是一个冗余校验的程序,是CRC16,里面包含了计算法和查表法以及半查表法-This is a redundancy check procedure is CRC16, which contains the calculations and look-up table method and the semi-look-up table method
crc16
- CRC16校验源码,开发者使用即可,非常方便-CRC16 checksum source code, developers can use, very convenient
CRC16
- 用C语言编写的适用于51单片机的CRC16校验程序-Using C language for 51 SCM procedures CRC16 checksum
CRC16
- 用在工程项目上的串口通信校验程序,很好用的CRC16。-Projects used in the calibration procedures for serial communication, a good use of CRC16.
crc16
- CRC16生成程序,采用查表的方法,速度快。-CRC16 generation program, using look-up table method, fast.
CRC16
- CRC16是常用的校验方法,程序已经通过测试,可以直接下载使用-CRC16 checksum is commonly used methods, procedures have been tested, you can directly download
crc16
- 基于Cotex M0平台的CRC16程序(Base on Cotex M0 plateform CRC16 decode)