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

搜索资源列表

  1. crc-16

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

    • 发布日期:2017-11-07
    • 文件大小:2921
    • 提供者:江湖
  1. VHDL_LAPS

    0下载:
  2. 简化LAPS协议,对发送的数据包进行封装、传输和接收,,包含FCS是对整个LAPS帧进行CRC校验。-Simplify LAPS protocol, encapsulation, transmission, and receiving the transmitted data packet, containing FCS is performed on the entire LAPS frame CRC.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:164066
    • 提供者:张雷
  1. Lab1-Windows1

    0下载:
  2. 利用所学数据链路层原理,自己设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps全双工卫星信道,信道传播时延270毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节。 通过该实验,进一步巩固和深刻理解数据链路层误码检测的CRC校验技术,以及滑动窗口的工作机理。滑动窗口机制的两个主要目标:(1) 实现有噪音信道环境下的无差错传输 (2)充分利用传输信道的带宽。在程序能够稳定运行并成功实现第一个目标之后,运
  3. 所属分类:Other windows programs

    • 发布日期:2015-05-11
    • 文件大小:640000
    • 提供者:蜗牛
  1. CRC_for_8023

    0下载:
  2. 基于802.3以太网协议的CRC校验程序,使用VHDL语言,4位数据并行执行-CRC inspection program based on the 802.3 Ethernet protocol, the use of VHDL, four data parallel execution
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:737075
    • 提供者:zhangjiefei
  1. CRC(Cyclical-Redundancy-Checking)

    0下载:
  2. 本设计研究了纠错码及循环冗余校验码的原理,以及利用MATLAB对其进行了编程和编译仿真,实现了CRC循环冗余校验码的编码及校验,在接收端收到通过校验的码.-This design research the error correcting code and cyclic redundancy check code principle, and the use of the MATLAB programming and compile the simulation, realized the CR
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:966
    • 提供者:hzc
  1. CRC-16

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

    • 发布日期:2017-10-31
    • 文件大小:1567
    • 提供者:吴悠
  1. CRC16-2013

    0下载:
  2. LABVIEW CRC校验,是CRC子程序,可以使用。-CRC16 LABVEIW DATA BIT
  3. 所属分类:LabView

    • 发布日期:2017-11-06
    • 文件大小:8077
    • 提供者:陈江
  1. CRC_Split

    0下载:
  2. 摩托罗拉S19文件分离器,将编译连接生成的文件分离成flash区和eeprom区两个文件,并计算flash区的CRC校验值,本人开发自用。-Motorola S19 file splitter to connect the compiler-generated file is separated into two files flash area and eeprom area, and calculate a the flash CRC checksum value, I developed
  3. 所属分类:SCM

    • 发布日期:2017-11-27
    • 文件大小:558552
    • 提供者:sunny
  1. 18b20crc-test-091113

    0下载:
  2. CRC校验程序,利用MSP430单片机做CRC校验的一个小程序-The CRC program, MSP430 MCU CRC checksum a small program
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:689
    • 提供者:guanweiud
  1. myCRC

    0下载:
  2. CRC 校验16位,两种方法实现 有图形化的界面 连接控制台-16-bit CRC checksum are two ways to achieve a graphical interface to connect the console
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:127071
    • 提供者:limunan
  1. MODBUSPC

    0下载:
  2. MODBUS通讯+C语言源代码,CRC校验及CRC低位和高位列表-The MODBUS communication+C language source code, CRC checksum and CRC lows and highs list
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:17533
    • 提供者:teddy ma
  1. CRC(BCB)

    0下载:
  2. c++ Builder 各种CRC冗余校验源代码,很使用并且已经在实际应用软件中使用。-c++ Builder the various CRC redundancy check source code, it is used and has been used in the practical application of software.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:4131
    • 提供者:
  1. 05-check

    0下载:
  2. CRC校验和奇偶校验的源程序,二进制编码。计算机网络传输过程中的校验。-CRC check of the source code, binary coding. Check in the computer network transmission process
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-12
    • 文件大小:1342
    • 提供者:gaoxi
  1. CRC16

    0下载:
  2. 完成16位的crc校验的产生,过程不难,比较详细,易懂-the process of crc-16 generate
  3. 所属分类:Com Port

    • 发布日期:2017-11-22
    • 文件大小:257100
    • 提供者:zhenfafang
  1. crc

    0下载:
  2. DS18B12温度检测加CRC冗余校验c程序-The DS18B12 temperature detection plus CRC redundancy check c program
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:1929
    • 提供者:
  1. CRCChecksumAlgorithm.rar

    0下载:
  2. CRC校验算法,学习算法的不可多得的例程,CRC checksum algorithm, the learning algorithm rare routine
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:4709
    • 提供者:94940
  1. CRC.rar

    1下载:
  2. VC++下计算和校验CRC16(请留意相关注释),计算CRC7(for SD card),Calculation and check VC++ under CRC16 (Please note the related notes), to calculate CRC7 (for SD card)
  3. 所属分类:其他小程序

    • 发布日期:2014-03-01
    • 文件大小:1696
    • 提供者:陈中军
  1. HShieldCRC

    0下载:
  2. 程序过HShield游戏保护的CRC校验源代码-The CRC checksum over HShield protected source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:51037
    • 提供者:任晓枫
  1. dataacquzition

    0下载:
  2. 可以进行modbus通讯规约下的数据采集,包含地址表,crc校验,pid等子VI-Modbus communication protocol data acquisition sub VI contains the address table, crc checksum, pid
  3. 所属分类:LabView

    • 发布日期:2017-12-01
    • 文件大小:125405
    • 提供者:陈希望
  1. crc

    1下载:
  2. 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1864823
    • 提供者:许云飞
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com