代码搜索结果

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

sensor0606.c

#include #define DQ1 P4OUT|=BIT4 #define DQ0 P4OUT&=~BIT4 float Temper=0.0; int temperature=0; int temperature1=0; unsigned char Error = 0; //unsigned char degree; //-

temperaturelistener.java

// Chapter 11, Listing 5 interface TemperatureListener extends java.rmi.Remote { public void temperatureChanged(double temperature) throws java.rmi.RemoteException; }

ds1624.c

//this child program is about to the temperture conver operation command void ds1624_init(void) //set the temperature as one tempture convert mode { extern i2c_init(void);

example2b.m

% Transient temperature distribution in an % infinite plate with the thickness 2L. % Initially the plate has the temperature % Tinit when it is exposed to a fluid with % the temperature Tfluid. %

example1fvm.m

%Temperature distribution in a rod %See example 9 %Finite volume method %TDMA clear all; T = [];P=[];Q=[];ae=[];aw=[];ap=[];analytical=[]; nn = input('Number of control volumes = '); n = nn+2;%

example1c.m

%Temperature distribution in a rod %See example 9 %Finite difference methof %TDMA clear all; T = [];P=[];Q=[];analytical=[]; nn = input('Number of increment = ') n = nn+1;% number of grid poin

example1b.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; T = [];x=[];P=[];Q=[]; nn = input('Number of increment = ') n = n

example2a.m

% Transient temperature distribution in aninfinite plate with the thickness 2L. % Initially temperature is Tinit when it is exposed to a fluid with % the temperature Tfluid. % Explicit method %

example2bfvm.m

% Transient temperature distribution in an infinite plate with the thickness 2L. % Initially the plate is at Tinit when it is exposed to a fluid with % the temperature Tfluid. % Implicit scheme %

example2afvm.m

% Transient temperature distribution in aninfinite plate with the thickness 2L. % Initially temperature is Tinit when it is exposed to a fluid with % the temperature Tfluid. % Explicit method % c