搜索资源列表
AVR单片机CRC校验码的查表与直接生成.zi
- AVR单片机CRC校验码的查表与直接生成-AVR monolithic integrated circuit CRC verification code Zha Biao with directly produces
crc校验源码分析
- 这是CRC校验源码的分析,让你更了解CRC校验的原理-This is the CRC-source analysis and let you know more about the principles of the CRC
CRC-CCITT-tab
- 一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51-a generation RP-CRC-CCITT CRC table of SCM C procedures, RP-CRC-CCITT = 0x8408, the development environment for Keil C51
2920
- AVR单片机16位CRC校验码生成及CRC校验子程序-AVR 16 CRC generation and CRC Subroutine
crc
- 这是我原创的,用于单片机高速计算MODBUS通讯时需要的CRC校验码,使用查表的方法,比计算的方法快 有疑问可以写信, gaojun1117@sohu.com
crc源码
- crc校验源码,可供C51程序员参考,我目前测试用的32位CRC程序-crc check source code, programmer's reference for C51, I am currently testing 32-bit CRC procedures
MCUToolsEn
- MCUTool.exe 源代码 !!!超级单片机开发工具!!! 单片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-MCUTool.exe source code! ! ! Super single-
CE151_CRC_Generation
- 说明:Modbus等协议中需要CRC校验码,这里是一个dsPIC33F芯片的CRC校验码产生器代码,PIC公司给出的,拿来用就是了。当然您可看看这代码究竟是什么样的一个算法过程。-Note: Modbus protocol, such as the need to check code CRC, there is a CRC checksum dsPIC33F chip code code generator, PIC given by the company and used with就是了.
GET_CRC
- Keil C51 计算循环冗余校验码(CRC)源程序-Keil C51 calculation of cyclical redundancy checksum (CRC) source code
CRC
- 单片机开发,检验码生成器,用于生成CRC校验-MCU development, test code generator, used to generate a CRC checksum
EX_CRC
- CRC校验源码,16位两种模式的CRC校验-EX_CRC
CRC
- 基于C语言的计算CRC校验码的软件功能实现-Based on the calculation of C language software CRC checksum
modbustest
- RS485总线CRC校验码测试平台,可进行总线CRC校验测试-RS485 bus CRC checksum test platform for the bus CRC checksum test
crc
- CRC校验原理 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅为‘0’和‘1’取值的多项式一一对应。例如:-Principle 1 CRC checksum, cyclic checksum (CRC code): is the data communications of the most commonly used error checki
CRC
- 本源码介绍在51单片机系统中实现CRC校验的三种方法:按字节、字和半字节校验-The source describes the microcomputer system 51, CRC check of three ways: by byte, word, and half-byte checksum
CRC
- 可以实时的计算出CRC校验码的代码,便于验证通信中数据的CRC码支持16进制-CRC code in real time to calculate the CRC checksum code easy to verify that the communication of data to support hexadecimal
modbus-CRC
- 串口调试工具(自动计算并发送modbus之CRC校验码)-Serial debugging tools (automatically calculates and sends the CRC checksum modbus)
循环冗余校验码
- Cyclic Redundancy checking (CRC)循环冗余校验,又称多项式码。 在循环冗余校验中,不是通过将各比特位相加来得到期望的校验,而是通过在数据单元末尾加一串冗余比特,称作循环冗余校验码或循环冗余校验余数,使得整个数据单元可以被另一个预定的二进制数所整除(Cyclic, Redundancy, checking (CRC) cyclic redundancy check, also called polynomial code.In the cyclic redundan
1
- 软件滤波算法,适用于ADC数据采集处理。CRC校验码计算代码(Software filtering algorithm, is suitable for data processing)
CRC校验单片机C源码
- CRC校验单片机C源码,供MODBUS程序使用