代码搜索结果

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

combo.f90

SUBROUTINE combo ( dz, wliq, wice, t, & dz2, wliq2, wice2, t2 ) !======================================================================= ! Source file: combo.f90 ! Origin

meltf.f90

SUBROUTINE meltf ( lb, iub, dtime, & fact, brr, hs, dhsdT, & tssbef, tss, wliq, wice, imelt, & scv, snowdp, sm, xmf ) !===============

ex3_1.m

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

satest2.cxx

/* satest2.c++ Simple experiments with simulated annealing find the nonlinear least squares optimum solution usage: satest2 input.file */ static const char rcsid[] = "@(#)satest2.c

fet140_adc12_09.s43

#include "msp430x14x.h" // Standard Equations ;****************************************************************************** ; MSP-FET430P140 Demo - ADC12, Converison of the Temperature

prog43.asm

; FullRTOS - Digital Clock/Thermometer using FullRTOS ; ; ; This Application implements a Real Time Clock and Thermometer, ; outputting the data onto an LCD Display and updating the clock

ex3_1.m

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

zmctempdemo.h

/* Microchip Temperature Sensor Demo Profile Definition File This ZigBee Profile header file provides all of the constants needed to implement the Microchip Temperature Sensor demo. It is desi

soundspeed.m

function v=soundspeed(t,m,g) %SOUNDSPEED gives the speed of sound in air as a function of temperature V=(T,M,G) % % Inputs: T air temperature in Celsius [20 deg C] % M a

deterministic_boltzmann.m

function D = Deterministic_Boltzmann(train_features, train_targets, params, region); % Classify using the deterministic Boltzmann algorithm % Inputs: % features - Train features % targets - Tra