搜索资源列表
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) 0x
pic 上crc16
- 在PIC上实现CRC16算法的源程序,可用于一般通讯中的校验。-PIC in achieving CYXLIC REDUNDANCY source algorithm can be used in the general communications check.
CRC16算法
- CRC16算法
pic 上crc16
- 在PIC上实现CRC16算法的源程序,可用于一般通讯中的校验。-PIC in achieving CYXLIC REDUNDANCY source algorithm can be used in the general communications check.
单片机CRC算法与实现
- 利用单片机实现CRC8,CRC16校验的具体实现的几种方案-use MCU CRC8, CYXLIC REDUNDANCY Check the concrete realization of several options
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table
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]
crc16(VC)
- crc16的算法,格式为X16+X12+X5+1,用于串口通讯数据的校验。-crc16 algorithm, the format for X16 X12 X5 one for serial data communications check.
crc16.
- CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC-16),简记作0x18005。-CRC algorithm and implementation, generating polynomial for the
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的
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) 0x
CRC16ASM
- 工业用CRC16算法51汇编源程序(已经通过测试)-For industrial use CRC16 algorithm to compile the source code 51 (which has passed the test)
crc16
- CRC算法,查表和直接计算 CRC算法,查表和直接计算-CRC algorithm, look-up table and a direct calculation of CRC algorithm, look-up table and direct calculation
crc16
- 加密解密字符串的CRC算法,可以为初学者提供一些帮助。-String encryption and decryption of the CRC algorithm, can provide some help for beginners.
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
- 在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 a
CRC16 VC
- CRC16校验算法实现,设备仪器通信,for VC(CRC16 checksum method for device communication)