CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - CRC-8

搜索资源列表

  1. crc8

    0下载:
  2. 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source contains both the calculated (
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2432
    • 提供者:buaalzx
  1. GeneralHashFunctions_-_C

    0下载:
  2. 8种CRC的C++ hash算法,可以供需要寻找hash算法的人使用! 广泛应用于包括路由/纠错等领域中!-eight CRC C hash algorithm, for it needs to find the hash algorithm to use! Widely used include routing / correction fields!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3211
    • 提供者:张宾
  1. gads

    0下载:
  2. #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:795
    • 提供者:海波
  1. CRC_8051

    0下载:
  2. This a demo illustrating (1) 8-bit CRC check sums, (2) 57600,N,9,1 communications, and (3) RS-422/RS-485 communications. -This a demo illustrating (1) 8-bit CRC check sums, (2) 57600,N,9,1 communications, and (3) RS-422/RS-485 communications.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16878
    • 提供者:陳大慶
  1. crc8

    1下载:
  2. 8位CRC源代码-eight CRC source code
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:李陵
  1. crc_8_16

    0下载:
  2. 8位和16位CRC检验接口程序,在CCS6000下测试通过。-8-bit and 16-bit CRC test interface procedures, the CCS6000 under test.
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:2167
    • 提供者:周金喜
  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. 8bitCRC

    1下载:
  2. 多项式为x^8+x^5+x^4+1的CRC(循环冗余校验码)的FPGA设计。-polynomial x 8 x ^ x ^ ^ 5 4 1 CRC (cyclic redundancy check code) FPGA design.
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:932
    • 提供者:zhao
  1. aa_3

    0下载:
  2. 学习掌握单总线数字式温度传感器 DS18B20的64位激光ROM码的读出方法。读DS18B20 64位ROM码命令(33h)允许主机直接读出从机的64位ROM代码,而无须执行搜索ROM 过程。如果该命令用于多节点系统,则必然发生数据冲突,因为每个从机设备都会响应该命令。64 位激光ROM 从高位到低位依次由8 位CRC、48 位列号和8 位家族代码(28H)组成。-learning and mastering digital single bus DS18B20 64 laser ROM cod
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:2222
    • 提供者:孟晓英
  1. crc8

    1下载:
  2. CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2346
    • 提供者:gjk
  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. crc8

    1下载:
  2. 8位crc校验算法,用于单片机编程,包含简单算法和查表算法
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:董巍
  1. 071006130105

    0下载:
  2. 以上介绍的三种求CRC的程序,按位求法速度较慢,但占用最小的内存空间;按字节查表求CRC的方法速度较快,但占用较大的内存;按半字节查表求CRC的方法是前两者的均衡,即不会占用太多的内存,同时速度又不至于太慢,比较适合8位小内存的单片机的应用场合。以上所给的C程序可以根据各微处理器编译器的特点作相应的改变,比如把CRC余式表放到程序存储区内等。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:311175
    • 提供者:陈好
  1. parallel_CRC

    0下载:
  2. CRC校验并行实现,Verilog源码.8位数据输入,实现速度快,适用与各种类型的器件.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:78868
    • 提供者:徐亮
  1. 905

    0下载:
  2. NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes // RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ // 8 Bits CRC And enable
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2430
    • 提供者:罗明
  1. crc16_8bit.v

    0下载:
  2. 利用verilog硬件描述语言编写的8为并行输入的常crc校验模块。hdlc子模块
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:张纪强
  1. crc8

    0下载:
  2. 8位沉余CRC校验算法,8051汇编语言编写。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:ahbsg
  1. HotPower_CRC_PEC

    0下载:
  2. 通用CRC/PEC的8~64位计算器(内含菜农自创的CRC加密和解密技术)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5472
    • 提供者:雁塔菜农
  1. MB LRC-8

    0下载:
  2. CRC校验码,用于modbus,可以保证传输数据不出错(CRC check code, used in modbus, can guarantee the transmission of data without error)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-30
    • 文件大小:8192
    • 提供者:fdfggg
  1. CRC校验算法

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

« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com