代码搜索结果

找到约 5,431 项符合 Temperature 的代码

diotemp.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* perform the temperature update to the diode */ #include "s

hottub.java

package headfirst.command.party; public class Hottub { boolean on; int temperature; public Hottub() { } public void on() { on = true; } public void off() { on = false; } public void

hottub.java

package headfirst.command.remote; public class Hottub { boolean on; int temperature; public Hottub() { } public void on() { on = true; } public void off() { on = false; } public void

thermaldemo.c

/* thermalDemo.c - Dy 4 VME-182/183 temperature sensor demonstration code */ /********************************************************************** * * Copyright (c) 2003-2005, Dy 4 Systems All

frmrun.frm

VERSION 5.00 Begin VB.Form frmRun Appearance = 0 'Flat BackColor = &H80000005& BorderStyle = 1 'Fixed Single Caption = "Temperature Mesurement Demo"

thermo.dpr

program thermo; { Temperature measurement } uses Forms, formstar in 'FORMSTAR.PAS' {frmstart}, formrun in 'formrun.pas' {frmrun}, Driver in '..\..\..\include\driver.pas', glo

hottub.java

package headfirst.command.party; public class Hottub { boolean on; int temperature; public Hottub() { } public void on() { on = true; } public void off() { on = false; } public void

hottub.java

package headfirst.command.remote; public class Hottub { boolean on; int temperature; public Hottub() { } public void on() { on = true; } public void off() { on = false; } public void

ds1631.h

/*! \file ds1631.h \brief Dallas DS1631 Temperature Sensor Driver Library. */ //***************************************************************************** // // File Name : 'ds1631.h' // Title

ds1631.c

/*! \file ds1631.c \brief Dallas DS1631 Temperature Sensor Driver Library. */ //***************************************************************************** // // File Name : 'ds1631.c' // Title