Welcome![Sign In][Sign Up]
Location:
Search - CRC-16

Search list

[Crack HackCRC校验算法(包含8位16位32位)

Description: CRC校验算法(包含8位16位32位),原文件中说明也不多,有兴趣的可以研究一下-CRC algorithm (includes 8 16 32), the original document which is not large, interested parties can study
Platform: | Size: 136192 | Author: 绝无重复 | Hits:

[Crack Hack16位CRC算法

Description: 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] Lookup Data
Platform: | Size: 134144 | Author: 456 | Hits:

[Other8-16位CRC校验的算法程序

Description: 分别用PIC和51系列语言编写的8位、16位CRC校验的算法程序,已经验证过,好用。-respectively PIC and 51 languages of eight, 16 of the CRC algorithm procedures, already tested and ease of use.
Platform: | Size: 6144 | Author: 谢飞林 | Hits:

[SCMCRC校验代码源程序

Description: CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
Platform: | Size: 14336 | Author: 黄宁 | Hits:

[Communicationcrc上传程序

Description: 写CRC编解码程序时,整理的文件,压缩文件既有理论说明,也有源代码。源代码格式用C,VHDL,Verilog。-write CRC codec procedures, collating documents, compressed files both theoretical statements, and the active code. Source code format C, VHDL, Verilog.
Platform: | Size: 706560 | Author: cdl | Hits:

[CommunicationCRC-calculation

Description: 用JAVA编写的CRC公式计算器,希望对大家有帮助-prepared using JAVA CRC formula calculator, we hope to help
Platform: | Size: 8192 | Author: nachlace | Hits:

[Mathimatics-Numerical algorithmscrc-ccitt

Description: CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
Platform: | Size: 234496 | Author: 李慎丹 | Hits:

[Software Engineeringtr_crc16

Description: 8051-CRC 16 校驗檢查碼 CRC16 校驗檢查碼- 源碼 asm -8051-16 CRC checksum verification check code CYXLIC REDUNDANCY check code-source asm2
Platform: | Size: 1024 | Author: | Hits:

[Communication-Mobilecrc_test

Description: 使用CRC-16 ,CCITT多项式的CRC检验生成,检验的原程序,可用于网路通信的信号传输检验用-using CRC-16, CCITT CRC polynomial test generation, the original testing procedures, can be used for network communications signal transmission tests using
Platform: | Size: 39936 | Author: ligao111 | Hits:

[Com PortCRC-C51

Description: 单片机的CRC C51源程序。本程序采用查表法,提高单片机运算速度。-MCU CRC C51 source. The program uses a look-up table, the enhancement of SCM computational speed.
Platform: | Size: 1024 | Author: 张庆顺 | Hits:

[SCMlib_crc_16-32

Description: crc-16 crc-8 crc-32各种CRC校验C源代码-crc-16 crc-8 crc-32 various CRC C source code
Platform: | Size: 28672 | Author: IT民工 | Hits:

[Communication-Mobilecrc_16

Description: CRC-16的编解码程序和仿真结果。统计了漏检概率随错误比特数目的曲线。-CRC-16 codec procedures and simulation results. Statistics of the undetected bit error probability with the number of curves.
Platform: | Size: 21504 | Author: 李明 | Hits:

[SCMcrc

Description: MSP430的CRC程序设计实现,位运算和查表法-MSP430 realize the CRC program design, digital computing and look-up table method
Platform: | Size: 1024 | Author: caichangxin | Hits:

[Other Embeded programcrc

Description: 生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: CRC-CCITT standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1 order of r = 16 that is: 0x11021. Highest one usually.
Platform: | Size: 3072 | Author: xuhailun | 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:

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

[Windows DevelopMB_CRC-16

Description: 计算CRC校验码,详细说明看源代码中的注释。-CRC checksum calculation code, source code detailed description look in the Notes.
Platform: | Size: 13312 | Author: 曹磊 | Hits:

[SCMGetCRC16

Description: 单片机C语言获得CRC-16效验码的查表算法.快速有效.-Singlechip C language access to CRC-16 well-tested code look-up table algorithm. Quickly and efficiently.
Platform: | Size: 2048 | Author: XuKun | Hits:

[VHDL-FPGA-Verilogcrc

Description: 用Verilog编写crc校验码,包括8位,12位,16位,32位,非常实用-Prepared using Verilog CRC check codes, including 8, 12, 16, 32, a very practical
Platform: | Size: 11264 | Author: asd | Hits:

[Crack Hackmbcrc

Description: crc-16 数据冗余校验,C语言代码.-crc-16 data redundancy check, C language code.
Platform: | Size: 2048 | Author: wangchangqing | Hits:
« 1 23 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net