代码搜索结果

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

volcanorobot6.java

class VolcanoRobot6 { String status; int speed; float temperature; VolcanoRobot6(String inStatus, int inSpeed, float inTemperature) { status = inStatus; speed =

c2k.m

% C2K Convert a temperature from Centigrade to Kelvin % % [K] = C2K (C) converts C into Kelvin % function [K] = C2K (C) K = C + 273.15;

c2f.m

% C2F Convert a temperature from Centigrade to Farenheit % % [F] = C2F (C) converts C into Farenheit % function [F] = C2F (C) F = 9/5*C + 32;

exm04311_2.m

%exm04311_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_hou

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout

temp_3.c

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

fet140_adc12_03.c

//***************************************************************************** // MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integ

shtxx_sample_code.c

/*********************************************************************************** Prozessor: 80C51 family Compiler: Keil Version 6.14 ****************************************

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout