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

Search list

[Mathimatics-Numerical algorithmsCRC16

Description: CRC16校验-CYXLIC REDUNDANCY CHECK
Platform: | Size: 1126 | Author: none | Hits:

[Other resourceCrc16源码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: 15803 | 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: 17751 | 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: 25658 | Author: 孙盛 | Hits:

[Other resourcecrc16-1

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

[WinSock-NDIScrc16

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

[Other resourcecrc16

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: 1717 | Author: liu | Hits:

[VHDL-FPGA-VerilogCRC16

Description: 用于CRC16校验的Verilog程序源代码,喜欢的拿走-Uses in CRC16 the verification the Verilog procedure source code, likes taking away
Platform: | Size: 3072 | Author: 栾磊 | Hits:

[OtherCRC16

Description: 字符串到16进制字符串校验crc16,与大家共享......向高手学习-字符串到16进制字符串校验crc16,与大家共享......向高手学习!!!
Platform: | Size: 6144 | Author: mervyn | Hits:

[VHDL-FPGA-Verilogcrc16

Description: 一个实现CRC16的VHDL代码,以及说明CRC计算的原理和方法。(a VHDL code for CRC16.)
Platform: | Size: 7168 | Author: camelcc | Hits:

[LabViewCRC16

Description: 用于MODBUS通信的CRC16校验程序,超好用。(MODBUS communication for CRC16 checksum procedures, super easy to use.)
Platform: | Size: 7168 | Author: 镜子里的小樱桃 | Hits:

[Communication-MobileCRC16校验工具

Description: crc16 modbus CRC16校验工具C#源代码,开发环境C#,源代码开源免费(CRC16 check tool c # source code, development environment c #, source open source free)
Platform: | Size: 516096 | Author: VictorTian | Hits:

[SCMcrc16

Description: 基于Cotex M0平台的CRC16程序(Base on Cotex M0 plateform CRC16 decode)
Platform: | Size: 2048 | Author: donvar | Hits:

[OtherCRC16

Description: 直接可用的CRC16校验源码。(The available CRC16 checksum source .)
Platform: | Size: 1024 | Author: 房无敌 | Hits:

[Communication-MobileCRC16-XMODEM

Description: 用于xmodbus方式通讯。使用labview编制CRC16-XMODEM.vi(Kaubamaja for Xmodbus communication. Using LabVIEW establishment.CRC16-XMODEM.vi)
Platform: | Size: 11264 | Author: cunfengabc | Hits:

[Communication-MobileCRC16

Description: 在Matlab环境下用于计算CRC16的代码,本原多项式为X16+X15+X2+1,并提供测试文件。(In the Matlab environment for the calculation of CRC16 code, the primitive polynomial is X16+X15+X2+1, and provide the test file.)
Platform: | Size: 7785472 | Author: 佛曰不可说 | Hits:

[Windows DevelopCRC16

Description: C语言 CRC16校验计算源代码,可适用单片机通讯校验等各种场合(CRC16 check calculation)
Platform: | Size: 1024 | Author: murenxiu | Hits:

[Windows DevelopCRC16 VC

Description: CRC16校验算法实现,设备仪器通信,for VC(CRC16 checksum method for device communication)
Platform: | Size: 1977344 | Author: Herry Yang | Hits:

[OtherCRC16

Description: 单片机 C语言,汇编语言CRC16,MODBUS校验(MCU C Language, Assembly Language CRC16, MODBUS Verification)
Platform: | Size: 3072 | Author: ldd1986 | Hits:

[VHDL-FPGA-Verilogcrc16

Description: verilog 语言下的硬件CRC校验:CRC16(CRC verification in Verilog: CRC 16)
Platform: | Size: 3072 | Author: suncrystal | Hits:
« 1 2 34 5 6 7 8 9 10 ... 38 »

CodeBus www.codebus.net