Welcome![Sign In][Sign Up]
Location:
Search - DHT

Search list

[Otherpicture

Description: 读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码-read the document, the geometric transformation of the vertical mirroring, shifting, rotating, zooming orthogonal transformation of the DFT, FFT, DCT, DST, DHT, DWashT anti-gray color processing, histogram equalization, global linear transformation , piecewise linear transformation, index of non-linear transform of the number of non-linear transformation image enhancement which increases the noise, smoothing, sharpening, pseudo-color enhancement the gray-scale image segmentation inside the threshold, Robert, Laplace, sobel, prewitt, canny edge detection operator method image restoration inside direct inverse filtering, Wiener filtering image coding inside the Huffman code
Platform: | Size: 466944 | Author: 我去 | Hits:

[SCMaaaa

Description: 基于stc89c52单片机的温湿度检测,传感器是dht-Based on stc89c52 microcontroller temperature and humidity detection, the sensor is dht11
Platform: | Size: 2048 | Author: | Hits:

[SCMDTH11P51

Description: 基于51单片机的温湿度采集程序,通过1602液晶进行显示,传感器是DHT-Based on 51 single chip microcomputer temperature and humidity collection procedures, through the 1602 liquid crystal display, sensors DHT11
Platform: | Size: 40960 | Author: 张法 | Hits:

[SCMDHT21

Description: 使用stm32f4读取dht-21数字温湿度传感器实验-Using stm32f4 read DHT- 21 digital temperature and humidity sensor experiment
Platform: | Size: 3356672 | Author: 梁生 | Hits:

[CSharpDHT11--STM32

Description: STM32 DHT-STM32 DHT11
Platform: | Size: 4096 | Author: YLN | Hits:

[Embeded-SCM DevelopSHT2x_STM32F103

Description: 基于 stm32f103c6 采集DHT 传感器数据,并串口输出。(Collecting DHT sensor data)
Platform: | Size: 2048 | Author: 万里独行 | Hits:

[Other Embeded programDHT114位数码管显示

Description: dht11的4位数码管的显示和控制 采用单片机STC89C52为控制芯片(DHT11 4 bit digital tube display)
Platform: | Size: 35840 | Author: 飞鸟与鱼 | Hits:

[Embeded-SCM Developdht11-for-CC26xx-driver

Description: 利用DHT11 模块采样环境温湿度应用(Sampling and application of temperature and humidity in DHT11 module)
Platform: | Size: 1024 | Author: pca03 | Hits:

[OtherDHT11

Description: 温湿度测量1638显示,三种界面翻屏显示,每种界面亮一秒(Temperature and humidity measurements 1638 show)
Platform: | Size: 3072 | Author: Vuerin | Hits:

[VC/MFCdht-master

Description: DTH is digital temprature and humidity. this is iot project
Platform: | Size: 62464 | Author: vsagarmca | Hits:

[OtherArchive

Description: This is an Arduino library for the DHT series of low cost temperature/humidity sensors.
Platform: | Size: 15360 | Author: narin510 | Hits:

[SCM温湿度显示

Description: 通过DHT检测温湿度并实时在数码管上显示。(testing the temperature and humidity and display at Nixie tube)
Platform: | Size: 21504 | Author: eloveu | Hits:

[SCMDHT加液晶屏

Description: stc89C52驱动DHT11模块得到数据,显示在1602液晶屏上,已验证可行(Stc89C52 driver DHT11 module to get data, displayed on the 1602 LCD screen, has proven feasible)
Platform: | Size: 16384 | Author: 周周111 | Hits:

[Otherpachong.tar

Description: 可以爬取dht网络的数据并保存到mysql数据库(You can crawl data from the DHT network)
Platform: | Size: 17408 | Author: sweet10086 | Hits:

[matlabDHT&FFT

Description: 详细介绍了离散哈特莱变换和傅里叶变换原理,以及两种变换之间的关系(discrete hartley transform and Fourier transform)
Platform: | Size: 449536 | Author: 我是君子兰 | Hits:

[SCMdht11

Description: 温湿度传感器DHT11的C语言代码,51系列单片机(Temperature and humidity sensor DHT11 C language code, based on 51 series of singlechip)
Platform: | Size: 2048 | Author: xiaochengzi129 | Hits:

[YL-47 dht11 资料

Description: DHT11温湿度模块全部资料,里面还有测试程序,画的PCB板。(Dht 11 temperature and humidity module all data, there are test procedures, drawing PCB board)
Platform: | Size: 1296384 | Author: 创新电源 | Hits:

[SCMTemp 2

Description: //温度test #include <dht.h> dht DHT11; #define PIN_DHT11 10 void setup() { Serial.begin(9600); } void loop() { DHT11.read(PIN_DHT11); Serial.print("Humidity (%): "); Serial.println((float)DHT11.humidity, 2); Serial.print("Temperature (oC): "); Serial.println((float)DHT11.temperature, 2); delay(500); }(//temperature test #include <dht.h> dht DHT11; #define PIN_DHT11 10 void setup() { Serial.begin(9600); } void loop() { DHT11.read(PIN_DHT11); Serial.print("Humidity (%): "); Serial.println((float)DHT11.humidity, 2); Serial.print("Temperature (oC): "); Serial.println((float)DHT11.temperature, 2); delay(500); })
Platform: | Size: 1908736 | Author: yaobin | Hits:

[Other Embeded programAdafruit_Python_DHT

Description: 用python图书馆读取raspberry pi 上的DHT系列的湿度温度感受器(To show DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black in python library.)
Platform: | Size: 73728 | Author: Don Chu | Hits:

[Embeded-SCM DevelopDHT_sensor_udp_example_esp8266

Description: DHT sensor send UDP data uses esp8266
Platform: | Size: 7168 | Author: vanaluk | Hits:
« 1 2 ... 5 6 7 8 9 1011 »

CodeBus www.codebus.net