代码搜索结果

找到约 330 项符合 Humidity 的代码

sht11.lst

C51 COMPILER V8.08 SHT11 04/07/2009 22:03:19 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE SHT11 OBJECT MODULE PLACED IN S

sht11.c

/******************************************************************/ /* temperature模and humidity measure */ /* display the data on the 1602; */ /* first line display tempr

ex6_02.cpp

// Exercise 6.2 Storing, displaying and averaging a series of humidity readings, using a two-dimensional array. #include #include using std::cout; using std::cin; using std:

weather.java

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

humiditycontainer.java

/*--------------------------------------------------------------------------- * Copyright (C) 2001 Dallas Semiconductor Corporation, All Rights Reserved. * * Permission is hereby granted, free of c

cebfip78.h

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

heatindexdisplay.java

package DP.Chapter2; public class HeatIndexDisplay implements Observer, DisplayElement { private float temperature; private float humidity; private Subject weatherData; private float heat

weather.java

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

weatherreport.java

package WeatherReport; import java.util.ArrayList; /*观察者模式:定义了对象之间一对多的依赖,这样一来, * 当一个对象状态发生改变时,它的所有依赖者都会收到通知并自动更新 * * 主题对象有注册,移除,通知观察者三个功能,观察者有一个成员变量保存一个主题的引用 * */ //原始设计:外界给接口获知气象数据(温度 ...

sht11.c

/*********************************************************************************** Project: SHTxx demo program (V2.1) Filename: SHTxx_Sample_Code.c Prozessor: 80C51