Welcome![Sign In][Sign Up]
Location:
Search - crc16 algorithm

Search list

[CSharpcrc16(VC)

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

[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:

[Communicationcrc16.

Description: CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC-16),简记作0x18005。-CRC algorithm and implementation, generating polynomial for the
Platform: | Size: 10240 | 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:

[assembly languageCRC16ASM

Description: 工业用CRC16算法51汇编源程序(已经通过测试)-For industrial use CRC16 algorithm to compile the source code 51 (which has passed the test)
Platform: | Size: 1024 | Author: 陈智旻 | Hits:

[Crack Hackcrc16

Description: CRC算法,查表和直接计算 CRC算法,查表和直接计算-CRC algorithm, look-up table and a direct calculation of CRC algorithm, look-up table and direct calculation
Platform: | Size: 1024 | Author: jion | Hits:

[Crack Hackcrc16

Description: 加密解密字符串的CRC算法,可以为初学者提供一些帮助。-String encryption and decryption of the CRC algorithm, can provide some help for beginners.
Platform: | Size: 33792 | Author: wyy | Hits:

[Communicationvb6crc16

Description: visual basic下进行CRC16算法的源代码.-under the visual basic source code of the CRC16 algorithm.
Platform: | Size: 49152 | Author: cjw | Hits:

[Communicationcrc

Description: 是vs2005下CRC16算法的例程,测试通过. 测试数据:0103000000f0 结果:458E-CRC16 algorithm is under vs2005 routine, test. Test data: 0103000000f0 results: 458E
Platform: | Size: 50176 | Author: cjw | Hits:

[Bookscrc16

Description: CRC的使用,包括CRC原理,算法及具体程序代码-The use of CRC, including the CRC principle of the algorithm and the specific program code
Platform: | Size: 1329152 | Author: | Hits:

[Crack HackCRC16

Description: 欧洲流行的标准CRC16效验算法 欧洲流行的标准CRC16效验算法-Europe, the popular standard CRC16 algorithm efficacy
Platform: | Size: 222208 | Author: cygnus | Hits:

[Other Embeded programcrc16

Description: crc16 算法源代码。已经测试通过,请放心使用。-crc16 algorithm source code. Have the test.
Platform: | Size: 1024 | Author: 陈赋 | Hits:

[Com PortLabVIEWCRC16

Description: 用LabVIEW编写的基于modbus通信协议的串口通信程序-modbus CRC16算法-Written using LabVIEW serial communication protocol based on the modbus communication program-modbus CRC16 algorithm
Platform: | Size: 7168 | Author: 寸言 | Hits:

[SCMCRC16

Description: 单片机开发,通信程序中得CRC16校验算法-MCU development, communication procedures may CRC16 checksum algorithm
Platform: | Size: 1024 | Author: 储健 | Hits:

[CommunicationCHP500B

Description: 串口通信,采用CRC16 算法,用mscomm控件实现对chp500电源的信息采集,可以设置电源的电压和频率,word文件的是通讯协议,上位机发送和下位机返回,串口通讯看懂了通讯协议就没什么问题的啦。-Serial communication using the CRC16 algorithm, mscomm realize chp500 power control information collection, you can set the voltage and frequency, word document is the communication protocol, host computer to send and return lower machine, serial communication protocol is very important to you
Platform: | Size: 247808 | Author: supan | Hits:

[Mathimatics-Numerical algorithmsCRC16

Description: 在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 CRC16 code behind to continue CRC16 checksum, CRC16 code is 0 if the income is correct
Platform: | Size: 6144 | Author: 邵奎 | Hits:

[assembly languageCRC16

Description: 本文给出了CRC16的快速算法,通过汇编语言进行编程,改程序简练,已通过验证。-In this paper, the fast CRC16 algorithm, assembly language programming, change the program concise, has been authenticated.
Platform: | Size: 1024 | Author: 汤胜林 | Hits:

[SCMCRC16

Description: CRC16 算法 初始值为0xFFFF,多项式为0x1021-CRC16 algorithm initial value 0xFFFF, polynomial 0x1021
Platform: | Size: 11264 | Author: libin | Hits:

[Com PortCRC16

Description: 用delphi实现CRC16算法,用于串口通信中进行冗余校验。-CRC16 algorithm with delphi redundancy check for serial communication.
Platform: | Size: 189440 | Author: 郑志华 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net