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

搜索资源列表

  1. 0302041

    0下载:
  2. 摘要 关键词 引言 第一章 开发网页广播服务系统的问题 1.1网页广播服务系统的简介 1.2网页广播服务系统功能需求 1.3开发工具简介 第二章 网页广播服务系统的分析和设计 2.1网页广播服务系统的总体设计 2.2网页广播服务系统的具体设计 2.3网页广播服务系统的接口设计 第三章 网页广播服务系统的具体实现 3.1遍历文件模块设计说明 3.2CRC校验程序设计说明 3.3组织文件和文件索引表模块设计说明 3.4组
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:566670
    • 提供者:xiaoshun
  1. Modbus_crc_c

    0下载:
  2. 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:79733
    • 提供者:xiaogao
  1. DebugSerial

    0下载:
  2. 异步串口通讯程序,支持CRC校验,本程序用于采集下位机的温度。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:73707
    • 提供者:韩冰
  1. SendDemo

    0下载:
  2. vc写的TCP/IP通讯发送程序,带CRC校验
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:14508
    • 提供者:satellite007
  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

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

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

    0下载:
  2. 在vb中进行crc校验,程序未经过测试,估计可能有点问题,仅供参考。-in vb for crc check, the procedure has not been tested, it is estimated that perhaps, for reference purposes only.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3215
    • 提供者:吴力
  1. crc校验的matlab程序

    0下载:
  2. crc校验的matlab程序,对多项式进行处理,可以正常运行,经过fpga实现验证-crc check of the matlab program, processing of the polynomial can be normal operation, after verification fpga implementation
  3. 所属分类:通讯编程

    • 发布日期:2017-03-22
    • 文件大小:1002
    • 提供者:fafa
  1. modbusmy

    0下载:
  2. MODBUS_RTU调试程序,自动加CRC校验-MODBUS_RTU debugger automatically increase CRC Checksum
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:55488
    • 提供者:畅彦峰
  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. PSISI

    0下载:
  2. CRC校验TS流文件的的PSI信息表,分析TS流文件的PAT表、PMT表、SDT表(注意项目文件中没有TS文件,要运行程序需要加入TS文件,并简单修改文件OPEN函数的参数)。-CRC Checksum TS stream file information table of the PSI, analysis TS stream file PAT table, PMT table, SDT table (note that the project document did not TS file
  3. 所属分类:Communication

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

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

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

    0下载:
  2. modbus通信协议,RTU模式程序,带CRC校验-modbus communication protocol, RTU mode programs with CRC check
  3. 所属分类:Communication

    • 发布日期:2014-10-08
    • 文件大小:5120
    • 提供者:songji
  1. CRC-check

    0下载:
  2. 网络通讯中用于实现网络校验的crc检验.里面有实现crc算法的程序以及说明文档-it is used to implement the crc checksum test in Network communication,there are the program and the help document inside
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:231073
    • 提供者:鬼哥
  1. CRC

    0下载:
  2. CRC校验子程序,本程序应用于modebus中的CRC校验,特点对需要校验的串长度没有具体要求,长短皆可-CRC check subroutine, CRC check this procedure is applied in the modebus, there is no specific requirements for the need to check the characteristics of the string length, the length of all
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:1753
    • 提供者:pudn20130304
  1. CRC-CHECK

    0下载:
  2. modbus-16CRC校验程序源代码,主要是看看代码的实现过程,要想使用此进行校验,需更改源文件。VS2010-modbus-16CRC check the source code, mainly to see the code of the implementation process, in order to verify the use of this, the need to change the source file. VS2010
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:128980
    • 提供者:chailyuan
  1. crc

    0下载:
  2. 自己编写的CRC16校验小程序,自动计算CRC 16值-I have written a small program CRC16 checksum automatically calculated value CRC 16
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:5441
    • 提供者:患过风伤
  1. Modbus Poll CS

    0下载:
  2. MODBUS串口通讯程序,包含消息构建、发送、读寄存器、CRC校验等。(Modbus serial port data transfer.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-19
    • 文件大小:81920
    • 提供者:hibok
  1. Polar-Codes-Software-Matlab--master

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

« 12 »
搜珍网 www.dssz.com