CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - checksum算法

搜索资源列表

  1. 计算校验和

    0下载:
  2. 关键字: 校验和算法, VC.NET, 这是我VC.NET写的一个小程序,在控制台模式下实现校验和算法 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : checksum algorithm, VC.NET, this is my VC.NET write a small program the console model under checksum algorithm hope more people sh
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7688
    • 提供者:陈成
  1. crc_suanfajiaoyan

    0下载:
  2. CRC的算法校验-CRC checksum algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3772
    • 提供者:王剑光
  1. check_sum

    0下载:
  2. 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:88943
    • 提供者:阿蒙
  1. checkjiaoyan

    0下载:
  2. 1. 算法原理:当发送IP包时,需要计算IP报头的校验和:当接收IP包时,需要对报头进行确认,检查IP头是否有误,算法同上2、3步,然后判断取反的结果是否为0,是则正确,否则有错。 2. 实现功能:计算输入数据的校验和,以判断接收数据是否正确 -1. Algorithm principle : When sending IP packets, it needs to calculate the IP header checksum : When receiving IP packets.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27704
    • 提供者:李皓雯
  1. Socket_MD5

    0下载:
  2. Socket与MD5算法的结合,实现远程通讯的MD5校验,确保通讯内容-Socket and MD5 algorithm, the combination of remote communications MD5 checksum to ensure that the content of communications
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:97979
    • 提供者:tommy
  1. check

    0下载:
  2. checksum值计算,工程通讯中需要使用的通用算法-CHECK SUM
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3784344
    • 提供者:黄代红
  1. checksum

    0下载:
  2. 这是一款校验和算法的源代码,有需要校验和算法的朋友,可以借鉴一下。-This is a checksum algorithm source code, the checksum algorithm need a friend, you can learn from it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1628
    • 提供者:恒博
  1. 8bit.CRC.checksum.algorithm32bit

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:176940
    • 提供者:lili
  1. CRC32_Src

    0下载:
  2. 使用C++编写的CRC32校验算法,使用了STL库,windows API和汇编等几种方法实现,并能比较它们之间执行的时间。-The use of C++ Prepared CRC32 checksum algorithm, using the STL library, windows API, and the compilation of several methods, such as to achieve, and compare their execution time.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:17131
    • 提供者:欣烁
  1. Md5Code

    0下载:
  2. MD5校验和计算小程序。C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -MD5 checksum calculation applet. C to prepare and achieve string summary document containing a summary of two function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7447
    • 提供者:yincuiwei
  1. crc

    0下载:
  2. crc校验算法 包括一个简单的使用实例-CRC checksum algorithm, including the use of a simple example
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1807
    • 提供者:刘合武
  1. MD5

    0下载:
  2. MD5校验算法C++语言实现,MD5校验算法演示-MD5 checksum algorithm for C++ language, MD5 checksum algorithm demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:65638
    • 提供者:swpop
  1. 16CRC

    0下载:
  2. 16位CRC校验原理与算法分析,很详尽,学习CRC16的重要资料。-16-bit CRC checksum algorithm theory and analysis, very detailed and important information to learn CRC16.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:17959
    • 提供者:shufan
  1. crc16_Delphi

    0下载:
  2. CRC16校验算法For Delphi,完整工程示例,已编译,可直接查看效果-CRC16 checksum algorithm For Delphi, a complete sample project has been compiled, can be directly see the effect
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:174227
    • 提供者:wangru
  1. VB

    3下载:
  2. 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:4138
    • 提供者:任务
  1. CRC-check

    0下载:
  2. 网络通讯中用于实现网络校验的crc检验.里面有实现crc算法的程序以及说明文档-it is used to implement the crc checksum test in Network communication,there are the program and the help document inside
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:231073
    • 提供者:鬼哥
  1. CRC16 VC

    0下载:
  2. CRC16校验算法实现,设备仪器通信,for VC(CRC16 checksum method for device communication)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:1977344
    • 提供者:Herry Yang
  1. xcx

    0下载:
  2. 辗转累加得校验和的测试算法,常见于SLIP格式的uart协议(Accumulate check sum)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:5120
    • 提供者:ljfff
  1. checksum

    0下载:
  2. 对内存中的数据计算它的checksum码并验证(compute the checksum code of the data in the buff and check it)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:zytriumph
  1. crc

    0下载:
  2. 封装了常用的CRC校验算法,便于其他模块调用。(Encapsulates the commonly used CRC checksum algorithm)
  3. 所属分类:其他

« 12 »
搜珍网 www.dssz.com