CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 数据校验

搜索资源列表

  1. Crc16源码4种算法

    4下载:
  2. CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table method, the whole look-up tab
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15803
    • 提供者:dszc
  1. 数据传输的CRC校验

    1下载:
  2. 单片机通信或者远距离数据传输系统中做CRC校验的c源程序。可以嵌入到系统中直接运用。-SCM communication or remote data transmission system so CRC c source. Can be embedded directly into the system use.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1888
    • 提供者:程夫人
  1. CRC校验代码源程序

    0下载:
  2. CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14764
    • 提供者:黄宁
  1. CRC

    0下载:
  2. 循环冗余码校验(CRC)是一种可靠性很高的串行数据校验方法。介质循环冗余码校验的基本原理,并分别用单片机和CPLD作了循环冗余码验的软件实现和硬件实现。包括汇编语言和VHDL语言源程序
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14653
    • 提供者:llhg
  1. CANRcv_snd

    0下载:
  2. CAN通讯程序,测试通过。完成收发数据校验,标准帧扩展帧。在工业中应用一年以上,性能稳定。处理函数全,直接调用即可。使用方便,可以直接使用。-CAN communication procedures, test. Complete the send and receive data validation, standard frame expansion frame. In industry for more than a year, stable performance. Handler al
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:171635
    • 提供者:李杰
  1. ecc

    0下载:
  2. ecc校验,实现flash芯片数据传输过程中的数据校验和纠错,提高稳定性和可靠性!-ecc check, flash chips to achieve the data transmission process of data verification and error correction to improve the stability and reliability!
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:3508
    • 提供者:caojian
  1. tlc1549

    0下载:
  2. 程序参考---TLC1549数据采集 单片机:At89S52 连接类型:232 |485 接口 校验方式:checksum 开发环境:keil C-Procedures refer to single-chip--- TLC1549 Data Acquisition: At89S52 connection type: 232 | 485 calibration methods: checksum development environmen
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:147933
    • 提供者:chen
  1. main

    0下载:
  2. 通讯规则: 1:时钟7.3728 MHz/波特率9600/9个数据位/奇校验/1个停止位/硬件多机通讯功能/ 2:通讯连接采用硬件MAX485,双向单工 3:每个上行/下行的数据包的字节个数都是一样的(通讯数据量) 4:每个上行/下行的数据包都采用CRC8校验 5:数据接收采用中断+查询的方式 6:总是由主机向从机发送一个数据包,从机收到数据包后向主机回复一个数据包 7:不管是主机还是从机,如果收到的数据包有任何错误,都将丢弃该数据包,等效于没有接收
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1867
    • 提供者:卢长晓
  1. ATMEGA128LreadwordchipOSYNO6188driver090524

    0下载:
  2. ATMEGA128L直接朗读文本的语音OSYNO6188芯片驱动090524最新驱动程序ICC串口驱动源码,更新了以前版本中因为缺少数据校验重发导致的运行极不稳定的状况-ATMEGA128L direct voice reading the text of the latest OSYNO6188 chip driver 090524 driver ICC serial driver source code, updating the previous version because of la
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:74758
    • 提供者:xiaobo
  1. C51CRC

    0下载:
  2. 这是一个介绍C51的快速CRC算法的例子,能够帮助你快速的进行数据校验-This is a quick introduction of the CRC algorithm C51 example, can help you quickly check the data
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:111192
    • 提供者:liz
  1. crc

    1下载:
  2. 非常使用的crc8程序,可用于串口通信,无线通信等场合需要数据校验的应用。在51单片机上测试通过。-crc8 program, very useful in many applications such as UART & wireless communication. it s has been successfuly compiled upon 51 MCU.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1321
    • 提供者:zhanghya
  1. BCC_Checker

    0下载:
  2. 校验码程序,主要是方便做通讯连接时进行的数据校验,可用于PLC和单片机方面-Checksum procedure done mainly to facilitate the communication connection when the data validation can be used for PLC and SCM
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:31195
    • 提供者:KAKE
  1. USART_test

    0下载:
  2. STM32F103ZE单片机串行通讯程序,包括握手信号、命令字、数据校验和以及发送接收是否成功标志。已经在开发板上调试成功,可以放心使用。-STM32F103ZE microcontroller serial communication program, including handshake signals, the command word, and sending and receiving data validation, and the success flag. Has been s
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:538819
    • 提供者:zhshup
  1. CRC

    0下载:
  2. 该资料提供crc校验的方法及其算法,兵器含有相关程序,此校验方法一般用于单片机等通讯数据校验所用-The information provided crc check of methods and algorithms, containing weapons-related programs, this validation method is generally used for microcontrollers and other communication data used for va
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:4048
    • 提供者:张云生
  1. master

    0下载:
  2. MSP430X169的接收模块,有数据校验功能,适合初学者使用-MSP430X169 receiver module, the data validation feature, for beginners
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:28130
    • 提供者:钱思维
  1. uart-data-Calibration-and

    0下载:
  2. 51串口数据 校验和代码,初学者便于理解校验原理-51 serial data validation and code, beginners facilitating understanding calibration principle
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:12779
    • 提供者:张煌
  1. 循环冗余校验码

    0下载:
  2. Cyclic Redundancy checking (CRC)循环冗余校验,又称多项式码。 在循环冗余校验中,不是通过将各比特位相加来得到期望的校验,而是通过在数据单元末尾加一串冗余比特,称作循环冗余校验码或循环冗余校验余数,使得整个数据单元可以被另一个预定的二进制数所整除(Cyclic, Redundancy, checking (CRC) cyclic redundancy check, also called polynomial code.In the cyclic redundan
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:291840
    • 提供者:阿啊文文
  1. IAP15F4K-串口通讯-和校验(中断方式)

    0下载:
  2. 使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial sending and receiving program,
  3. 所属分类:单片机开发

    • 发布日期:2017-12-29
    • 文件大小:86016
    • 提供者:Smile Han
  1. CRC-8校验

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

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:子_丑
  1. 1

    0下载:
  2. 软件滤波算法,适用于ADC数据采集处理。CRC校验码计算代码(Software filtering algorithm, is suitable for data processing)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:liaoy
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com