Location:
Search - CRC32-16
Search list
Description: CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same. Polynomial and subtract operations for the two to die, not into the Modified, dislocation, as logical XOR.
Platform: |
Size: 4967424 |
Author: |
Hits:
Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: |
Size: 134144 |
Author: 邓光 |
Hits:
Description: 最好的CRC程序,对CRC、CRC16、CRCITT、CRC32进行了详细的说明,希望你进步-best CRC procedures on the CRC, CYXLIC REDUNDANCY, CRCITT, CRC has made a detailed statement, I hope you progress! !
Platform: |
Size: 1886208 |
Author: 风风 |
Hits:
Description: 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。
使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. Use this code can be generated CYXLIC REDUNDANCY arbitrary polynomials and CRC procedures. Another document CYXLIC REDUNDANCY and achieve the CRC checksum. Use generated forms, which can achieve the embedded RAM and ROM of checking. Source achieve the MSP430 is organized into common C version.
Platform: |
Size: 8192 |
Author: 王平 |
Hits:
Description: CRC16,CRC32,校验和实用计算工具,支持10,16进制-CYXLIC REDUNDANCY, CRC32-and testing and practical calculation tools, support 10,16 229
Platform: |
Size: 182272 |
Author: WG |
Hits:
Description: CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.1 增强了系统兼容性-CYXLIC REDUNDANCY, CRC32-and testing and practical calculation tools, support 10, 16 V1.1 enhanced 229 system compatibility
Platform: |
Size: 208896 |
Author: dszc |
Hits:
Description: 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divided into the speed of priorities and resources, as well as priority-based algorithm for moderate-type three. All through the debug validation, and hardware-independent, can be transplanted to any MCU
Platform: |
Size: 3072 |
Author: wentsing |
Hits:
Description: 这是一个用DELPHI实现的CRC32位校验的小程序,各位可以用来进行CRC校验.-This is a used DELPHI realize the CRC32 checksum bit small procedures that can be used for CRC checksum.
Platform: |
Size: 2048 |
Author: 欧盛芬 |
Hits:
Description: --循环冗余计算的并行实现代码
--初始值是全0或全1都可以-Cyclic redundancy code realize parallel computing the initial value is 0 or 1 whole can be
Platform: |
Size: 1024 |
Author: luvicee |
Hits:
Description: CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.3 增强了系统兼容性-CRC16, CRC32, Checksum calculation and practical tools, support 10,16 M V1.3 enhances system compatibility
Platform: |
Size: 280576 |
Author: dszc |
Hits:
Description: crc校验
包括原理文件和说明
另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
Platform: |
Size: 2399232 |
Author: 梁健 |
Hits:
Description: crc检验生成详解详细说明了crc16 crc32 crc8的原理-crc check
Platform: |
Size: 6144 |
Author: 姜建钊 |
Hits:
Description: 以太网桢解析和crc校验,了解以太网桢的结构
-Ethernet Zhaozhen parsing and CRC check, know the structure of Ethernet frames
Platform: |
Size: 49152 |
Author: 宋学清 |
Hits:
Description: delphi CRC 16 32
delphi下的crc8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了-delphi CRC 16 32
Platform: |
Size: 285696 |
Author: 白杨 |
Hits:
Description: 1 - base64 decode
2 - url encode
3 - url decode
4 - md5 hash
5 - random str
6 - sha1 hash
7 - DES hash
8 - CRC32
9 - rot13 encode
10 - ASCII -> bin
11 - ASCII -> dec
12 - ASCII -> hex
13 - ASCII -> char()
14 - ASCII -> chr()..
15 - ASCII -> String.fromCharCode()
16 - bin -> ASCII
17 - dec -> ASCII
18 - hex -> ASCII
19 - char() -> ASCII
20 - chr() -> ASCII
21 - String.fromCharCode() -> ASCII
22 - bin -> dec
23 - bin -> hex
24 - dec -> bin
25 - dec -> hex
26 - hex -> bin
27 - hex -> dec
28 - cp1251(&cp1259) -> utf8
29 - /etc/passwd -> login login
30 - PHP crupt
31 - URL -> IFrame
32 - String lower
33 - String UPPER
34 - ASCII -> 0xHEX
35 - Simple html encrypt
36 - htmlspecialchars
37 - Full urlencode
38 - base64 decode && gzinflate
39 - gzdeflate && base64 encode-1- base64 decode
2- url encode
3- url decode
4- md5 hash
5- random str
6- sha1 hash
7- DES hash
8- CRC32
9- rot13 encode
10- ASCII-> bin
11- ASCII-> dec
12- ASCII-> hex
13- ASCII-> char()
14- ASCII-> chr()..
15- ASCII-> String.fromCharCode()
16- bin-> ASCII
17- dec-> ASCII
18- hex-> ASCII
19- char()-> ASCII
20- chr()-> ASCII
21- String.fromCharCode()-> ASCII
22- bin-> dec
23- bin-> hex
24- dec-> bin
25- dec-> hex
26- hex-> bin
27- hex-> dec
28- cp1251(&cp1259)-> utf8
29- /etc/passwd-> login login
30- PHP crupt
31- URL-> IFrame
32- String lower
33- String UPPER
34- ASCII-> 0xHEX
35- Simple html encrypt
36- htmlspecialchars
37- Full urlencode
38- base64 decode && gzinflate
39- gzdeflate && base64 encode
Platform: |
Size: 4096 |
Author: Ihar |
Hits:
Description: CRC32/16 Routine.
Highly optimized for word aligned data. Enable using FAST_CRC macro in the file crc.c
Platform: |
Size: 5120 |
Author: mike_081182 |
Hits:
Description: crc32,数据位宽为8,verilog编码-crc32,datawidth is8,coding by verilog
Platform: |
Size: 1024 |
Author: chenk |
Hits:
Description: CRC16_32 C实例与硬件CRC精解
CRC16/CRC32必看-CRC16_32 C instance fine with the hardware CRC Solutions CRC16/CRC32 must see!!
Platform: |
Size: 70656 |
Author: hong |
Hits:
Description: crc32/16位的校验程序,通俗易懂,实现功能比较完善-crc 32 crc 16
Platform: |
Size: 167936 |
Author: 李天龙 |
Hits:
Description: 输入16进制字符串即可进行CRC的16位校验和32位检验,已测试-Hexadecimal string to the CRC 16 checksum 32 test has been tested
Platform: |
Size: 181248 |
Author: jiecai |
Hits: