代码搜索结果

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

tinitwhite.m

function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitWhite(r, walkers, newstate, X, cost, moveclass) % White temperature initialization method supplied with SA Tools. % Copyright (c) 2002, by Richard Fro

tinitt0.m

function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitT0(r, walkers, newstate, X, cost, moveclass) % Fixed temperature initialization method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost

fet140_adc12_03.c

//***************************************************************************** // MSP-FET430P140 Demo - ADC12 Sample A10 Temp Set P1.0 if temp ++ ~2c // // Descriptiion: Use ADC12 and the integ

exm04311_2.m

%exm04311_2.m green_house.name='一号房'; green_house.volume='2000立方米'; green_house.parameter.temperature=[31.2 30.4 31.6 28.7 29.7 31.1 30.9 29.6]; green_hou

e593.m

%------------------------------------------------------------------------ % Example 5.9.3: Industrial High-Temperature Oven %------------------------------------------------------------------------

exm04311_2.m

%exm04311_2.m green_house.name='一号房'; green_house.volume='2000立方米'; green_house.parameter.temperature=[31.2 30.4 31.6 28.7 29.7 31.1 30.9 29.6]; green_hou

shtxx(c51).c

/*********************************************************************************** Project: SHTxx demo program (V2.1) Filename: SHTxx_Sample_Code.c Prozessor: 80C

shtxx.c

/********************************************* This program was produced by the CodeWizardAVR V1.23.8c Professional Automatic Program Generator ?Copyright 1998-2003 HP InfoTech s.r.l. http:/

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout

c2k.m

% C2K Convert a temperature from Centigrade to Kelvin % % [K] = C2K (C) converts C into Kelvin % function [K] = C2K (C) K = C + 273.15;