1.常用15种CRC算法Verilog实现 2.输入width 可配置 8 bit 16 bit 32 bit 3.包含的算法CRC-8 CRC-8-ITU CRC-8-ROHC CRC-8-MAXIM CRC-16-IBM CRC-16-MAXIM CRC-16-USB CRC-16-MODBUS CRC-16-CCITT CRC-16-CCITT-FALSE CRC-16-X25 CRC-16-XMODEM CRC-16-DNP CRC-32 CRC-32-MPEG-2
2024-01-17 21:47:57 147KB Verilog CRC实现
1
CRC卡片是描述类所具有的责任的简明方法。用于在较高层次上理解和把握类的责任。推荐和UML类图配合使用。
2024-01-07 23:09:40 488KB CRC 软件工程
1
共享合法HIFHOA DADOFHEO ARGAWEGARGSAGAW SDGAGRAR REHYEA
2023-11-16 16:43:36 126KB crc16
1
1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字段为R
2023-10-30 23:41:03 146KB crc
1
crc校验算法详解,英文版本的,可以自己对照了写程序。
2023-10-30 23:39:40 102KB crc校验
1
对于MCU芯片软件刷写,经常需要校验刷写的HEX文件,本资源使用LabView计算MCU软件烧录的文件16和32位CRC校验值,本人亲自验证有效,供大家下载参考
2023-10-18 14:19:18 140KB mcu 软件/插件 labview
1
stm8单片机对电量计的读取和写入的一些基本代码,精华部门在于crc效验的程序设计,这样就彻底降低了电量计读取的丢失!
2023-10-08 15:49:48 43KB crc gas gauge
1
Delivering a solid introduction to assembly language and embedded systems, ARM Assembly Language: Fundamentals and Techniques, Second Edition continues to support the popular ARM7TDMI, but also addresses the latest architectures from ARM, including Cortex™-A, Cortex-R, and Cortex-M processors―all of which have slightly different instruction sets, programmer’s models, and exception handling. Featuring three brand-new chapters, a new appendix, and expanded coverage of the ARM7™, this edition: Discusses IEEE 754 floating-point arithmetic and explains how to program with the IEEE standard notation Contains step-by-step directions for the use of Keil™ MDK-ARM and Texas Instruments (TI) Code Composer Studio™ Provides a resource to be used alongside a variety of hardware evaluation modules, such as TI’s Tiva Launchpad, STMicroelectronics’ iNemo and Discovery, and NXP Semiconductors’ Xplorer boards Written by experienced ARM processor designers, ARM Assembly Language: Fundamentals and Techniques, Second Edition covers the topics essential to writing meaningful assembly programs, making it an ideal textbook and professional reference.
2023-09-18 11:32:38 3.95MB ARM Assembly Language Fundamentals
1
CRC是英文Cyclical Redundancy Check的缩写,翻译成中文通常称作循环冗余校验或简称为CRC校验。它是数据传输领域中最常用的一种差错校验方法,其特点是传输数据和CRC校验值的长度可以任意选定。在当今手机、计算机和数码产品普及的信息数字化时代,CRC校验无处不在。CRC分为多种标准,例如:CRC -12码通常用来传送6-bit字符串。
2023-07-06 10:45:53 87KB CRC 校验原理 程序设计 文章
1
C#含有ModbusRtu通讯库,通讯示例。 硬件设备包括电推杆、压力变送器等。ModbusRtu通讯库内含方法包括读取输入线圈、读取输出线圈、读取输出寄存器、发送指令、CRC校验等。
2023-07-05 12:57:27 161KB c# Modbus CRC校验 winform
1