代码搜索结果
找到约 4,719 项符合
Temperature 的代码
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9
fet440_adc12_10.c
//******************************************************************************
// MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor
//
// This example shows how to use the intergrated t
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";
volcanorobot5.java
class VolcanoRobot5 {
String status;
int speed;
float temperature;
VolcanoRobot5(String inStatus, int inSpeed, float inTemperature) {
status = inStatus;
speed =
volcanorobot.java
class VolcanoRobot extends ScienceRobot {
String status;
int speed;
float temperature;
int power;
}
colddays.c
// colddays.c -- finds percentage of days below freezing
#include
int main(void)
{
const int FREEZING = 0;
float temperature;
int cold_days = 0;
int all_days = 0;
fet410_sd16_06.c
//*****************************************************************************
// MSP-FET430P410 Demo - SD16, Using the Integrated Temperature Sensor
//
// Description: This example shows how to
exm033_1.m
%exm033_1.m
%直接对域赋值法产生"单构架"。
green_house.name='一号房'; %构架域由(构架名).(域名)标识。
green_house.volume='2000立方米'; %
green_house.parameter.temperature=[31.2 30.4 31.6 28.7
exm033_2.m
%exm033_2.m
green_house.name='一号房';
green_house.volume='2000立方米';
green_house.parameter.temperature=[31.2 30.4 31.6 28.7
29.7 31.1 30.9 29.6];
green_house