搜索资源列表

  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
  3. 所属分类:其它资源

    • 发布日期: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. JCRC

    0下载:
  2. 将数据帧中的第一个8位字节与CRC寄存器中的低字节进行异或运算,CRC寄存器,循环冗余校验算法-data fr a me of an 8-byte CRC register with the low byte for XOR, CRC register, cyclic redundancy checking algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2002
    • 提供者:
  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,
  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-
  3. 所属分类:其它资源

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

    0下载:
  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

    0下载:
  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 singl
  3. 所属分类:其它资源

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

    0下载:
  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. Crc24

    0下载:
  2. CRC 24 code python for calculate result
  3. 所属分类:CA认证

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:Juan M
  1. PLCCRC

    0下载:
  2. 三菱PLC程序CRC校验算法 Mitsubishi PLC program CRC checksum algorithm-Mitsubishi PLC program CRC checksum algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:13312
    • 提供者:黄一一
  1. Crc

    0下载:
  2. crc的生成与验证,包括16位,8位,32位-CRC generation and validation, including 16, 8, 32 bits
  3. 所属分类:加密解密

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:cjf
  1. CRC

    0下载:
  2. CRC校验算法(包含8位16位32位),多种方式的CRC码的校验。-CRC verification, a variety of ways to verify the CRC code
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-12
    • 文件大小:186368
    • 提供者:WSQ
  1. crc8

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

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:Matthew
  1. chencc658

    0下载:
  2. 3字节CRC-8的生成 (labview 2009sp1) 输入3字节的数组,得到4字节的数组。CRC会加在第四字节(3 byte CRC-8 generation (LabVIEW, 2009sp1), enter 3 byte array, to get 4 byte array. CRC will be added to fourth bytes)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:9216
    • 提供者:juhigu778
  1. CRC5_CRC16_USB

    0下载:
  2. USB2.0数据包CRC 16,TOKEN令牌包是CRC5,VerilogHDL代码 多项式y=1+x^2+x^15+x^16; y=1+x^2+x^5; 只是串行1位的代码, 并行8位,16位没有上传(USB CRC 16 , VerilogHDL code polynomial(0_2_15_16); polynomial(0_2_5))
  3. 所属分类:USB编程

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:诡迹xjn
  1. CRC-8校验

    0下载:
  2. CRC8校验的程序参考,用于数据传输的校验(CRC8 check, for the data transfering process to check the data.)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:6144
    • 提供者:子_丑
  1. MB LRC-8

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

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:fdfggg
« 1 2 ... 5 6 7 8 9 1011 12 13 »

源码中国 www.ymcn.org