代码搜索结果

找到约 4,719 项符合 Temperature 的代码

temp

class VolcanoRobot extends ScienceRobot { String status; int speed; float temperature; int power; }

volcanorobot.java

class VolcanoRobot { String status; int speed; float temperature; void checkTemperature() { if (temperature > 660) { status = "returning home";

least_square.f90

module datas implicit none integer, parameter :: N=5 real :: temperature(N) = (/5.0,10.0,15.0,20.0,25.0/) ! 记录温度 real :: length(N) = (/1.047,1.112,1.1152,1.191,1.252/)! 记录不同温度下的长度 real

fet430_adc12_10.c

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

golf.names

Play, Don't Play. outlook: sunny, overcast, rain. temperature: continuous. humidity: continuous. windy: true, false.

golf.names

Play, Don't Play. outlook: sunny, overcast, rain. temperature: continuous. humidity: continuous. windy: true, false.

msp430x21x1_ca_06.c

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

golf.names

Play, Don't Play. outlook: sunny, overcast, rain. temperature: continuous. humidity: continuous. windy: true, false.

newvolcanorobot.java

class NewVolcanoRobot { String status; int speed; float temperature; void checkTemperature() { if (temperature > 660) { status = "returning home";

volcanorobot.java

class VolcanoRobot { String status; int speed; float temperature; void checkTemperature() { if (temperature > 660) { status = "returning home";