代码搜索结果

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

example1a.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; a=[];b=[];c=[];d=[];x=[];T=[];analytical=[]; nn = input('Number of i

adc8.c

//Sample program for AdvFamLab //Include required header files here // ADC2 is the temperature sensoring and fire alarm // ADC3 is the Ambient control setting code // ADC4 is the combine of both A

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 [] -> [] -> [] -> [] -> [] -> []

cf.lua

-- temperature conversion table (celsius to farenheit) for c0=-20,50-1,10 do io.write("C ") for c=c0,c0+10-1 do io.write(string.format("%3.0f ",c)) end io.write("\n") io.write("F ") for c=c

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 [] -> [] -> [] -> [] -> [] -> []

maxtemp.cpp

#include using namespace std; int main() { double next; double highest; cout > next) highest = next;

exm033_1.m

%exm033_1.m %直接对域赋值法产生"单构架"。 green_house.name='一号房'; %构架域由(构架名).(域名)标识。 green_house.volume='2000立方米'; % green_house.parameter.temperature=[31.2 30.4 31.6 28.7

exm033_2.m

%exm033_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_house