代码搜索结果

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

@psc_readme_7635_3.txt

Title: cpu-test Description: This little german code, sets your cpu-work at 100 percent, after then you can test with other tools how's temperature of cpu. If your cooler system is ok, nothing should

golf.names

Play, Don't Play. outlook: sunny, overcast, rain. temperature: continuous. humidity: continuous. windy: true, false.

p2-24.sp

* 2-5.sp - resistive network - temperature effect * .options post=2 list * resistors * rs 40 4 1 tc1=0.2 tc2=0.1 r1 1 20 5 tc1=0.2 tc2=0.1 r2

ex3_1.m

clear; %清除工作空间中的变量 f=input('Input Fahrenheit temperature:'); c=5*(f-32)/9

viscair.m

function vis=viscair(Ta) % VISCAIR: computes viscosity of air % vis=VISCAIR(Ta) computes the kinematic viscosity of dry air as a % function of air temperature following Andreas (1989), CRREL

satvap.m

function ew=satvap(Ta,P) % SATVAP: computes saturation vapor pressure % q=satvap(Ta) computes the vapor pressure at satuation at air % temperature Ta (deg C). From Gill (1982), Atmos-Ocean Dyna

qsat.m

function q=qsat(Ta,Pa) % QSAT: computes specific humidity at saturation. % q=QSAT(Ta) computes the specific humidity (kg/kg) at satuation at % air temperature Ta (deg C). Dependence on air pr

computerminf.asv

%使用模拟退火法求函数f(x,y)=5sin(x*y)+x^2+y^2的最小值 XMAX=4; %搜索的最大区间 YMAX=4; %搜索的最大区间 MarkovLength=10000; %马可夫链长度 DecayScale=0.95; %衰减参数0.95 StepFactor=0.02; %步长因子 Temperature=100; %初始温度 Tolerance=1e-8; %容