代码搜索结果

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

fet440_adc12_10.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t

graphdrawing.java

package toocom.ui; import java.util.*; import javax.swing.*; import java.awt.*; import java.awt.geom.*; import java.awt.font.*; import toocom.ocgl.*; /** * This class implements the force

ex3_1.m

clear; %清除工作空间中的变量 f=input('Input Fahrenheit temperature:'); c=5*(f-32)/9

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

fet430_adc12_10.c

//****************************************************************************** // MSP-FET430P430 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t

msp430x21x1_ca_06.c

//******************************************************************************* // MSP430x21x1 Demo - Comp_A, Slope ADC to measure temperature // // Description: This example uses the slope A/D

test44x_adc12_09.c

//****************************************************************************** // MSP430-TEST44X Demo - ADC12, Converison of the Temperature Diode // // // This example shows how to use the in

ex3_1.m

clear; %清除工作空间中的变量 f=input('Input Fahrenheit temperature:'); c=5*(f-32)/9

temp_3.c

//----------------------------------------------------------------------------- // Temp_3.c //----------------------------------------------------------------------------- // Copyright (C) 2004 Sil

fet440_adc12_10.c

//****************************************************************************** // MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor // // This example shows how to use the intergrated t