搜索资源列表
checksum
- 软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数-simulation software CRC Redundancy Check, for any length of this sequence for 16 checksum, and to be able to receive sequence for the examination. The Chinese have detailed notes and simula
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的工具,短小精悍。
checksum
- 程式名称:Checksum creater开放源码 程式语言C
CHECKSUM
- 算法类,checksum算法的源代码,算法导论上的
checksum
- 这是一款校验和算法的源代码,有需要校验和算法的朋友,可以借鉴一下。-This is a checksum algorithm source code, the checksum algorithm need a friend, you can learn from it.
MD5Checksum
- MD5校验和算法源码-MD5 checksum algorithm source
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
checksum
- The program computes the checksum and displays the result in an output port. The program is written for Microchip PIC16F877A target device
CheckSum
- it is source code for calculate checksum
Checksum-Code
- This code implement checksum generate
CheckSum
- 测试通讯中必不可少的一项检查:CHECKSUM,对于需要进行CHECKSUM检查的应用程序来说,此源码是很好的参考-Test communication essential to a check: CHECKSUM, CHECKSUM check for the required application procedures, this is a good source of reference
checksum
- 个人总结的关于ipv4和ipv6包中checksum的计算方法,包括所有类型的包,很详细。之前子座这块块是在网上一直找不到完整详细的说明。这里是我花了很长时间总结的,与大家分享。-about checksum
checksum
- 用来计算51单片机rom内程序的checksum值,C51 keil编译-SCM calculation rom checksum value within the program, C51 keil compiler
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
MD5-Checksum
- MD5校验,拖动一个或者多个文件到一个表中,能够得到他的校验值-MD5 checksum, drag one or more files into a table, to get his check value
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)