代码搜索结果
找到约 5,431 项符合
Temperature 的代码
readme
README for MicaSBTest1
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
MicaSBTest1 is an application that test out the magnetometer, accelerometer, and temperature sensor.
It demo
example.m
% Loading hourly data from MyStations (available in the CD)
% Temperature in Oviedo (Spain)
Example.Network={'MyStations'};
Example.Stations={'hourlyData.stn'};
Example.Variable={'Common'};
[dat
readme
README for MicaSBTest1
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
MicaSBTest1 is an application that test out the magnetometer, accelerometer, and temperature sensor.
It demo
adc.h
#define TEMPERATURE_SENSOR 0
#define VOLTAGE_SENSOR 1
#define LIGHT_SENSOR 2
#define CELCIUS 3
#define FARENHEIT 4
//#define Vref 2.85
void
database.sql
ALTER TABLE TEMPERATURE.AVERAGEHIGHS DROP CONSTRAINT AVERGEHIGHSKEY;
ALTER TABLE STUDENT.GRADES DROP CONSTRAINT GRADESKEY;
ALTER TABLE CANDYFACTORY.CUSTOMERS DROP CONSTRAINT CUSTOMERSKEY;
ALT
weatherdata.java
package headfirst.observer.weather;
import java.util.*;
public class WeatherData implements Subject {
private ArrayList observers;
private float temperature;
private float humidity;
private floa
mainform.dfm
object frmMain: TfrmMain
Left = 243
Top = 181
Width = 381
Height = 301
Caption = 'Advantech Driver Demo : Temperature Measurement'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
weatherdata.java
package headfirst.observer.weather;
import java.util.*;
public class WeatherData implements Subject {
private ArrayList observers;
private float temperature;
private float humidity;
private floa
readme
README for MicaSBTest1
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
MicaSBTest1 is an application that test out the magnetometer, accelerometer, and temperature sensor.
It demo
weather.nominal.arff
@relation weather.symbolic
@attribute outlook {sunny, overcast, rainy}
@attribute temperature {hot, mild, cool}
@attribute humidity {high, normal}
@attribute windy {TRUE, FALSE}
@attribute play {yes,