搜索资源列表
Checksum.Src
- 一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
checksum
- 程式名称:Checksum creater开放源码 程式语言C
checksum
- 这是一款校验和算法的源代码,有需要校验和算法的朋友,可以借鉴一下。-This is a checksum algorithm source code, the checksum algorithm need a friend, you can learn from it.
CheckSum
- Hex 文件 Checksum,计算工具-Hex File Checksum, computational tools
crc_check
- CRC校验,包括crc8_4、crc12_4、crc16_8、crc32_8-CRC checksum, including crc8_4, crc12_4, crc16_8, crc32_8
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
8bit.CRC.checksum.algorithm32bit
- CRC校验8位16位32位算法设计经典代码8-bit CRC checksum algorithm 16-bit 32-bit classic code -8-bit CRC checksum algorithm 16-bit 32-bit classic code
check_sum
- 用于计算网络文件校验和的计算:使用方法如下: 1) 以命令行形式运行:check_sum infile,其中check_sum为程序名,infile为输入数据的文件名。 2) 输出数据文件的校验和。 -Used to calculate the network file checksum calculation: Use as follows: 1) to run the command-line form: check_sum infile, which check_sum for
checksum.bas
- Source File: This program calculates the checksum for a Sunplus ROM
CheckSum8200
- Binary: This program calculates the checksum for a Sunplus ROM
mCheckSum.bas
- checksum and see if the file is correct
CheckSum
- it is source code for calculate checksum
CRC32
- This the CRC32 checksum utility. You can use this utility to make CRC 32 checksum-You can use this utility for making CRC 32
CRC
- The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite
CRC16checksum
- This unit calculates the CRC-16 checksum for the output data.
Add.VB.code.convert.hex.checksum
- VB校验和 进制转换相加代码Add VB code to convert hex checksum -Add VB code to convert hex checksum
Checksum
- 校验和的计算过程主要分位三个步骤:数据文件的输入,校验和的计算和校验结果的输出。输入数据可能是以字符形式存储的 ,而校验和的计算则要采用数据形式,所以在从文件读取数据时,都要进行字符到数据的相互转换. 使用C++编程时直接使用16进制的方式打开输入文件。待校验的数据按16位位一个单位相加,采用端循环进位,最后对所得16位的数据取反码。因为待校验的数据时以字节方式分隔的 ,所以为了方便,将16位的数据分成高8位和 低8位处理。-Checksum calculation process is div
CheckSum
- 计算CheckSum校验和的一个小工具。(That is a tool for getting the checksum value.)
checksum
- 对内存中的数据计算它的checksum码并验证(compute the checksum code of the data in the buff and check it)