代码搜索结果

找到约 286 项符合 Humidity 的代码

observer.cpp

/* *观察者模式,用于建立一种一对多依赖关系,当一个对象发生改变时,所有依赖它的对象都得到通知 */ #include #include using namespace std; /* *观察者 */ class Observer { public: virtual void Update(float temp, floa

sht11.c

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

sht.h

// //Atmel AVR Design Contest 2006 Registration Number AT3221 // //---------------------------------------------------------------------------------- // // Sensirion SHT1x Humidity Sensor Library //

exm04311_1.m

%exm04311_1.m %直接对域赋值法产生"单构架"。 green_house.name='一号房'; %构架域由(构架名).(域名)标识。 green_house.volume='2000立方米'; % green_house.parameter.temperature=[31.2 30.4 31.6 28.7

exm04311_2.m

%exm04311_2.m green_house.name='一号房'; green_house.volume='2000立方米'; green_house.parameter.temperature=[31.2 30.4 31.6 28.7 29.7 31.1 30.9 29.6]; green_hou

noeud.java

import java.util.*; public class Noeud { private String noeud; // noeud sous la forme outlook=sunny private Vector fils; // sous la forme '| humidity=high | hum

weather.txt

@attribute outlook {sunny, overcast, rainy} @attribute temperature {hot, mild, cool} @attribute humidity {high, normal} @attribute windy {TRUE, FALSE} @attribute play {yes, no} sunny,hot,high,FALSE,n