搜索资源列表
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 ne
简单易懂的CRC
- 这是一个简单易懂的crc计算方法,选择你要计算的文件,准确计算crc值。-This is a simple and easy to unicef.org calculation method to calculate your choice of paper, accurate calculation unicef.org value.
简单易懂的CRC
- 这是一个简单易懂的crc计算方法,选择你要计算的文件,准确计算crc值。-This is a simple and easy to unicef.org calculation method to calculate your choice of paper, accurate calculation unicef.org value.
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 ne
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的
crc32
- --循环冗余计算的并行实现代码 --初始值是全0或全1都可以-Cyclic redundancy code realize parallel computing the initial value is 0 or 1 whole can be
ModBusCRC16
- CRC16校验源码。CRC域是两个字节,包含一16位的二进制,它由传输设备计算后加入到消息中。接收设备重新计算收到消息的CRC,并与接收到的CRC域中的值比较,如果两值不同,则有误-CRC16 checksum source. CRC field is two bytes, contains a 16-bit binary, it is calculated that by the transmission equipment adde
VBCRC
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准: ①CRC-12码;
CRC
- crc32 循环冗余校验计算器,支持文件和字符串值计算,使用vc2005-CRC crc32 calculator, support documents and the string value, using vc2005
crc_tc
- crc的计算代码可输入gene和ploy值-crc calculation code can enter the gene and the ploy values
CRC
- crc 校验器,可以计算一组数据的CRC值,很实用!-crc checker that can calculate a set of data of the CRC value, and very practical!
hash
- 针对文件的Md5值计算 CRC值计算 SHA值计算 的类的使用与DEMO-md5
PCME1
- 通常的CRC算法在计算一个数据段的CRC值时,其CRC值是由求解每个数值的CRC值的和对CRC寄存器的值反复更新而得到的。这样,求解CRC的速度较慢。通过-#define CRCCCITT 0x1021 #define CCITT-REV 0x8408 #define CRC16 0x8005 #define CRC16-REV 0xA001
CRC
- 使用VS 2008 C#环境编写的MODBUS协议的CRC(循环冗余检验)程序,能自动计算CRC值并显示-Using VS 2008 C# environment MODBUS protocol prepared by a CRC (cyclic redundancy check) program that can automatically calculate and display the CRC value
crc
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC,它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。-Cyclic Redundancy Check English name for the Cyclical Re
CRC
- C# 计算文件CRC值 显示出来 并自动粘贴到剪切板-C# Calculates the file CRC value
MB CRC-16 HEX
- 自动计算一串数据的CRC校验值(calculate CRC Value)
methkd-CRC-simple
- 这是一个简单易懂的crc计算方法,选择你要计算的文件,准确计算crc值,(This is a simple calculation method of the CRC, choose the file you want to calculate, the accurate calculation of CRC value,)
untitled1
- modbus通讯,根据所给数据计算出CRC值(Modbus communication, and calculate the CRC value according to the data given)
CRC校验
- 输入字符串或数组,计算CRC校验值并返回(Enter the string or array, calculate the CRC check value and return.)