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

搜索资源列表

  1. CRC

    1下载:
  2. 上机实验(1)——CRC校验码(3学时) 实验要求:编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11005
    • 提供者:没有
  1. CRC

    0下载:
  2. modbus是应用比较多的通讯协议,程序计算MODBUS RTU通信协议中的CRC校验
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:22499
    • 提供者:wangqm
  1. 0wj08

    0下载:
  2. VB下如何编写CRC校验程序-VB how to prepare CRC procedures
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:3153
    • 提供者:王俊轩
  1. CRCF_src

    1下载:
  2. 该程序是CRC校验程序,可以查看文件的校验和,这对文件本身进行校验,也可用在其它程序中检难数据正确与否-CRC procedures can view the document and check that the document itself calibration, but also can be used in other programs Frederick hard data are correct or not
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30324
    • 提供者:李明
  1. crc源码

    0下载:
  2. crc校验源码,可供C51程序员参考,我目前测试用的32位CRC程序-crc check source code, programmer's reference for C51, I am currently testing 32-bit CRC procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2896
    • 提供者:刘涛
  1. 51系列单片机CRC校验程序

    0下载:
  2. 所属分类:通讯/手机编程

  1. CRC计算与检验

    0下载:
  2. 编写计算CRC冗余码和校验程序。两人一组:一人写产生冗余码程序,另一人写校验程序。将带有冗余码的数据传给校验程序,校验程序要判断收到数据的正确性。
  3. 所属分类:网络编程

    • 发布日期:2010-11-20
    • 文件大小:2712
    • 提供者:zhangsx
  1. fpga 程序

    0下载:
  2. crc 校验
  3. 所属分类:VHDL编程

    • 发布日期:2011-05-22
    • 文件大小:31740
    • 提供者:caogen
  1. 循环校验码算法分析与程序实现

    0下载:
  2. 循环冗余校验是一种编码简单,且高效、可靠的差错控制方法,广泛应用于数据通信领域,本文将对循环校验码CRC的原理进行阐述,并且通过C代码对其进行简单的实现
  3. 所属分类:报告论文

  1. modbus.rar

    2下载:
  2. C编写的Modbus协议栈,主站程序主要有串口定义和CRC校验,虚拟仪表接收端,C prepared Modbus protocol stack, the main stations mainly in the definition and CRC checksum serial, virtual instrument receiver
  3. 所属分类:uCOS

    • 发布日期:2016-03-07
    • 文件大小:5179
    • 提供者:小刚
  1. MultiDS18B20

    0下载:
  2. 使用KeilC编写的STC89C52上的,单总线多DS18B20,温度测量程序。包含查找18b20,CRC校验等功能。支持个数由片外RAM大小决定(最多255个)。-Use KeilC prepared STC89C52 on a single bus multi DS18B20, temperature measurement procedure. Includes search 18b20, CRC check functions. Support the number of decisio
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:10111
    • 提供者:尚轲
  1. crc

    0下载:
  2. C++ BUILDER 写的CRC校验码程序!CRCC(X16+X12+X5+1)-C++ BUILDER written procedures CRC Check! CRCC (X16+ X12+ X5+ 1)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:354540
    • 提供者:zys
  1. crc

    0下载:
  2. 用VC++6编写的CRC校验小程序,有操作界面,可直接输入需要校验的十六进制数据-With VC++ 6 prepared CRC checksum applet, there are user interface, can be directly input hexadecimal checksum data
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3070744
    • 提供者:jiarui
  1. CRC

    0下载:
  2. 三种常用的CRC16校验算法的C51程序。以及16位CRC校验原理与算法分析。 CRC校验有多种方式,如:CRC8、CRC16、CRC32等等。在实际使用中,我们经常使用CRC16校验。CRC16校验也有多种,如:1005多项式、1021多项式(CRC-ITU)等。在这里我们不讨论CRC算法是怎样产生的,而是重点落在几种算法的C51程序的优化上。-three commonly CRC16 checksum algorithm C51 program. And a 16-bit CRC check
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:226406
    • 提供者:zenglinman
  1. CRC

    0下载:
  2. 按字节32 位对输入信息进行CRC校验编码的Matlab 程序-CRC redundancy code according to the byte 32-bit with MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:1603
    • 提供者:王娜娜
  1. modbus.c

    1下载:
  2. modbus 通讯的CRC校验程序,已经调试通过。如在其它方面使用,可略作修改。-Modbus communication CRC checksum procedure, have been debug through. As in other aspects of use, can be slightly modified.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:1160
    • 提供者:xww
  1. CalculateCRC

    0下载:
  2. CRC校验程序在单片机通信和数据纠错中经常用到,本程序用查表法求得-CRC checksum procedure in single-chip communication and data frequently used for error correction, the procedure look-up table method used to achieve
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1075
    • 提供者:风月无边
  1. CRC

    0下载:
  2. VISUAL BASIC 循环冗余校验程序源码-VISUAL BASIC program source Cyclic Redundancy Check
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3075
    • 提供者:ZHM
  1. CRC

    0下载:
  2. C R C 校验实用程序库在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。-CRC checksum utility library in data storage and data communication fields, in order to ensure data is correct, will have to adopt a means of error detection.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2698
    • 提供者:王平
  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 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com