搜索资源列表
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
CRC16
- 一个循环冗余校验的程序,c语言编写的,16位的
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
- c语言编写的计算CRC16的代码,可用于单片机-CRC16
CRC
- 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
CRC32-16
- CRC16_32 C实例与硬件CRC精解 CRC16/CRC32必看-CRC16_32 C instance fine with the hardware CRC Solutions CRC16/CRC32 must see!!
CRC16
- 用C语言编写的适用于51单片机的CRC16校验程序-Using C language for 51 SCM procedures CRC16 checksum
CRC16C
- CRC16 C程序C RC16 C程序-CRC16
1
- C51实现16位CRC检验码,简短只有不到2K的大小,高效适合扩展。-C51 test to achieve 16-bit CRC code, the short size of less than 2K, and efficient for the expansion.
c-crc16-no-memory
- CRC16 routines without memory usage, good for small embedded systems/processors
crc16
- 我用VC写的CRC16位,用来计算字符串的CRC16值,可用于一般C-I use VC to write CRC16 bit CRC16 value used to calculate the string can be used for general C
crc16
- CRC16 校验函数C语言编写,适合modbus通信协议使用,非常方便!-CRC16 checksum function C language, for modbus communication protocol to use, very convenient!
CRC16
- 使用C语言实现CRC校验,程序测试已通过。得到应用。-CRC check finish.
xmodemCRC16.c
- 本人根据XMODEM协议的16位CRC校验方式CRC--CCITT(X^16 + X^12 + X^5 + 1),根据其理论思路一步一步编写的源代码,按照程序思路,会比较容易理解CRC16较验方式的来龙去脉。 -I according to the XMODEM protocol 16 of the CRC method CRC- CCITT (X ^ 16+ X ^ 12+ X ^ 5+ 1), according to their theoretical ideas step by st
CRC16
- 这是CRC校验的源代码,工程是C++格式的,有详细注释说明,给有需要的工程师。-This is the CRC checksum of the source code, project is C++ format, with detailed explanatory notes to the needy engineer.
C-source-code-of-embedded-verify
- 嵌入式开发校验最全C源码,包括(CRC8、CRC16查表法及算术法校验、异或和校验、和校验、校验和补码等)、校验工具,校验文档。全部为工程实际项目本人使用的源代码。- Embedded developers the most complete C source code verification, including (CRC8, CRC16 checksum table method and arithmetic method, XOR and parity, and parity, pa
CRC16
- 这是循环冗余校验CRC16的一段C语言程序,采用的是查表法-This is a section of a cyclic redundancy check CRC16 C language program, uses a look-up table
CRC16
- C语言。包含2个C文件。 用于CRC校验,分为16位和32位CRC计算。可用于RS485,CAN等多种通讯。-C language. It contains two C files. For the CRC, divided into 16-bit and 32-bit CRC calculations. Can be used for RS485, CAN and other communications.
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.
CRC
- crc校验代码 适合数据校验 包含.c和.h文件(crc)