-
stm32_measure_distance
stm32控制超声波精确快速测距,误差在0.1cm,通过LCD显示测量值(STM32 control ultrasonic quick and accurate location, the error in 0.1cm, as revealed by LCD measurements)
- 2020-11-16 15:29:39下载
- 积分:1
-
5
★问题描述:
给出平面上的N 个二维点,求出距离最小的2 个点对。本题中距离定义为他们的直
线距离。例如(0,0) (3,4)的距离为5.
★数据输入:
有多组数据,对于每组数据,第一行是一个数字N 表示点的个数。N=0 的时候说明
输入结束。之后N 行,每行有2 个浮点数x_i,y_i 表示第i 个点的坐标。(1<=N<=10000
0,0<=|x_i|,|y_i|<=10^9)
★结果输出:
输出一个浮点数,表示最近点对的距离除以2,保留2 位小数(四舍五入)。
- 2013-12-03 14:57:02下载
- 积分:1
-
HASHGenersjy!!!!
哈希计算器,包含MD系列,SHA系列等多种计算,输入字符串或文件,生成哈希值,可复制并比对(Hash calculators, contains the MD series, SHA series such as a variety of computing, the input string or a file, to generate the hash value, can be copied and alignment)
- 2015-08-12 14:42:11下载
- 积分:1
-
四旋翼自主飞行器探测跟踪系统
制作四旋翼自主飞行器探测跟踪系统,包括设计制作一架四旋翼自主
飞行器,飞行器上安装一向下的激光笔;制作一辆可遥控小车作为信标。(Making a four-rotor autonomous vehicle detection and tracking system includes designing and making a four-rotor autonomous vehicle.
An aircraft on which a downward laser pointer is mounted; Make a remote-controlled car as a beacon.)
- 2020-06-24 00:20:02下载
- 积分:1
-
链式栈
C++语言封装了链式栈的数据结构,实现了以下函数功能:
1、判断栈是否为空函数
2、压栈函数功能
3、弹出栈顶元素函数
4、清空栈元素函数
5、遍历栈元素函数
- 2022-12-07 10:05:03下载
- 积分:1
-
AT24C32(64)
c51源代码,IIC总线驱动程序,适用24C32、64!(decoder source code, IIC bus drivers, application 24C32, 64!)
- 2006-06-14 17:17:31下载
- 积分:1
-
temp
设计一个温度采集报警系统,同时循环检测四路温度,当检测温度超过设置的上下阈值系统报警。(Design of a temperature acquisition alarm system, while four temperature detection loop, the system detects when the upper and lower threshold temperature exceeds the set alarm.)
- 2017-01-12 11:42:42下载
- 积分:1
-
AccessControl
visual C++ 6.0关于access数据库编程,里面的类可以直接拿来用,非常方便
- 2016-05-09 16:18:52下载
- 积分:1
-
DataGridView 复杂操作
对DataGridView 进行再次封装, CELL里可以创建DataGridViewDateTime, DataGridViewMaskedTextBox, DataGridViewTreeView, CtrlCheckBoxCell, CtrlComboxCell, CtrlLblCell, CtrlButtonCell 等对象, 这样能做比较复杂的GRID
- 2022-04-18 09:59:58下载
- 积分:1
-
单片机50Hz数字滤波器
首先用matlab编程仿真50hz的数字滤波器,然后在单片机上用c语言编写数字滤波器,实现50hz工频的滤波,滤波效果很好。
- 2022-05-15 22:18:16下载
- 积分:1