代码搜索结果

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

fet440_adc12_10.asm

;****************************************************************************** ; MSP-FET430P440 Demo - ADC12, Sample A10 Temp and Convert to oC and oF ; ; Description: A single sample is made

gammapi.m

function result = gammapi(dimless_P,dimless_T) % ----------------------------------------------------------------- % Author: Philippe Daigle % Date: 10 mai 2002 % gammapi value for a adimensionnal

superheated_tables.m

% % creates superheated vapor water thermodynamics tables for each pressure % in the pressure vector entered below % % returns matrices named P_nnnn where nnnn is the pressure in kPa with 5 %

gammat.m

function result = gammaT(dimless_P,dimless_T) % ----------------------------------------------------------------- % Author: Philippe Daigle % Date: 10 mai 2002 % gammaT value for a adimensionnal p

gamma.m

function result = gamma(dimless_P,dimless_T) % ----------------------------------------------------------------- % Author: Philippe Daigle % Date: 10 mai 2002 % gamma value for a adimensionnal pre

exm04312_1.m

%exm04312_1.m %struct预建空构架数组方法之一 a=cell(2,3); %创建 空元胞数组 green_house_1=struct('name',a,'volume',a,'parameter',a(1,2)) % %struct预建空构架数组方法之二 green_house_2=struct('name',a,'volume',[],'para

ex12-01.cpp

//EX12-01.cpp #include //cout,cin #include //getch() class temperature { private: float celsius,fahrenheit; public: void get_celsius() { cout

fet430_adc12_10.s43

;****************************************************************************** ; MSP-FET430P430 Demo - ADC12, Sample A10 Temp and Convert to oC and oF ; ; Description: A single sample is made

experiment_4.c

/******************************************************************************** 实验四 单片ds18b20 温度采集 *********************************************************************************/ #includ

fet140_i2c_15.c

//----------------------------------------------------------------------------- // MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II // // Description: Uses ADC12 and I2C modules to emulate be