代码搜索结果

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

volvo.txt

Volvo data ObD2 P1307 Accelerometer signal P1308 Accelerometer signal P1326 Fault in engine control module (ECM) knock control circuit. P1327 Fault in engine control module (ECM) knock

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

dispeh.m

function dispEh(Eh) % Eh matrix display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software for information on SA T

dispet.m

function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft) % Et data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software f

tfinalnstop.m

function b = TfinalNstop(W,Ew,t,Tt,Et,Etarget,ert,Kt,Ebsft,f) % Final temperature determination method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http:

historyupdate.m

function Eh = historyupdate(Eh,Ev,t,T) % Temperature & Energy history update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts

heat transfer.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; a=[];b=[];c=[];d=[];x=[];T=[];analytical=[]; nn = input('Number of i

heat transfer fvm1.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 %

heat transfer fvm.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

datalog.cpp

//: C19:Datalog.cpp {O} // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Datapoint member functions #include "