搜索资源列表
CRC冗余度算法
- CRC冗余度的算法,该算法一般能计算任何CRC冗余度,效率很高,非常好用-CRC algorithm, the algorithm generally CRC calculation of any redundant, highly efficient and very handy
crc校验详解
- CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
CRC-calculation
- 用JAVA编写的CRC公式计算器,希望对大家有帮助-prepared using JAVA CRC formula calculator, we hope to help
countCrc
- 计算CRC校验和,可以计算modbus规约/CDT规约/DISA规约/DF1规约/DNP规约/1801等规约的校验和.-and CRC calculation, modbus connection can be calculated Statute / CDT Statute / DISA Statute / DF1 Statute / DNP Statute / 18 01 of the Statute, such as checksum.
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
CRC32_src
- 计算字符串的CRC验证码的示例程序,大家可以参考参考。-CRC calculation string Verification Code sample procedure, we can refer to the reference.
crc
- 计算达拉斯8位校验码的工具软件,内部使用死循环,要退出时按Ctrl+C,过程中要归零可输入与上次结果相同的数,DOS窗口,输入的数为单字节的十六进制数即00-FF。-Dallas 8 Checksum calculation tool code software, the internal use of the death cycle, and when to withdraw from the Ctrl+ C, the process to zero can be input with the
CRC
- 使用C开发的一个计算循环冗余码的程序,希望对大家有用-Use C to develop a calculation of cyclical redundancy procedures, in the hope that useful to everybody
CRC
- The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite
crc32
- CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
CRC
- 串口通讯中的CRC校验,包括计算方法和CRC余式表-Serial Communication in the CRC checksum, including the calculation methods and CRC Remainder Table
VB
- 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
fileCRC32
- 32位CRC文件计算程序,VC++源代码-32-bit CRC calculation program files, VC++ source code
CRC_Calc_v0.1
- CRC校验计算工具软件,支持对计算参数的灵活配置-CRC checksum calculation tools to support flexible configuration of the calculated parameters
crc
- 计算大多数CRC,但对于少数CRC计算结果却有点问题,可能与某些公司自己的特殊规定有关-Calculate the most the CRC, but for a small number of CRC calculation results have a problem, may be related to some of the company' s own special provisions
CRC
- C#编写程序,功能实现CRC计算,采用程序循环方式,节约程序,程序效率没有查表快。-C# programming functions for CRC calculation program loop, saving the program, program efficiency is not fast look-up table.
CRC
- 计算CRC仿真程序,计算结果快捷,正确。从而,方便了CRC计算的过程-Calculating CRC simulation program, fast and correct calculation results
CRC-Calculation
- 用C语言实现CRC校验计算, 十分實用, 可實行串口通信-CRC checksum calculation using the C language, the practical implementation of serial communication
CRC.rar
- VC++下计算和校验CRC16(请留意相关注释),计算CRC7(for SD card),Calculation and check VC++ under CRC16 (Please note the related notes), to calculate CRC7 (for SD card)
CRC
- 原创的C++ Builder计算CRC校验的小程序源码。-Original C++ Builder CRC calculation applet source code.