搜索资源列表

  1. crc

    0下载:
  2. 可以完成CRC的校验功能,提供16为的循环冗余校验-it can support the check of CRC
  3. 所属分类:串口编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:王瑜
  1. Crc_Parallel

    0下载:
  2. CCITT Parallel CRC 16-bit
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:timngo
  1. CRC16Modbbus

    0下载:
  2. CRC-16 Modbus 标准协议原理及C代码实现实例-CRC-16 Modbus standard protocol principles and examples of C code to achieve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:刘彦旭
  1. checkCRC

    0下载:
  2. CRC效验程序,使用CRC-16和CRC-CCITT方法。 其中CRC-16的效验字是: X^16 + X^15 + X^2 + 1,CRC-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 CRC-CCITT的效验字是: X^16 + X^12 + X^5 + 1 -CRC-tested program, using the CRC-16 and CRC-CCITT method. Inclu
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:spencer
  1. CRC-16Code

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:29696
    • 提供者:kkk
  1. CalcCRC

    0下载:
  2. CalcCRC8 The CalcCRC8 is used to append an eight-bit CRC to the message. A successful CRC check results in returning a 0. Implementation: This CRC will be using the CRC-16/CITT protocol. A 16-bit wide non-reflec
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:FarmerBoy
  1. crc

    0下载:
  2. CRC code for CCIT 16 CRC
  3. 所属分类:语音压缩

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:ahsanhijazi
  1. CRC16_2

    0下载:
  2. IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-16 parameters for this CRC are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.-IAR Asm for MSP430.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:vlad
  1. CR16

    0下载:
  2. 循环冗余校验码——CRC-16算,网络通信或者串口通信中的数据校验算法,很好用的-Cyclic redundancy check- CRC-16 calculation, network communication or serial communication data validation algorithm, a very good use
  3. 所属分类:串口编程

    • 发布日期:2024-05-11
    • 文件大小:139264
    • 提供者:wxp
  1. CRC-Parallel-Computation

    0下载:
  2. 用软件实现CRC校验码计算很难满足高速数据通信的要求, 基于硬件的实现方法中, 有串行经典算法LFSR,电路以及由软件算法推导出来的其它各种并行计算方法。以经典的LFSR,电路为基础, 研究了按字节并行计算CRC校验码的原理.-Implemented in software CRC checksum calculation is difficult to meet the requirements of high-speed data
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-11
    • 文件大小:205824
    • 提供者:Geer
  1. CRC-16-jisuanfangfa

    0下载:
  2. CRC-16循环冗余码的计算方法源代码程序-CRC-16 cyclic redundancy code calculation method source code
  3. 所属分类:网格计算

    • 发布日期:2024-05-11
    • 文件大小:158720
    • 提供者:蔡玉
  1. crc-16

    0下载:
  2. Crc-16 校验码 vb实例,拿过来就能用的-Crc-16 checksum the vb instance, take over will be able to use
  3. 所属分类:串口编程

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:江湖
  1. CRC-16

    0下载:
  2. 循环冗余校验(CRC)的生成多项式为CRC-16: x16+x15+x2+1。-CRC-16: x16+x15+x2+1.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:吴悠
  1. Fast-CRC-16-bits-for-8051-core

    0下载:
  2. Fast CRC 16 bits for 8051 core
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:
  1. CRC-16-based-on-LabVIEW

    0下载:
  2. 基于LabVIEW的CRC-16程序分析与实现-CRC-16 based on the analysis and implementation of the program LabVIEW .pdf
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:235520
    • 提供者:kingboo
  1. CRC-16

    0下载:
  2. 串口通信CRC-16校验。labview2014程序源码,可执行-Serial communication CRC16 check, labview program source code
  3. 所属分类:LabView

    • 发布日期:2024-05-11
    • 文件大小:16384
    • 提供者:阿梅
  1. MB CRC-16 HEX

    0下载:
  2. 自动计算一串数据的CRC校验值(calculate CRC Value)
  3. 所属分类:LabView

    • 发布日期:2024-05-11
    • 文件大小:11264
    • 提供者:Hll888
  1. CRC_16

    0下载:
  2. 源代码直接实现CRC-16的v语言程序,经过试验验证,可以在ISE上直接run。(The source code directly implements the CRC - 16 v language program, after test verification, can be directly run on ise.)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-11
    • 文件大小:166912
    • 提供者:华南虎2
  1. crc_mod

    0下载:
  2. 实现了MODBUS协议的CRC-16校验,数据可以连续进行输入,可以连续得出N个字节的校验码(Implement the CRC - 16 check the MODBUS protocol, data can be input, continuous check code can continuous draw N bytes)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:飞飞亲
  1. crc-16

    0下载:
  2. 用于CRC校验使用,其中包含高低位字节的变化。(Use for CRC check)
  3. 所属分类:LabView

« 1 2 3 45 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org