登录
首页 » c » 累加和校验

累加和校验

于 2022-08-04 发布 文件大小:43.29 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

数据传输中一种常见的校验方式是累加和校验。其实现方式是在一次通讯数据包的最后加入一个字节的校验数据。 这个校验字节内容为前面数据包中所有数据按字节累加所得结果的最后一个字节。例如: 要传输的信息为: TEST(ASCII码为0x54,0x45,0x53,0x54) 四个字节的累加和为:0x54+0x45+0x53+0x54=0x140 校验和为累加和的最后一个字节,即0x40,也就是十进制的64 现在请设计一个程序计算给出的待传输信息的累加校验和 输入说明 输入为一个字符串,字符串长度不超过100个字符 输出说明 输出一个十进制整数,表示输入字符串的累加校验和。 输入样例 TEST 输出样例 64

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 卡尔曼滤波
    该代码编写了卡尔曼滤波的计算过程,以及参数的调节(This code compiles the calculation process of Kalman filter and the adjustment of parameters.)
    2020-06-22 06:40:01下载
    积分:1
  • Parser
    说明:  一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。(Lexical Analysis Parser)
    2010-03-27 13:52:05下载
    积分:1
  • libnodave
    自己编译的非常强大的西门子S7系列通信库,可以摆脱OPC的收费困扰(To compile a very powerful Siemens S7 series of communications library, you can get rid of troubled OPC charges)
    2020-08-27 09:18:13下载
    积分:1
  • bcxrhi
    MFC 扩展DLL 编程实例 搭好了一个进行编程的框架(The MFC extension DLL programming example sets up a framework for programming)
    2018-11-26 07:46:04下载
    积分:1
  • Gauss-Projection
    一个通过高斯正反算公式计算高斯投影后投影平面的二维坐标,也可通过坐标反算大地经纬度。提供54系,西安80系,WGS-84系和CGCS2000系四种椭球参数。(A positive and negative Gaussian Formulas to calculate the two-dimensional coordinates of the Gauss projection projection plane can also be computed from coordinates latitude and longitude of the earth. 54 Department of the the Xi' an 80 series, WGS-84 system and CGCS2000 Department of four oval ball parameters.)
    2020-12-10 16:09:19下载
    积分:1
  • read
    含有一个 CSpreadSheet类实现对Excel文件的读写的封装(Contains a CSpreadSheet class implements encapsulation of Excel file to read and write)
    2017-03-23 22:42:08下载
    积分:1
  • 智能家居
    说明:  智能家居控制,传感器搭配使用,方便快捷实惠(Smart home control, sensor collocation, convenient, fast and affordable)
    2020-06-24 18:40:02下载
    积分:1
  • ForStringTest
    说明:  这是一个完整,改造后,并且能够运行的String with pointer members的运行实例,希望能够帮助大家!(This is a complete, transformed, and able to run String with pointer members running example, I hope to help you!)
    2020-06-18 12:40:01下载
    积分:1
  • c
    说明:  c语言处理运动图像 适合初学者 对一些基本的函数介绍的很详细(c language processing motion picture)
    2009-05-16 14:52:29下载
    积分:1
  • color
    用于图论里面求最小着色数,这么长可以了吗?????(my english is really poor, dunt know how to translate it)
    2013-09-18 22:55:53下载
    积分:1
  • 696518资源总数
  • 104313会员总数
  • 30今日下载