代码搜索结果

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

ad-temperature.dep

1 Debug $PROJ_DIR$\Debug\Exe\AD-temperature.d51

fet140_adc12_09.c

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

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";

sa.m

% Main Program sa.m Tinit=120; % Initial Simulated Temperature l=0.98; % Temperature Decrement Parameter Tfinal=0.00001; % Final Temperature x=-1:0.1:1; % Computation and Display of objecti

heat_sys.m

function xdot = heat_sys(trel,x) %Simulation of the target heat system heatglbl % Global variables temp = x(1); % First state variable is temperature of the object qin = Kin * pwm_out; % Heat inpu

heat_sys.m

function xdot = heat_sys(trel,x) %Simulation of the target heat system heatglbl % Global variables temp = x(1); % First state variable is temperature of the object qin = Kin * pwm_out; % Heat inpu

fet140_adc12_09.c

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

ex28 - temp measurement.bs2

' {$STAMP BS2} ' ============================================================================== ' ' File...... Ex28 - DS1620.BS2 ' Purpose... Temperature measurement ' Author.... Parallax ' E-ma