CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - crc校验

搜索资源列表

  1. uart

    0下载:
  2. 设计一个点对点的串行通信系统,甲机发送P0及P1口的开关数据,乙机接收并分别在P0及P1的LED灯上显示出来。注:两机采用串口方式2通信,波特率翻倍(或两机采用串口方式1通信,波特率为19.2kbit/s);甲机采用查询发送,乙机采用中断接收。设计相应的软硬件实现485通信 收发双方加上CRC校验-Design of a point to point serial communication system A sends P0 and P1 port switch data, B recei
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1061
    • 提供者:zam18
  1. pb-demo-helper-function-settings

    0下载:
  2. 辅助程序功能设计 实例32 使用API函数实现辅助功能 实例33 CRC校验码的使用 实例34 输入法的枚举 实例35 人民币大小写金额的转换 实例36 数据的压缩和解压缩 实例37 图像扫描实现 实例38 Flash动画的应用 实例39 键盘模拟器的实现 实例40 AresButtonPro控件的使用-powerbuilder helper function settings
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1003139
    • 提供者:achuang
  1. bq769x0_I2C_sample_code_with_CRC

    0下载:
  2. TI的锂电保护模拟前端IC bq7692/3/4 与MCU的通讯代码,带CRC校验。-IC bq7692/3/4 and MCU analog front-end lithium protection TI communication code, with CRC checksum.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-29
    • 文件大小:12560
    • 提供者:Bruno
  1. CRC

    0下载:
  2. 赛灵思的循环冗余校验(CRC),内服详细说明-The Cyclic Redundancy Check (CRC) is a checksum technique for testing data reliability and correctness. This application note shows how to implement Configurable CRC Modules with LocalLink interfaces. Users tailor the modul
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:211334
    • 提供者:我是谁
  1. crc

    0下载:
  2. 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC,它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。-Cyclic Redundancy Check English name for the Cyclical Redundancy Check, referred to as
  3. 所属分类:Linux Network

    • 发布日期:2017-04-30
    • 文件大小:201419
    • 提供者:郑漾
  1. MAVLINK_CRC

    1下载:
  2. mavlink协议的CRC校验程序,输入对应的MAVLINK消息帧,输出该消息帧的CRC校验位。-Mavlink protocol of the CRC validation process, enter the corresponding MAVLINK message frame, the output of the message frame of the CRC check bit.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:chai
  1. IAP-Bootloader

    2下载:
  2. 在STM32F103上面的远程升级程序的bootloader。通信方式为串口,程序采用.BIN文件CRC校验传输-STM32F103 above the remote upgrade program bootloader. Communication mode for the serial port, the program uses the CRC file.BIN check transmission
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-30
    • 文件大小:333330
    • 提供者:马天瑞
  1. 80211b_tx

    0下载:
  2. 本人亲自写的WIFI 802.11b发送过程,包括preamble生成, PSDU生成,组帧,巴克码扩频,CCK调制,DBPSK调制,DQPSK调制,CRC校验,代码完整可运行-I personally wrote the 802.11b WIFI sending process, including the preamble generation, PSDU generation, group frame, PN code spread spectrum, CCK modulation, DB
  3. 所属分类:Other systems

  1. CPE-Bus-CRC-Check

    0下载:
  2. ARM、STM32,CPE-Bus CRC-6校验 C语言版-CRC calculation routine for CPE-bus (optimized for 32bit ARM CPU)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:540
    • 提供者:icherry
  1. CRCchecksumdemocode

    0下载:
  2. VB CRC校验演示代码.很方便调试,对其原理也可很快了解和掌握。-VB CRC checksum demo code.Very convenient debugging, its principles can quickly understand and master.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:8325
    • 提供者:wangkun
  1. CRC

    2下载:
  2. 单片机开发用到的CRC16校验,此源码为易语言源码,用于上位机计算CRC,给下位机通讯时所需的校验码。-MCU development used CRC16 checksum, this source of easy language source code for PC computing CRC, to the desired lower position machine communication check code.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3072
    • 提供者:hugh
  1. crc100

    0下载:
  2. crc校验VB程序代码,非常实用的,欢迎大家下载-CRC checksum VB code, very useful, welcome to download
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:du6583173
  1. PMACView

    0下载:
  2. 用C++语言程序实现CRC校验,开发环境是VC++6.0版本。-Using C++ language procedures realize CRC checksum, the development environment is VC++6.0 version.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3021
    • 提供者:zhonga795u173
  1. crc32

    0下载:
  2. 该文件主要描述的是crc算法的实现,是8bit输入,输出的是32bit的crc校验码-The document is to achieve crc algorithm described is 8bit input, the output is a 32bit crc checksum
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:235498
    • 提供者:音速小飞
  1. CRC16

    0下载:
  2. 用labview实现的CRC校验程序(modbus低位在前)- (Modbus LSB first) with labview realize the CRC program
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:10156
    • 提供者:fashion
  1. TEST4.24

    0下载:
  2. LabVIEW源码,可完成串口通信,CRC校验,数据处理保存绘图等功能-LabVIEW source code, to be completed by serial communication, CRC checking, data processing and other functions save the drawing
  3. 所属分类:LabView

    • 发布日期:2017-05-03
    • 文件大小:755117
    • 提供者:田冠雪
  1. crc

    0下载:
  2. crc编码实现12位(225,237)循环校验-crc code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:804
    • 提供者:
  1. crc-8-xunhuanjiaoyan

    0下载:
  2. crc 8 循环校验 一台计算机用于发送另一台接受-crc- cyclic check one computer to another computer for transmitting the reception
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3628
    • 提供者:曹秋爽
  1. CRC

    0下载:
  2. CRC RS232通信校验 实用的程序 RS232串口校验程序 转至温子琪老师-CRC RS232 校验程序 基于80C51单片机的
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2796
    • 提供者:文章
  1. LTE-SISO

    0下载:
  2. LTE系统的一个比较完整的编程,包括Turbo编码,CRC校验等,不过没有同步算法-A more complete programming LTE system, including Turbo coding, CRC check and so on, but there is no synchronization algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:34442
    • 提供者:欧智潜
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com