-
基本的MPI通信与操作
该资源是关于基本的MPI通信与操作的, 包含具体的并行程序编写的指令(This resource is about basic pi communication and operation, including specific parallel program writing instructions.)
- 2020-06-25 00:00:01下载
- 积分:1
-
2.程序
说明: 在此基础上,设计一种温度测量系统,能够检测温度,并通过按键调整温度的上下限值,若超过该限值,进行报警提示。该系统的硬件子电路主要用Protues仿真软件实现,具体的子电路包括:恒流源电路(TLC2543芯片)、信号放大调理电路(两线制铂电阻PT100)、单片机最小系统(AT89C51)、A/D转换电路、按键电路、显示电路、声光报警器等。该系统的软件电路以C语言为基础,在Keil中实现。最后通过软硬结合,实现电路的各种情况仿真,以此验证电路设计的正确性和合理性。(On this basis, a temperature measurement system is designed, which can detect the temperature and adjust the upper and lower limits of the temperature by pressing the key. If it exceeds the limit, an alarm will be given. The hardware sub circuit of the system is mainly realized by Proteus simulation software. The specific sub circuits include: constant current source circuit (TLC2543 chip), signal amplification and conditioning circuit (two-wire platinum resistance PT100), minimum system of single chip microcomputer (AT89C51), a / D conversion circuit, key circuit, display circuit, sound and light alarm, etc. The software circuit of the system is based on C language and implemented in keil. Finally, through the combination of hardware and software, the circuit simulation is realized to verify the correctness and rationality of the circuit design.)
- 2021-01-20 10:36:29下载
- 积分:1
-
C语言生成流程图软件
很好用的软件.分享给大家,大家可以下载试用试用。很好用的软件.分享给大家,大家可以下载试用试用很好用的软件.分享给大家,大家可以下载试用试用很好用的软件.分享给大家,大家可以下载试用试用很好用的软件.分享给大家,大家可以下载试用试用
- 2022-02-06 03:13:07下载
- 积分:1
-
MSCOM插件
MSCOM插件,串口通信使用的插件,微软自带注册,c++,串口编程需要,MFC插件
- 2022-02-03 19:49:48下载
- 积分:1
-
累加和校验
数据传输中一种常见的校验方式是累加和校验。其实现方式是在一次通讯数据包的最后加入一个字节的校验数据。
这个校验字节内容为前面数据包中所有数据按字节累加所得结果的最后一个字节。例如:
要传输的信息为: TEST(ASCII码为0x54,0x45,0x53,0x54)
四个字节的累加和为:0x54+0x45+0x53+0x54=0x140
校验和为累加和的最后一个字节,即0x40,也就是十进制的64
现在请设计一个程序计算给出的待传输信息的累加校验和
输入说明
输入为一个字符串,字符串长度不超过100个字符
输出说明
输出一个十进制整数,表示输入字符串的累加校验和。
输入样例
TEST
输出样例
64
- 2022-08-04 03:55:35下载
- 积分:1
-
捷联惯导姿态位置速度高度全解算
捷联惯导姿态位置速度高度全解算,其中程序的使用还应该按需选择和衔接(SINS Attitude Full height position and speed solver, In which the program should also demand choices and Cohesion .)
- 2015-12-02 17:12:44下载
- 积分:1
-
基于stm32的脉冲发生程序
通过stm32的定时器输出占空比可调的矩形方波(Output rectangular square wave with adjustable duty cycle through STM32 timer)
- 2019-01-16 17:14:50下载
- 积分:1
-
按键控制液晶
51单片机实现矩阵按键控制液晶显示1~F(51 Single Chip Microcomputer Realizes Matrix Keyboard Control LCD Display 1~F)
- 2020-06-19 22:20:02下载
- 积分:1
-
20110215_13882692_0
Introduction of Programmable controllers
- 2011-02-26 14:14:55下载
- 积分:1
-
Strategy
关键词:人工智能课大作业 四子棋 策略文件 阿尔法贝塔剪枝算法(Keywords: artificial intelligence courses operating four sons chess strategy documents Alpha Beta pruning algorithm)
- 2021-04-27 23:08:44下载
- 积分:1