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

累加和校验

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

代码说明:

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

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

发表评论

0 个回复

  • 12232lcd
    12232lcd的参考例程,可以通过调试,用的时候改变一些设置(12232lcd reference routine, you can debug using the time to change some settings)
    2010-07-05 09:52:28下载
    积分:1
  • 808823291readdem
    dem模型读写(read dem)
    2014-12-21 21:37:55下载
    积分:1
  • Untitled3
    matlab实现地震实现反射系数,激发出地震正演模拟中使用的各种频率的雷克子波(Matlab realize the reflection coefficient of earthquake, inspire Ricker wavelet seismic forward various frequency is used in the simulation )
    2014-02-24 20:21:25下载
    积分:1
  • PlayFlash
    Flash与VC的交互,主要介绍VC中插入Flash,并交互(Flash and VC interaction, focuses on the VC into Flash, and interactive)
    2011-11-22 10:56:53下载
    积分:1
  • ExcelOperate11
    vc读写excel,这个是用mfc写的,基于对话框的小程序(Vc u8BFB u5199excel)
    2017-05-25 11:34:36下载
    积分:1
  • xindian
    在24064上显示12导心电波形 能够左右切换导联 并显示基线 stm32 用库编写(In 24064, it is shown that the 12 ECG waveform can switch the lead and display the base line STM32 with the library)
    2018-01-18 09:39:06下载
    积分:1
  • 组合下载器SCH-3-RENEW
    说明:  有自己制作的下载器原理图,包含了stlinkv2,XDS100V3,USBBLASTER.原理图和封装,一款多功能下载器。(Have their own production downloader schematic diagram, contains stlinkv2, XDS100V3, USBBLASTER. Schematic diagram and encapsulation, a multi-function downloader.)
    2019-02-28 17:27:16下载
    积分:1
  • CoordConvert-master
    说明:  基于C#开发的大地坐标转换程序,程序功能包括空间坐标、经纬度坐标的七参数、四参数转换以及高斯投影正反算。(Based on the program of geodetic coordinate transformation developed by C#, the function of the program includes the conversion of seven parameters, four parameters of spatial coordinates, longitude and latitude coordinates, and the forward and backward calculation of Gauss projection.)
    2020-05-13 11:35:23下载
    积分:1
  • matlab
    matlab 的各种图像处理与视频处理算法 (very good c++ algorism very good matlab algorism )
    2015-04-01 07:09:41下载
    积分:1
  • 迷宫
    说明:  迷宫求解:用二维矩阵表示迷宫,自动生成或者直接输入迷宫的格局,确定迷宫是否能走通,如果能走通,输出行走路线。(Labyrinth Solution: Use two-dimensional matrix to represent the maze, automatically generate or directly input the maze pattern, determine whether the maze can pass, if it can pass, output the walking route.)
    2019-03-21 21:02:04下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载