搜索资源列表
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
crc16
- crc16算法的Java实现,使用方法如下: crc16 crc16 = new crc16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00,
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
two-kinds-crc16-algorithms-of-modbus
- modbus的两种crc16算法,学习modbus的初学者可以参考此资料-two kinds crc16 algorithms of modbus
crc16 VC
- crc16校验算法实现,设备仪器通信,for VC(crc16 checksum method for device communication)