CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 计算校验和,校验

搜索资源列表

  1. UdpCheckSum

    0下载:
  2. 刚开始时,服务程序根本接收不到我发的包,用ethereal抓包时发现数据确实是发送出去了,但显示信息表示UDP校验和不正确。 后来发现计算UDP校验和时,我把IP头也计算进去,实际上,UDP的校验和只需要计算从UDP头开始到后面的净荷。 找到问题后觉得十分简单,但如果有些朋友也犯了和我一样的错误的话,希望有所帮助。-UDP checksum calculation procedures
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:dong
  1. CRC8

    1下载:
  2. CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:124679
    • 提供者:wyb
  1. CRC32

    0下载:
  2. C/C++实现CRC32例程,说明位操作计算取得一个字符串并计算出校验和-C/C++ to achieve CRC32 routines, bit manipulation instructions calculated to obtain a string and calculate the checksum
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:751
    • 提供者:yourname
  1. sock_raw

    0下载:
  2. Linux环境下自己构建包packet,包括MAC头部,UDP、TCP头部,以及数据及校验和计算,构建完包之后用原始套接字来进行发送-After the Linux environment to build their own package packet, including the MAC header, UDP, TCP header, and data and checksum calculation, build complete package with a raw socket t
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1782
    • 提供者:澹台明轩
  1. CheckSum

    1下载:
  2. 使用VS2008编译环境,实现了TCP/IP校验和;代码给出了结构体和完整的计算校验和方法。-The use of VS2008 compiler environment, realize TCP/IP checksum code gives the structure and complete check and calculation method.
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1196009
    • 提供者:凤栏
  1. Modbus_CRC

    0下载:
  2. VC6源码,用于计算Modbus帧校验和。-source code for calculating Modbus CRC value. source code is for Visual C++
  3. 所属分类:Energy industry

    • 发布日期:2017-04-26
    • 文件大小:119669
    • 提供者:宁进
  1. crc

    0下载:
  2. CRC 校验和用C++计算,校验和计算过程详细-CRC CRC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6145
    • 提供者:李贵珍
  1. Hamming

    0下载:
  2. 用于计算(15,,1)Hamming码的生成矩阵和校验矩阵,具体细节程序中已有说明,计算校验子(是否为0)-For calculating (15,, 1) Hamming code generator matrix and parity check matrix, has explained the details of the program, the checksum is calculated son (is 0)
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:740
    • 提供者:xiaom
  1. CRC16_C

    0下载:
  2. 用于MODBUS 的CRC16多种校验算法,有查表法、计算法和查简化表法,可以在占用空间和效率上选择使用-For CRC16 s MODBUS multiple check algorithm, check table method, calculation method and check list method, it can be used in space and efficiency.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:4826
    • 提供者:liven
  1. CRCTool-v2.0

    1下载:
  2. 一个 CRC32/CRC16 计算和校验的工具,可以直接校验文件的 CRC.-A tools for CRC32 /CRC16.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:488448
    • 提供者:ljg
  1. CRC

    0下载:
  2. 数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。循环冗余检查(CRC)是一种数据传输检错功能,对数据进行多项式计算,并将得到的结果附在帧的后面,接收设备也执行类似的算法,以保证数据传输的正确性和完整性-Cyclic Redundancy Check
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:43991
    • 提供者:郭俊
  1. _crc16

    0下载:
  2. 计算crc16校验,例如01 03 00 00 00 02校验和为C4 0B-Calculate crc16 check, for example, 03 01 00 00 00 02 checksum for C4 0 b
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:12469
    • 提供者:李建德
  1. SerialPort

    0下载:
  2. 实用的串口调试小工具,附带校验和计算,汉字编码转换-Practical serial debugging gadgets, checksum calculation incidental, Chinese character encoding conversion, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:483843
    • 提供者:李逍遥
  1. CheckSum

    0下载:
  2. 和校验计算小程序,输入一串16进制数,用空格分开,计算出和校验的值。-check sum.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-17
    • 文件大小:26495397
    • 提供者:yuan
  1. CRC16

    0下载:
  2. C语言。包含2个C文件。 用于CRC校验,分为16位和32位CRC计算。可用于RS485,CAN等多种通讯。-C language. It contains two C files. For the CRC, divided into 16-bit and 32-bit CRC calculations. Can be used for RS485, CAN and other communications.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:祝鹏
  1. Debug

    0下载:
  2. CRC16校验和计算工具,8005 ,适用于单片机通讯校验,高位在前(CRC16 checksum calculation tool, 8005, suitable for single-chip communication verification, high position in front)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1346560
    • 提供者:胡杨泪
  1. CRC

    0下载:
  2. crc校验源程序CRC即循环冗余校验码:是数据通信领域中最常用的一种查错校验码,其特征是信息字段和校验字段的长度可以任意选定。循环冗余检查(CRC)是一种数据传输检错功能,对数据进行多项式计算,并将得到的结果附在帧的后面,接收设备也执行类似的算法,以保证数据传输的正确性和完整性
  3. 所属分类:源码下载

« 1 2 3 4 5 6»
搜珍网 www.dssz.com