搜索资源列表
CRC-16 CRC-32 算法介绍,程序代码 .rar
- CRC-16 CRC-32 算法介绍,程序代码
利用CRC-32检测程序的完整性
- .“利用CRC-32检测程序的完整性” 在Windows 2000、2000 Server平台下编译成功,演示用CRC判断一个文件是否被改变。
CRC-32
- 完整性非常重要,利用CRC-32检测程序的完整性
crc-32
- 多采用查表法来完成CRC-32 校验,下面是产生CRC-32 校验吗的子程序。
crc-32
- 计算xk+1除CRC-32后的余式,k从1到32768
CRC-32
- 汇编方面的CRC-32一个完整的Win32Asm例子
4位并行计算CRC-32.pdf
- 4位并行计算CRC-32.pdf
CRC-32校验的小程序
- CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
CRC-16 CRC-32 算法介绍,程序代码
- CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
利用CRC-32检测程序的完整性
- .“利用CRC-32检测程序的完整性” 在Windows 2000、2000 Server平台下编译成功,演示用CRC判断一个文件是否被改变。-. Using CRC-32 testing the integrity of the proceedings in the Windows 2000,2000 Server platform compiler successful demonstration with CRC to det
CRC_32
- this man file is CRC_32, it is computer CRC 32,so it is use look up table to computer,you can first see document.txt,hope you can use that-this file is CRC_32 man, it is computer CRC 32, so it is use to look up table com
lib_crc_16-32
- crc-16 crc-8 crc-32各种CRC校验C源代码-crc-16 crc-8 crc-32 various CRC C source code
crc
- 用Verilog编写crc校验码,包括8位,12位,16位,32位,非常实用-Prepared using Verilog CRC check codes, including 8, 12, 16, 32, a very practical
CRC
- 这是一个用DELPHI实现的CRC32位校验的小程序,各位可以用来进行CRC校验.-This is a used DELPHI realize the CRC32 checksum bit small procedures that can be used for CRC checksum.
CRC-32
- 完整性非常重要,利用CRC-32检测程序的完整性-Integrity is very important, using CRC-32 integrity of testing procedures
crc-32
- 多采用查表法来完成CRC-32 校验,下面是产生CRC-32 校验吗的子程序。-The use of look-up table method to complete the CRC-32 checksum, the following is the CRC-32 checksum of the subroutine it.
crc-32
- 计算xk+1除CRC-32后的余式,k从1到32768-Calculated xk+ 1 In addition to CRC-32 after more than style, k from 1-32768
CrcCheck
- CRC校验实用程序 CRC-16码: G(x)=X16+X15+X2+1 CRC-32码: G(x)=X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+X+1 -CRC checksum utility CRC-16 Code: G (x) = X16+ X15+ X2+ 1CRC-32 Code: G (x) = X32+ X26+ X23+ X22+ X16+ X12+
crc-32
- To compute cyclic Redundancy error for 32 bit word
crc-32
- CRC-32 pascal module