-
source code for DHT22 Digital temperature and humidity sensor.
此代码属于DHT22数字湿度和温度传感器。用一根电线就可以了接口.库是为stm32编写的,但可以用于任何微控制器。为了使用此传感器,我们使用了1个GPIO引脚和1个16位计时器。第一步是:在DhtConfig和DhtADir函数中配置GPIO和计时器。然后利用DhtReading函数,可以读出16位串行温度和16位串行湿度以及8位校验和。利用TemperatureCalculate函数,读出的数据可以转换为温度和湿度的浮动值。
- 2022-05-27 22:37:38下载
- 积分:1
-
图像修复。先用鼠标选中范围,再点一点区域中你想修复的颜色,那么就会针对该颜色进行修复。修复采用的方法是根据周围像素的颜色取平均值。...
图像修复。先用鼠标选中范围,再点一点区域中你想修复的颜色,那么就会针对该颜色进行修复。修复采用的方法是根据周围像素的颜色取平均值。-inpainting.
- 2022-03-16 22:38:13下载
- 积分:1
-
OrthoView---view3d
VIEW3D GUI for interactive viewing of 3D Volumes in matlab
- 2013-08-19 20:31:18下载
- 积分:1
-
GuessNumber
Qt猜数字游戏,Qt Creator操作实践。程序中图片需要再自行添加,未添加到资源文件(A game named GuessNumber)
- 2020-06-21 20:40:02下载
- 积分:1
-
xinhaochuli
噪声处理阵列用于接收信号时间补偿的系数期望信号幅度(The noise processing array for receiving signals, the time-compensated coefficient desired signal amplitude)
- 2012-11-20 16:08:31下载
- 积分:1
-
algorithm-analysis-solution
计算机算法设计与分析(第三版)的算法解答,对学者颇有价值!(Computer Algorithm Design and Analysis (third edition) algorithm answers, to scholars is valuable!)
- 2013-09-21 19:16:28下载
- 积分:1
-
ELcentro
将ELCentro波的加速度时程转换成速度、位移时程(Converting the acceleration time history of ELCentro wave into velocity and displacement time history)
- 2021-01-30 11:18:33下载
- 积分:1
-
qt 实现的故障树
qt 实现的故障树 void FaultTree::calcPosition(){ int maxLayer = 0; //获取最大层数 for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() > maxLayer) maxLayer = m_list.at(index)->layer(); } //计算最大宽度 int maxWidth = 0, count; for (int layer = 1; layer < maxLayer+1; ++layer) { count = 0; for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() == layer) count++; } if (count > m
- 2022-08-26 04:01:10下载
- 积分:1
-
VS2015+opencv3.0的角点检测
基于VS2015+opencv3.0的角点检测程序,每部注释详细完全,供给大家参考,有关opencv的配置问题自行百度...
- 2022-02-01 21:10:26下载
- 积分:1
-
the problem of farmer crossing the river
用图的深度优先搜索实现农夫过河问题的解答(The solution of the problem of farmer crossing the river by the depth first search of the graph)
- 2018-02-12 09:07:42下载
- 积分:1