搜索资源列表
CRC
- CRC教研实用库,由于CRC在通讯和数据处理软件中经常采用,笔者在实际工作中对其算法进行了研究和比较,总结并编写了一个具有最高效率的CRC通用程序库。该程序采用查表法计算CRC,在速度上优于一般的直接模仿硬件的算法,可以应用于通讯和数据压缩程序。
CRC计算与检验
- 编写计算CRC冗余码和校验程序。两人一组:一人写产生冗余码程序,另一人写校验程序。将带有冗余码的数据传给校验程序,校验程序要判断收到数据的正确性。
VBCRC
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准: ①CRC-12码; ②CRC-16码; ③CRC-CC
vb
- 查表法计算CRC码的VB程序设计,生成多项式为CRC-32-Look-up table method to calculate CRC code of VB programming, generating polynomial for the CRC-32
CRC
- 使用C开发的一个计算循环冗余码的程序,希望对大家有用-Use C to develop a calculation of cyclical redundancy procedures, in the hope that useful to everybody
CRC
- Windows, C++, 单函数计算 CRC的程序源代码-Windows, C++, for CS single function
crc_rs_inv
- CRC和RS的组合编码,自编程序,能正确运行通过。 CRC+RS+交织 编码:计算CRC-->RS-->交织 数据:19byte 21byte 49byte 49byte 解码:解交织-->校验CRC-->输出/解RS后输出-->CRC校验-->输出 交织以7x7求转置交织,元素以字节为单位,交织深度7字节 数据量:19byte---->49byte(中包) 小包:10byte=
CRC
- 串口通讯中的CRC校验,包括计算方法和CRC余式表-Serial Communication in the CRC checksum, including the calculation methods and CRC Remainder Table
CRC
- crc 校验器,可以计算一组数据的CRC值,很实用!-crc checker that can calculate a set of data of the CRC value, and very practical!
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
CRC
- CRC校验码的计算,该程序包括了三种计算CRC码的方法,主要用于MODBUS编程中CRC校验码的计算
CRC
- 这个程序演示了如何使用CRC引擎在自动模式和themanual模式。自动模式,可以用来计算出Flashpages CRC的。手动模式可计算CRC的任何数量的字节手动写入CRC引擎。 -This program shows how to use the CRC engine in the automatic mode and themanual mode. The automatic mode can be used to calculate the CRC of Flashpages. Th
CRC
- 计算CRC仿真程序,计算结果快捷,正确。从而,方便了CRC计算的过程-Calculating CRC simulation program, fast and correct calculation results
CRC-64
- Python 计算CRC-64循环冗余校验-Python calculate CRC-64 Cyclic Redundancy Check
CRC
- 原创的C++ Builder计算CRC校验的小程序源码。-Original C++ Builder CRC calculation applet source code.
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
- 计算 CRC. 输入任何文件, 计算出来 CRC吗。-Calculate CRC code
crc
- 自己编写的CRC16校验小程序,自动计算CRC 16值-I have written a small program CRC16 checksum automatically calculated value CRC 16
CRCTool-v3.0
- 计算CRC校验的小工具,可以改变计算方式。嵌入式编程者的好朋友。特别是对modbus规约(CRC checksum calculation of small tools, you can change the way of calculation. Embedded programmer's good friend. Especially for Modbus Protocol)
CRC校验
- 输入字符串或数组,计算CRC校验值并返回(Enter the string or array, calculate the CRC check value and return.)