搜索资源列表
CRC算法和c语言实现
- CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
crc16andall
- 调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致 -debugging years of CRC program, suitable for a variety of generating polynomial. Debugging through. Consistent with the manual algorithm
newCcodeaboutCRC
- CRC循环校验的C语言程序,全新算法实现,编译过可用,简单易懂!-Cyclic Check the C Programming Language, the new algorithm, compiled available and easily understood!
crc16.
- CRC算法原理及实现,生成多项式为\"1 1000 0000 0000 0101\"(CRC-16),简记作0x18005。
Modbus_crc_c
- 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
crc_verilog
- HDLC控制协议中CRC校验码算法代码,为CRC16,Verilog语言
CyclicRedundancyCRC
- 循环冗余校验的CRC算法和程序实现,已解决大家在做校验时的一些难题-Cyclic Redundancy Check CRC algorithms and procedures of implementation, has been resolved in the U.S. to do some calibration problems
CRC
- crc码算法 用以MODBUS通讯协议,满足对通讯无码的判断,增强通讯可靠性-crc code algorithm for MODBUS communication protocol to meet the needs of communication-free code to determine and enhance the reliability of communications
crc
- 是vs2005下CRC16算法的例程,测试通过. 测试数据:0103000000f0 结果:458E-CRC16 algorithm is under vs2005 routine, test. Test data: 0103000000f0 results: 458E
CRCDelphi
- delphi CRC 16 32 delphi下的crc8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了-delphi CRC 16 32
16CRC
- 16位CRC校验原理与算法分析,很详尽,学习CRC16的重要资料。-16-bit CRC checksum algorithm theory and analysis, very detailed and important information to learn CRC16.
CHP500B
- 串口通信,采用CRC16 算法,用mscomm控件实现对chp500电源的信息采集,可以设置电源的电压和频率,word文件的是通讯协议,上位机发送和下位机返回,串口通讯看懂了通讯协议就没什么问题的啦。-Serial communication using the CRC16 algorithm, mscomm realize chp500 power control information collection, you can set the voltage and frequency, wo
CRC-check
- 网络通讯中用于实现网络校验的crc检验.里面有实现crc算法的程序以及说明文档-it is used to implement the crc checksum test in Network communication,there are the program and the help document inside
labview-Modbus-CRC
- 16位CRC校验算法,作为子VI可直接调用-16-bit CRC checksum algorithm, can be directly invoked as a sub-VI
WCDMA_simulation_c_program
- WCDMA编码与复用环节所有的C语言算法(包括CRC、级联、卷积编码、Turbo编码、均衡、两次交织、速率匹配,信道复用与映射等)-WCDMA encoding and multiplexing of the C language algorithms all links (including CRC, cascade, convolutional coding, Turbo coding, equalization, two interleaving, rate matching, chann
CRC-PROGRAM
- 以VC6为开发环境无需查表用算法实现CRC校验.-Without using the look-up table algorithm CRC.