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

搜索资源列表

  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. 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. 数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8910
    • 提供者:刘中
  1. CRC_8_16_32_CALC

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:40591
    • 提供者:云飞
  1. crc

    1下载:
  2. delphi CRC 8 16 32 计算算法-delphi crc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:134204
    • 提供者:123456
  1. crc8_smbus

    0下载:
  2. SMBUS协议的CRC-8算法,用CSharp实现-The algotithm of CRC-8 checksum of SMBUS protocol.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:19163
    • 提供者:alwyss
  1. crcasm.asm

    0下载:
  2. 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit very fast CRC generator for po
  3. 所属分类:Algorithm

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

    0下载:
  2. this program talks about crc , crc12 , crc16 and crc ccip of error detection method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1046
    • 提供者:rajesh
  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-24
    • 文件大小:564
    • 提供者:夏治文
  1. pycrc-0.7.8

    0下载:
  2. This directory contains the pycrc general purpose CRC utility and C source file generator. See http://www.tty1.net/pycrc/ for more details.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:55552
    • 提供者:gabihodoroaga
  1. CRC16_3-CRC16_8

    0下载:
  2. 此源码包是3到8个16位字的crc校验程序,已通过本人验证。-The source package is 3-8 16-bit word crc check procedures have been verified by me.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5631
    • 提供者:李楠
  1. CRC-8

    0下载:
  2. 一套实用的CRC校验算法,供参考! 供参考! -O,My God!,My God!My God!My God!about CRC!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:43040
    • 提供者:selan
  1. CRCcheckout

    1下载:
  2. CRC检验,可以对任意输入的多项式进行检验,我的给出实例中只写了,2,3,4,8,16,32位。。。如果需要检测其他位,可以自行添加。-CRC inspection, can input of arbitrary polynomial for inspection, I give examples of only write, 2,3,4,8,16,32 a...
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:113024
    • 提供者:田锋
  1. CRC8pro2

    0下载:
  2. MATLAB环境下,CRC-8生成校验码-MATLAB environment,CRC-8,Parity bit
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:1230
    • 提供者:刘念
  1. crc

    1下载:
  2. 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1864823
    • 提供者:许云飞
  1. testCRC8

    0下载:
  2. 使用MATLAB仿真CRC-8校验码在二进制对称信道中的检错性能-Using MATLAB simulation CRC-8 checksum in the binary symmetric channel error detection performance
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:528
    • 提供者:黎子
  1. CRC-8

    0下载:
  2. 本程序能够完成Matlab环境下crc-8 校验码在二进制对称信道中的检错能力-This procedure can be completed in Matlab environment crc-8 checksum binary symmetric channel error detection capability
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:857
    • 提供者:薛小邢
  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. crc8

    0下载:
  2. crc-8 x8+x2+x+1,查表方式的计算方法。-crc8 x8+ x2+ x+ 1, calculated look-up table approach.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:741
    • 提供者:Matthew
  1. CRC校验算法

    0下载:
  2. 包含8位、12位、16位、24位CRC校验算法,5G、4G物理层设计可参考
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com