搜索资源列表
CRC循环校验具体算法
- 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
crc_v3
- crc_32 checksum算法原理,以及具体如何用C语言实现.-crc_32 checksum algorithm theory, and the specifics of how to use C language.
CHECKSUM
- 算法类,checksum算法的源代码,算法导论上的
MD5Checksum
- MD5校验和算法源码-MD5 checksum algorithm source
ip_JiaoYan
- c语言实现的ip校验的算法-the ip checksum algorithm
CRCDelphi.ZIP
- crc校验算法,包括编码和解码-unicef.org checksum algorithm, including encoding and decoding
md5_C
- 这是一个在vc环境下编译通过的MD5算法。包含算法源代码和测试主程序。-This is an environment in vc compiled by the MD5 algorithm. Includes algorithm source code and testing main program.
CRC_FILE_SRC
- 32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果。-32 bits CRC algorithm demonstration, a user could choose to import a document, the tools under the revolving Yong I checksum algorithm for generating and demonst
CRC循环校验具体算法
- 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
FastFileCRC-ChecksumTagging
- 实现文件CRC加密的VB程序,运行速度快,算法优化占CPU很少。-CRC files encrypted VB program, run faster, algorithm optimization for the CPU rarely.
check_sum
- 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读
Socket_MD5
- Socket与MD5算法的结合,实现远程通讯的MD5校验,确保通讯内容-Socket and MD5 algorithm, the combination of remote communications MD5 checksum to ensure that the content of communications
crc_v3
- crc_32 checksum算法原理,以及具体如何用C语言实现.-crc_32 checksum algorithm theory, and the specifics of how to use C language.
CRC
- 一份比较详细的CRC校验算法说明,中文版的。-A more detailed descr iption of the CRC checksum algorithm, the Chinese version.
crc8
- 8位crc校验算法,用于单片机编程,包含简单算法和查表算法-8-bit CRC checksum algorithm for single-chip programming, including a simple algorithm and look-up table algorithm
Serial_CRC
- CRC校验串行实现方法,verilog源码,利用反馈线性移位寄存器的方法,实现简单,适用于串行通信协议中的CRC校验.-CRC checksum method of serial realize, verilog source code, the use of linear feedback shift register method, the realization of simple serial communication pro
Soft20060210160203600
- MD2、MD3、SHA1、SHA256、SHA384、SHA512、HAVAL128、HAVAL160、HAVAL192、HAVAL224、HAVAL256、GOST、TIGER128、TIGER160、TIGER192、RIPEMD128、RIPEMD160、CRC32、CRC32B、ADLER32多种算法-MD2, MD3, SHA1, SHA256, SHA384, SHA512, HAVAL128, HAVAL160, HAVA
2
- ASP获取网站 PR 值 代码,Checksum 算法ASP源代码-ASP获取网站 PR 值
crc32-jisuanjiaoyanhe-checksum-caculatehedongheodn
- 俺是个菜鸟,这两天用到CRC32方面的东西。于是俺就到Google上google一下。嘿!你别说,网络这东西 还真好!google出成千上万的结果,有讲原理的,有讲算法的,有提供远程序的,还有提供可执行程序 的。于是俺怀着敬畏的心情把这些知识统统收藏。回去弄成程序一执行,嘿,你别说,结果那个错啊!!俺就怀疑是俺的智商问题,原代码没弄对,就去弄几个可执行程序,一测试, 那个结果的品种繁多啊!!! -I was a
checksum
- 对内存中的数据计算它的checksum码并验证(compute the checksum code of the data in the buff and check it)