代码搜索结果

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

main.lst

C51 COMPILER V6.23a MAIN 04/15/2002 18:18:04 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN m

main.c

#include "TestSerial.h" // SFR declarations #include "serial.h" #include "serial1.h" #include "SoftUart.h" #define TIMER0 1000 //1000us #define TIMER0_COUNT SYSCLK/1000*TIMER

lab3_1.cpp

//lab3_1.cpp #include using namespace std; float Convert(float); int main() { float TempFer; float TempCel; cout

330_keyboard.c

/****************** Filename:Keyboard.c Autor: liuyulong Date: 4-17 2006 Description:Scan the keyboard and save the num of keyboard,then depend on the num of keyboard operation displ

lab3_1.cpp

//lab3_1.cpp #include float Convert(float); int main() { float TempFer; float TempCel; cout > TempFer;

hour05_2.cpp

#include // this is actually a very simple problem -- change the names around and reverse // the formula! float Convert(float); int main() { float TempFer;

shiyan5_1.cpp

//lab3_1.cpp #include float Convert(float); int main() { float TempFer; float TempCel; cout > TempFer;

example1c.m

%Temperature distribution in a rod %See example 9 %Finite difference methof %TDMA clear all; T = [];P=[];Q=[];analytical=[]; nn = input('Number of increment = ') n = nn+1;% number of grid poin

example1b.m

%Temperature distribution in a rod %See example 9 %Discretization method: Finite difference % Solution method: SOR clear all; T = [];x=[];P=[];Q=[]; nn = input('Number of increment = ') n = n

example1fvm.m

%Temperature distribution in a rod %See example 9 %Finite volume method %TDMA clear all; T = [];P=[];Q=[];ae=[];aw=[];ap=[];analytical=[]; nn = input('Number of control volumes = '); n = nn+2;%