CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 计算CRC校验

搜索资源列表

  1. CRC_FILE_SRC

    0下载:
  2. 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 demonstrated its 32 results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:27608
    • 提供者:赵士杰
  1. gcrc8

    0下载:
  2. 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:geast
  1. FILE_CRC

    0下载:
  2. 计算文件的32位CRC校验码.比较简单实用,Demo中一次性读完整个文件是不可取的,您需要作些修改以应用于所有大小的文件CRC.-calculations of 32 of CRC. Relatively simple and practical, Demo one time reading the entire document is undesirable, You need to make some changes to apply to all size of the CRC docum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:23720
    • 提供者:阿乱
  1. crc16

    0下载:
  2. 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:liu
  1. CRC

    0下载:
  2. 计算程序。可以通过它来进行CRC的校验计算。可以将十六进制数转化为十进制数据
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26949
    • 提供者:花博
  1. CRC

    0下载:
  2. 数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8910
    • 提供者:刘中
  1. CRC计算工具

    0下载:
  2. 电力系统用的计算校验工具,电力系统用的计算校验工具,电力系统用的计算校验工具
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-06-03
    • 文件大小:56817
    • 提供者:enlove
  1. crc

    0下载:
  2. 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:564
    • 提供者:夏治文
  1. jscrc

    0下载:
  2. VB6.0编写的计算CRC校验码程序,适用于通讯程序编写者.-VB6.0 CRC checksum calculation written procedures for communications writers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:6359
    • 提供者:guodeming
  1. CRC_SUM

    0下载:
  2. 通过输入的十六进制字符串计算CRC校验和和累加校验和-Hexadecimal string by entering the CRC checksum calculation and verification and the cumulative
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:69224
    • 提供者:沈博
  1. CRC_cal

    0下载:
  2. CRC校验计算工具,对crc校验对帮助。-crc jianyan calate
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:7326
    • 提供者:wsk
  1. CRC

    0下载:
  2. CRC校验码,本软件可在输入16进制数据后直接计算出CRC校验码-CRC, the software can enter the hexadecimal data directly calculate a CRC checksum
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:55134
    • 提供者:zz
  1. The-CRC-checksum

    0下载:
  2. 实现多个数据的CRC校验,通过输入数据和校验数据,计算出CRC校验码。-CRC check multiple data through the input data and parity data to calculate the CRC checksum.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:136735
    • 提供者:
  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-04
    • 文件大小:124679
    • 提供者:wyb
  1. CrcCal

    0下载:
  2. crc校验的一种计算方式,可以用于网络协议或串口、can协议的校验位计算,有封装好的函数-A calculation crc check can be used for network protocols or serial port, can protocol parity bit calculation, there is a good function package
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1883266
    • 提供者:张腾
  1. CRCTool-v2.0

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

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

    0下载:
  2. 这是关于FlexRay总线网络设计过程中,计算每个网络节点的数据帧头部循环校验码的程序。计算结果在控制台下显示为一个二进制数组。-This is a project completed on Visual C++ 6.0, which could be used for calculation of the header CRC code of each node in a FlexRay network. The results are displayed as an array of bin
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:190892
    • 提供者:王刚
  1. hemarshal

    0下载:
  2. 32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果,()
  3. 所属分类:大数据

    • 发布日期:2018-04-29
    • 文件大小:22528
    • 提供者:etomic
搜珍网 www.dssz.com