搜索资源列表
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
- 这是一个简单易懂的crc计算方法,选择你要计算的文件,准确计算crc值。-This is a simple and easy to unicef.org calculation method to calculate your choice of paper, accurate calculation unicef.org value.
SPD_CRC_Tool
- 计算用户根据内存颗粒规范自定义SPD数据的CRC值-Calculation of the CRC value of the user according to the memory particles norms since the definition of SPD data
VBCRC
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准: ①CRC-12码; ②CRC-16码; ③CRC-CC
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
crczxygj
- 【基本介绍】 这是一款在Windows下用来计算和校验字符串CRC值或者文件CRC值的工具,支持CRC16、CRC32校验,支持文件拖放功能。主要用途:验证下载后的文件是否与服务器上的文件一致。 【软件特点】 CRC的全称是循环冗余校验,其特点是:检错能力极强,开销小。CRC的实际应用是对一段信息(字节串)产生fingerprint(指纹码),可以防止程序被他人“篡改”。其广泛用于在数据存储和数据通讯领域...另外也可用作杀毒校验技术的一部分,使得重复扫描速度加快了N倍
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
crc32
- 8bit并行crc32校验vhdl程序,计算完成后一次读出crc值-8bit parallel crc32 checksum vhdl program,reading out crc after calculating the value
eth_crc
- 32 位CRC并行计算,实现以太网32bit校验值的并行计算非常有用-32 bit CRC Caculate
crc
- 自己编写的CRC16校验小程序,自动计算CRC 16值-I have written a small program CRC16 checksum automatically calculated value CRC 16
crc
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC,它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。-Cyclic Redundancy Check English name for the Cyclical Redundancy Check, referred to as
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.)