代码搜索结果

找到约 330 项符合 Humidity 的代码

sht75 temperature and humidity sensor.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 device=PIC16F877A [PATH_INFO] BuildDirPolicy=BuildDirIsProjectDir dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=

sht75 temperature and humidity sensor.hex

:100000000A128A15692883160313181218159816F0 :1000100019309900831298170800DA270A128A11FA :10002000031000300318013083160317A400A33017 :1000300083120313A700A8010314A80DA1302127E0 :100040000A128A11042

sht75 temperature and humidity sensor.mcp

[HEADER] magic_cookie={66E99B07-E706-4689-9E80-9B2582898A13} file_version=1.0 device=PIC16F877A [PATH_INFO] BuildDirPolicy=BuildDirIsProjectDir dir_src= dir_bin= dir_tmp= dir_sin= dir_inc=

sht75 temperature and humidity sensor.hex

:100000000A128A15692883160313181218159816F0 :1000100019309900831298170800DA270A128A11FA :10002000031000300318013083160317A400A33017 :1000300083120313A700A8010314A80DA1302127E0 :100040000A128A11042

aci78.h

#ifndef ACI78_H #define ACI78_H #include "iotools.h" struct matrix; class aci78 /**< This file declares the class for the calculation of the compliance function according to the model ACI 1978

main.c

#include "SysDef.h" unsigned char RcFlag,LoopFlag; SHT11Data envionment_variables; int main( void) { SysInit(); LoopFlag = 1; P4DIR |= 0x06;

hs_ne555p.c

#include #include #include #include "types.h" /* 函数声明 */ void time0_over_int(void); /* 定时器0中断服务程序 ,使用第1组寄存器 */ void ext1_int_proc(void); /* 外部中断1中断服务程序,使用第

delq.m

function dq=delq(Ts,Ta,rh) % DELQ: computes air-sea specific humidity difference. % dq=DELQ(Ts,Ta,rh) computes the specific humidity (kg/kg) difference % between the air (as determined by relati

qsat.m

function q=qsat(Ta,Pa) % QSAT: computes specific humidity at saturation. % q=QSAT(Ta) computes the specific humidity (kg/kg) at satuation at % air temperature Ta (deg C). Dependence on air pr

weather.java

import java.math.BigDecimal; public class Weather { private BigDecimal temperature; private BigDecimal humidity; private BigDecimal pressure; private String day; public