搜索资源列表
循环冗余码校验crc算法
- 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
crc-4校验码
- 计算机网络的课程小实验,主要实现的是CRC-4的校验码,不过程序写的不错,值得大家仔细阅读!-Experiment of computer network lesson. It can calculate the CRC-4 checksum. Nice written, and worth reading.
CRCCHK
- 用C语言编的CRC校验程序,他是一种重要的通信算法-C language series of the CRC process, he is an important communications algorithm
CRCCheckout123_C++
- 本程序是一个用纯C++编写的CRC校验程序,有兴趣的朋友可以-this a process used to prepare the pure C CRC proceedings, interested friends can s
0302041
- 摘要 关键词 引言 第一章 开发网页广播服务系统的问题 1.1网页广播服务系统的简介 1.2网页广播服务系统功能需求 1.3开发工具简介 第二章 网页广播服务系统的分析和设计 2.1网页广播服务系统的总体设计 2.2网页广播服务系统的具体设计 2.3网页广播服务系统的接口设计 第三章 网页广播服务系统的具体实现 3.1遍历文件模块设计说明 3.2CRC校验程序设计说明 3.3组织文件和文件索引表模块设计说明 3.4组
AT24C01-02-04-08-16-32EEPROM
- 24Cxx I2C EEPROM字节读写驱动程序,芯片A0-A1-A2要接GND(24C65接VCC,具体看DataSheet)。 现缺页写、页读,和CRC校验程序。以下程序经过50台验证,批量的效果有待考察。 为了安全起见,程序中很多NOP是冗余的,希望读者能进一步精简,但必须经过验证。 Atmel 24C01 比较特殊,为简约型,为其单独编程-24Cxx I2C EEPROM byte read and write driver, Chip A0-A1-A2 access to
RC校验
- 在vb中进行crc校验,程序未经过测试,估计可能有点问题,仅供参考。-in vb for crc check, the procedure has not been tested, it is estimated that perhaps, for reference purposes only.
CRC-32校验的小程序
- CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
crc校验的matlab程序
- crc校验的matlab程序,对多项式进行处理,可以正常运行,经过fpga实现验证-crc check of the matlab program, processing of the polynomial can be normal operation, after verification fpga implementation
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
CRC16
- CRC校验程序(labVIEW2009)经典-CRC check program(labVIEW2009)
CRC
- VisualBasic编程的循环冗余校验CRC校验程序。程序运行后,在输入框填入输入值,点击“CRC校验”按钮后,可得到运行结果,显示在“校验结果”文本框内。-VisualBasic programming Cyclic Redundancy Check CRC checksum procedure. Program running, fill in the input box enter the value, click the
crc
- VB下如何编写CRC校验程序 -CRC checking how to write VB program how to write VB program CRC Checksum
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
- 基于stc89c52的crc校验程序,主要应用在modebus等通信规约中的-Verification of CRC program based on STC89C52, mainly used in modebus communication protocol.
VB-CRC
- windows下基于VB开发环境下编写的CRC校验程序,能对输入的要校验的数据生成16位的校验码-VB development environment based on the following written CRC check procedure can input data to generate 16 parity check code under windows
CRC-Calculator
- CRC校验程序,含32位 16位校验,含测试程序-CRC calibration procedures, including 16 bit 32 parity, including test procedures
CRC
- CRC校验的matlab仿真程序, 测试无误(CRC's matlab code, matlab code of CRC parity)
CRC_Check
- 之前看到的一个很简洁的Modbus CRC校验程序,常量表格仅占用16个字。(I saw a very simple Modbus CRC check program before.)