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

搜索资源列表

  1. CRC算法和c语言实现

    1下载:
  2. CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28050
    • 提供者:jojo
  1. crc校验详解

    0下载:
  2. CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:20054
    • 提供者:小康
  1. crc16_MATLAB

    0下载:
  2. 16bit crc 编译码实例,matlab上运行。输入一行向量数字序列,获得其16bit的CRC校验码,并对其译码。-16bit crc encryption example, Matlab run. His input vector sequence number, access to its 16 bit CRC and its decoding.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:912
    • 提供者:高志斌
  1. ModBusCRC

    0下载:
  2. ModBus CRC校验码计算程序,其中包含了CRC校验的函数。
  3. 所属分类:通讯编程

    • 发布日期:2014-01-18
    • 文件大小:78311
    • 提供者:zhjol
  1. COMWithModBus

    0下载:
  2. 串口调试程序,采用Modbus协议,发送时自动添加CRC校验码,支持ASIIC模式和RTU模式两种。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:124966
    • 提供者:周文委
  1. crc_verilog

    2下载:
  2. HDLC控制协议中CRC校验码算法代码,为CRC16,Verilog语言
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1127
    • 提供者:刘彻
  1. crcsheji

    0下载:
  2. 电话网远程通信中CRC校验码的设计,是用delphi编的哦-Distance Telephone Network Communication CRC is designed with delphi series oh
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15274
    • 提供者:胡爱仁
  1. CRCcheck

    0下载:
  2. CRC校验码的MATLAB实现 生成多项式【1 1 0 0 1 1】 结果正确 可以直接使用-CRCcheck.m
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:997
    • 提供者:xufei
  1. Cooperation_diversity_through_coding

    1下载:
  2. 协作分集通信中的一些子模块,包括CRC校验程序,卷积码编解码程序,QPSK调制解调程序-Diversity collaboration of a number of communication modules, including CRC checksum procedure, convolutional codes codec procedures, QPSK modulation and demodulation procedures
  3. 所属分类:通讯编程

    • 发布日期:2014-03-16
    • 文件大小:6932
    • 提供者:张元
  1. CRC

    0下载:
  2. CRC校验码的计算,该程序包括了三种计算CRC码的方法,主要用于MODBUS编程中CRC校验码的计算
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:231900
    • 提供者:xiaojunjie
  1. Modbus_CRC

    1下载:
  2. 用VB6.0做的Modbus CRC校验源码。-VB6.0 to do with Modbus CRC checksum source.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:2849
    • 提供者:yuxilu
  1. CRCcheck

    0下载:
  2. MODBUS通讯协议,CRC即循环冗余校验码(Cyclic Redundancy Check)详细分析以及原理说明。-MODBUS communication protocol, CRC or cyclic redundancy check code (Cyclic Redundancy Check) detailed analysis and operating principles.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:187987
    • 提供者:马磊
  1. CRCProgram

    0下载:
  2. CRC-16循环冗余校验码应用范围极广,它是利用除法及余数的原理来做错误处理。-CRC-16 Cyclic Redundancy Check wide range of applications, it is the use of the principle of division and the remainder to do error handling.
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1883500
    • 提供者:王桂喜
  1. COMM

    0下载:
  2. 串口工具完成。加入了校验码功能。有无校验,校验和,异或校验,CRC校验,LRC校验。 2012/9/5 由kylin完成。-Serial tools to complete. Adding a checksum feature. Whether the checksum, checksum and XOR checksum, CRC check, LRC checksum. 2012/9/5 by kylin completed.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:6759804
    • 提供者:轨迹
  1. crc8-code

    0下载:
  2. 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as
  3. 所属分类:Communication

    • 发布日期:2015-07-13
    • 文件大小:3072
    • 提供者:潘梦容
  1. tongxin

    0下载:
  2. 通信 PCM量化编码 CRC校验 数字双向码 采样 量化 量化电平-Communication PCM quantization encoding digital two-way CRC check code sample quantization quantization level
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:1282075
    • 提供者:汪文晓
  1. crc

    0下载:
  2. 根据模2除法的思想实现校验crc码的功能,计算机通信网 实验-Crc code to achieve parity in accordance with the idea of ​ ​ function modulo 2 division, computer communication network experiment
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1477
    • 提供者:kwind
  1. CRC4MobBUS

    0下载:
  2. 串行通信使用ModBUS协议时,RTU方式需要进行CRC校验,本软件计算ModBUS的CRC16校验码,供系统测试时使用。-Serial communication using ModBUS protocol, the RTU mode requires CRC check, the software CRC16 checksum calculation code ModBUS, used for system testing.
  3. 所属分类:Communication

    • 发布日期:2017-05-12
    • 文件大小:2992668
    • 提供者:wen jb
  1. CRC

    0下载:
  2. CRC串口通讯校验码实例,主要实现了串口通讯时计算校验码的值-CRC check code examples of serial communication
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4539975
    • 提供者:杨荣江
  1. Polar-Codes-Software-Matlab--master

    8下载:
  2. 极化码matlab仿真程序,包含各种译码方法(sc译码,scl译码,crc校验scl译码)(matlab simulation of polar codes)
  3. 所属分类:通讯编程

搜珍网 www.dssz.com