搜索资源列表

  1. CRC-C51

    0下载:
  2. 单片机的CRC C51源程序。本程序采用查表法,提高单片机运算速度。-MCU CRC C51 source. The program uses a look-up table, the enhancement of SCM computational speed.
  3. 所属分类:串口编程

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:张庆顺
  1. crc

    0下载:
  2. 循环冗余校验CRC的算法分析和程序实现-Cyclic Redundancy Check Analysis of Algorithms and Procedures
  3. 所属分类:电子书籍

    • 发布日期:2024-05-02
    • 文件大小:106496
    • 提供者:huangjf
  1. crc

    0下载:
  2. crc原理与实现 介绍crc的原理与实现方案-crc principle and achieve crc on the principle and implementation of the program
  3. 所属分类:编程文档

    • 发布日期:2024-05-02
    • 文件大小:210944
    • 提供者:hunter
  1. crc

    0下载:
  2. MSP430的CRC程序设计实现,位运算和查表法-MSP430 realize the CRC program design, digital computing and look-up table method
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:caichangxin
  1. ModBus+CRC

    0下载:
  2. 完整的CRC循环冗余校验码程序,C语言编程-Complete CRC Cyclic Redundancy Check Code procedures, C language programming
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-02
    • 文件大小:77824
    • 提供者:坚之
  1. crc

    0下载:
  2. 生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: CRC-CCITT standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:xuhailun
  1. crc

    0下载:
  2. CRC的验证,具体方法可以运用在许多程序中-CRC verification, specific methods can be used in many programs
  3. 所属分类:编程文档

    • 发布日期:2024-05-02
    • 文件大小:46080
    • 提供者:sugarxyc
  1. CRC

    0下载:
  2. 一份比较详细的CRC校验算法说明,中文版的。-A more detailed descr iption of the CRC checksum algorithm, the Chinese version.
  3. 所属分类:编程文档

    • 发布日期:2024-05-02
    • 文件大小:208896
    • 提供者:王老师
  1. CRc

    0下载:
  2. 介绍了在通信中常用的CRC算法与实现,并给出了C语言实现程序。-Introduce commonly used in communication and implementation of the CRC algorithm, and gives the C language procedures realize.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-02
    • 文件大小:14336
    • 提供者:aiguangbin
  1. CRC

    0下载:
  2. 。花了两天时间研究了一下CRC 校验,希望我写的这点 东西能够帮助和我有同样困惑的朋友节省点时间-. Spent two days time to study a bit CRC checksum, I hope I write something that can help and I have the same puzzled friends to save time
  3. 所属分类:电子书籍

    • 发布日期:2024-05-02
    • 文件大小:19456
    • 提供者:ligaoming
  1. crc

    0下载:
  2. MODBUS通讯所要使用的CRC校验程序,调试已经通过.-MODBUS communications to be used for CRC check procedures, commissioning has been adopted.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-02
    • 文件大小:208896
    • 提供者:侯波
  1. CRC

    0下载:
  2. CRC校正码的C++/C/VB/汇编 代码-CRC correction code C++/C/VB/assembly code
  3. 所属分类:串口编程

    • 发布日期:2024-05-02
    • 文件大小:9216
    • 提供者:link
  1. fast-crc.tar

    0下载:
  2. 一个verilog实现的crc校验,用于fpga实现,快速,准确有效-A Verilog realize the CRC checksum for the FPGA realization, rapid, accurate and effective
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-02
    • 文件大小:1440768
    • 提供者:枫叶鹏
  1. crc

    0下载:
  2. CRC 计算,通讯校验必备,尤其是MODBUS通讯-CRC computing, communication, validation required, especially MODBUS communication
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-02
    • 文件大小:7168
    • 提供者:苍柏
  1. crc

    0下载:
  2. 用Verilog编写crc校验码,包括8位,12位,16位,32位,非常实用-Prepared using Verilog CRC check codes, including 8, 12, 16, 32, a very practical
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-02
    • 文件大小:11264
    • 提供者:asd
  1. CRC(Matlab)

    0下载:
  2. CRC校验码的Matlab源程序,希望对大家有帮助-CRC Checksum Matlab source code, I hope all of you help
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:马名
  1. crc

    0下载:
  2. 本代码实现了CRC循环冗余校验,分为CRC16和CRC32并且#define了常用的若干多项式。-The code to achieve the CRC Cyclic Redundancy Check, CRC16 and CRC32 and divided into# Define a number of commonly used polynomial.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:zhanghailin
  1. CRC-16

    0下载:
  2. CRC校验,C源代码,可应用于Modbus-CRC checksum, C source code, can be applied to Modbus
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:
  1. crc

    0下载:
  2. crc 16校验算法, 的例程实现, 短小精悍呵!-crc 16 checksum algorithm, the realization of the routines, dapper Oh!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-02
    • 文件大小:162816
    • 提供者:windyrobin
  1. crc

    0下载:
  2. 用于10M,100M,1000M以太网的并行CRC算法,有别于一般的CRC算法。verilog描述-For 10M, 100M, 1000M Ethernet parallel CRC algorithm, the CRC algorithm is different from the ordinary. Verilog Descr iption
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:winwalk
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org