代码搜索结果

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

boltzman.edt

Temperature Valid Length Tour 100.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[] 99.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[] 98.01000

boltzman.txt

Temperature Valid Length Tour 100.000000 no [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] 99.000000 no [] -> [] -> [] -> [] -> [] -> []

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

clm2d_module.f90

MODULE clm2d_module !======================================================================= ! Source file: clm2d_module.f90 ! Original version: Yongjiu Dai, September 15, 1999 ! !===========

miscell_module.f90

MODULE miscell_module !======================================================================= ! Source file: miscell_module.f90 ! Original version: Yongjiu Dai, September 15, 1999 ! ! miscell

average.f

! ---------------------------------------------------------------------- ! for CLM daily/monthly/annual average mean ! ---------------------------------------------------------------------- IMPL

clmtvi.f90

SUBROUTINE clmtvi (kpt ,msl ,maxsn ,lun_ini,& ivt ,z0m ,albsol ,albvgs ,albvgl ,chil ,ref ,tran ,porsl ,& glai ,gsai ,dlon ,dlat ,rdlsf ,rdlai

qsadv.f90

SUBROUTINE qsadv(T,p,es,esdT,qs,qsdT) !======================================================================= ! Source file: qsadv.f90 ! Original version: Yongjiu Dai, September 15, 1999 ! !

eco_energy1.c

#include #include #include #define uchar unsigned char #define uint unsigned int sbit dq = P3^7; //18B20单总线位变量 sbit P3_3 = P3^3; //数码管个十百位的位选

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. %