代码搜索结果

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

example_3_tdma.m

% Twodimensional heat conduction % Finite Volume Method % Line by Line TDMA with SOR clear all; x=[];y=[];T=[];Told=[];Su=[];Sp=[];ap=[];ae=[];aw=[];as=[];an=[]; Q=[];P=[]; great = 1e20; lambda

penman.for

** $Id: penman.for 1.2 1997/10/02 15:20:32 LEM release $ SUBROUTINE PENMAN (IDAY, & LAT, ELEV, ANGSTA, ANGSTB, TMIN, TMAX, AVRAD, VAP, WIND2, & E0, ES0, ET0) * Chap

main.c

//----------------------------------------------------------------------------- // Temp_3.c //----------------------------------------------------------------------------- // Copyright 2001 Cygnal

list0502.cpp

#include float Convert(float); int main() { using namespace std; float TempFer; float TempCel; cout

iewebserviceexample.htm

IE Web Service Example var iCallID = null; var sWSDL = "http://www.xmethods.net/sd/2001/

pottsmrf.cpp

#include "PottsMRF.h" #include #include "mex.h" PottsMRF::~PottsMRF() { for (int i=0; i

iewebserviceexample.htm

IE Web Service Example var iCallID = null; var sWSDL = "http://www.xmethods.net/sd/2001/

lab3_1.cpp

//lab3_1.cpp #include float Convert(float); int main() { float TempFer; float TempCel; cout > TempFer;

portingcomments.txt

Comments about uIP porting to 8051 by Fajun Chen 8051WEB is the porting of uIP to 8051 by Fajun Chen. It was tested with Windows2000 Professional. 1. Instruction for setting up Windows2000 Dial-up

thermospeedr.m

function T = thermospeedR(Ea,Estd,walkers,dEtgt,v,e,T,t,P) % Heat capacity thermospeed temperature update method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. %