搜索资源列表
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table method, the whole look-up tab
Crc32源码3种算法
- CRC32,适用于internet,文件等的校验,可靠程度比CRC32高,但运算要比CRC16复杂,需要的占用的代码空间也大一点-CRC applied to internet, checking the documents, reliable than CRC, but the operation than CYXLIC REDUNDANCY complex, requiring the occupants of the large code space 1:00
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.
pic 上crc16
- 在PIC上实现CRC16算法的源程序,可用于一般通讯中的校验。-PIC in achieving CYXLIC REDUNDANCY source algorithm can be used in the general communications check.
1crc
- 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC
单片机CRC算法与实现
- 利用单片机实现CRC8,CRC16校验的具体实现的几种方案-use MCU CRC8, CYXLIC REDUNDANCY Check the concrete realization of several options
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
CRC16_C51
- CRC16校验算法的C51程序的优化 包括计算法和查表计算混合法 专为KEIL C51优化,高效计算-CRC16 checksum algorithm optimization C51 program including calculation method and calculation of mixing method look-up table for KEIL C51 optimized and efficient computing
CRC_Arithmetic_LIB
- crc16的三种算法,内有祥细说明,crc16的三种算法,内有祥细说明-crc16
CRC16
- 单片机开发,通信程序中得CRC16校验算法-MCU development, communication procedures may CRC16 checksum algorithm
CRC16
- CRC16modbus算法程序代码-CRC16modbus算法
CRC
- 单片机 C 语言 CRC16 源代码,用查表算法-MCU C language CRC16 Source Code
C51-CRC16
- 8051系统中常用的CRC16的校验方式,该算法包含CRC16计算表,方便系统移植-8051 system used in CRC16 checksum, the algorithm contains the CRC16 calculation tables, to facilitate the system migration
CRC16
- CRC16 算法 初始值为0xFFFF,多项式为0x1021-CRC16 algorithm initial value 0xFFFF, polynomial 0x1021
comCRC16
- AVR单片机的串口实现CRC16的校验算法-AVR microcontroller serial port CRC16 checksum algorithm
CRC16_C
- 用于MODBUS 的CRC16多种校验算法,有查表法、计算法和查简化表法,可以在占用空间和效率上选择使用-For CRC16 s MODBUS multiple check algorithm, check table method, calculation method and check list method, it can be used in space and efficiency.
CRC16-CCITT
- 代码用C实现了CRC16 CCITT x1021算法。并带有位交换和种子初始化。-This code is used to program algorithm of CRC16 CCITT x1021 with C. Inside there are bit-reverse and seed-initialization provided.