搜索资源列表
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table method, the whole look-up tab
Crc32源码3种算法
- CRC32,适用于internet,文件等的校验,可靠程度比CRC32高,但运算要比CRC16复杂,需要的占用的代码空间也大一点-CRC applied to internet, checking the documents, reliable than CRC, but the operation than CYXLIC REDUNDANCY complex, requiring the occupants of the large code space 1:00
16位CRC算法
- 16位CRC:生成CRC16表(256项),用于快速查表计算 // 在程序初始化时就先调用,预先生成CRC16Tab[256]查表数据-16 CRC : formation CYXLIC REDUNDANCY (256), Fast look-up table for calculation / / initialization procedure on first call, pre-generation CRC16Tab [256] Lookup Data
pic 上crc16
- 在PIC上实现CRC16算法的源程序,可用于一般通讯中的校验。-PIC in achieving CYXLIC REDUNDANCY source algorithm can be used in the general communications check.
CRC16算法
- CRC16算法
vb6crc16
- visual basic下进行CRC16算法的源代码.-under the visual basic source code of the CRC16 algorithm.
crc
- 是vs2005下CRC16算法的例程,测试通过. 测试数据:0103000000f0 结果:458E-CRC16 algorithm is under vs2005 routine, test. Test data: 0103000000f0 results: 458E
crc16
- CRC16经典算法 -CRC16CRC16CRC16
CRC16
- 欧洲流行的标准CRC16效验算法 欧洲流行的标准CRC16效验算法-Europe, the popular standard CRC16 algorithm efficacy
crc16
- crc16 算法源代码。已经测试通过,请放心使用。-crc16 algorithm source code. Have the test.
LabVIEWCRC16
- 用LabVIEW编写的基于modbus通信协议的串口通信程序-modbus CRC16算法-Written using LabVIEW serial communication protocol based on the modbus communication program-modbus CRC16 algorithm
CRC16
- 单片机开发,通信程序中得CRC16校验算法-MCU development, communication procedures may CRC16 checksum algorithm
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
CRC16
- 在labview下设计的CRC16校验 将一组数据通过CRC16算法校验后得出CRC16码,再将所得的CRC16码加到数组的后面,继续进行CRC16校验,如果所得CRC16码为0,则正确-In the CRC16 checksum labview to design a set of data, obtained through the CRC16 checksum algorithm is CRC16 code, and then added to the array from the CRC
LabVIEW-CRC16
- LabView实现CRC16算法,非常值得参考。-LabView CRC16
CRC16
- CRC16 算法 初始值为0xFFFF,多项式为0x1021-CRC16 algorithm initial value 0xFFFF, polynomial 0x1021
CRC16
- 用delphi实现CRC16算法,用于串口通信中进行冗余校验。-CRC16 algorithm with delphi redundancy check for serial communication.
CRC16
- crc16算法、c代码、keil开发环境-crc16 algorithm, c code
CRC16
- crc16算法。简单的CRC16查表算法。-crc16 CALCULATE
CRC16 VC
- CRC16校验算法实现,设备仪器通信,for VC(CRC16 checksum method for device communication)