Welcome![Sign In][Sign Up]
Location:
Search - CRC16

Search list

[Mathimatics-Numerical algorithmsCRC16

Description: CRC16校验-CYXLIC REDUNDANCY CHECK
Platform: | Size: 1024 | Author: 站长 | Hits:

[Delphi VCLCRC16的DELPHI源程序及调用子

Description: CRC16的DELPHI源程序及调用子-CYXLIC REDUNDANCY the source and Call-
Platform: | Size: 207872 | Author: 李小明 | Hits:

[SCMpic 上crc16

Description: 在PIC上实现CRC16算法的源程序,可用于一般通讯中的校验。-PIC in achieving CYXLIC REDUNDANCY source algorithm can be used in the general communications check.
Platform: | Size: 15360 | Author: 周云 | Hits:

[SCMCrc16源码4种算法

Description: 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 table method, dual eight-wide table look-up table method, applied to the field of industrial control the use of calibration data communications and MODBUS calibration data in different systems of the requirements of environmental resources, mining different algorithms
Platform: | Size: 15360 | Author: dszc | Hits:

[Communicationlabview CRC16

Description: crc16的例子。用于modbus rtu方式通讯。使用labview编制,将下载文件后缀改为.vi-crc16 example. Kaubamaja for Modbus communication. Using LabVIEW establishment, download the file extension changed. Vi
Platform: | Size: 17408 | Author: 许艳 | Hits:

[CSharpcrc16(VC)

Description: crc16的算法,格式为X16+X12+X5+1,用于串口通讯数据的校验。-crc16 algorithm, the format for X16 X12 X5 one for serial data communications check.
Platform: | Size: 28672 | Author: | Hits:

[SCMcrc16-1

Description: crc16的源码,本程序通过查表来实现crc16的校验,可以在pc或单片机中应用 -crc16 source code, the table look-up procedure to achieve crc16 calibration the pc or SCM application
Platform: | Size: 1024 | Author: zhf_make | Hits:

[Internet-Networkcrc16

Description: CRC16校验VC++程序是通讯数据校验的必需之程序-CYXLIC REDUNDANCY CHECK VC data communications procedures is the necessary calibration procedure
Platform: | Size: 144384 | Author: Michael Lee | Hits:

[Algorithmcrc16

Description: 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全"1"(0xFFFF)。 b.寄存器组向右移动一个字节。 c.刚移出的那个字节与数据字节进行异或运算,得出一个指向值表的索引。 d.索引所指的表值与寄存器组做异或运算。 f.数据指针加1,如果数据没有全部处理完,则重复步骤b。 g.寄存器组取反,得到CRC,附加在数据之后(这一步可省略)。
Platform: | Size: 1024 | Author: liu | Hits:

[Com PortCRC16

Description: CRC16 RTU的CRC校验 进行CRC校验 GetCRC16 CheckCRC16
Platform: | Size: 45056 | Author: pqp | Hits:

[SCMcrc16

Description: RTU MODBUS通讯时,CRC16的查表获得-RTU MODBUS communications, CRC16 of the look-up table to obtain
Platform: | Size: 1024 | Author: zbh | Hits:

[ARM-PowerPC-ColdFire-MIPSCRC16

Description: 在LPCARM上的CRC16的源码,谢谢。-CRC16 in LPCARM on the source, thank you.
Platform: | Size: 1024 | Author: 漆强 | Hits:

[SCMCRC16

Description: 这是一个冗余校验的程序,是CRC16,里面包含了计算法和查表法以及半查表法-This is a redundancy check procedure is CRC16, which contains the calculations and look-up table method and the semi-look-up table method
Platform: | Size: 2048 | Author: 小林 | Hits:

[JSP/JavaCRC16

Description: 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, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length)) -CRC16 algorithm realize Java, use the following method: 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, (byte) 0x00, (byte) 0x00) for ( int k = 0 k
Platform: | Size: 1024 | Author: zhangQ | Hits:

[OtherCRC16

Description: CRC16校验码计算器v1.2,使用于CRC校验程序的编写!-CRC16 checksum code calculator v1.2, for use in the preparation of CRC checksum procedure!
Platform: | Size: 386048 | Author: 张军 | Hits:

[SCMCRC16

Description: CRC16 校验码 汇编程序 运行效率最高-CRC16 checksum assembler code to run the most efficient
Platform: | Size: 2048 | Author: | Hits:

[Windows Developcrc16

Description: CRC16校验源码,开发者使用即可,非常方便-CRC16 checksum source code, developers can use, very convenient
Platform: | Size: 2048 | Author: lixzh | Hits:

[SCMCRC16

Description: 用C语言编写的适用于51单片机的CRC16校验程序-Using C language for 51 SCM procedures CRC16 checksum
Platform: | Size: 1024 | Author: | Hits:

[OtherCRC16

Description: Simple test crc16, crc32 check, you can document, a simple string of detection!
Platform: | Size: 33792 | Author: lizhen | Hits:

[JSP/JavaCRC16

Description: 用JAVA编写的CRC16的认证,希望大家互相学习-CRC16 prepared using JAVA certification, I hope we learn from each other
Platform: | Size: 5120 | Author: 任我行 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 38 »

CodeBus www.codebus.net