代码搜索结果

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

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

exercise_05.txt

void Exercise_05(void) { static word ex05_count; if(ex05_count == 0) { AcquireTemperature(); // Read temperature from sensor UpdateCelsiusASCII();

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

exercise_05.txt

void Exercise_05(void) { static word ex05_count; if(ex05_count == 0) { AcquireTemperature(); // Read temperature from sensor UpdateCelsiusASCII();

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

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

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