代码搜索结果
找到约 5,431 项符合
Temperature 的代码
example2a.m
% Transient temperature distribution in aninfinite plate with the thickness 2L.
% Initially temperature is Tinit when it is exposed to a fluid with
% the temperature Tfluid.
% Explicit method
%
example2bfvm.m
% Transient temperature distribution in an infinite plate with the thickness 2L.
% Initially the plate is at Tinit when it is exposed to a fluid with
% the temperature Tfluid.
% Implicit scheme
%
example2afvm.m
% Transient temperature distribution in aninfinite plate with the thickness 2L.
% Initially temperature is Tinit when it is exposed to a fluid with
% the temperature Tfluid.
% Explicit method
%
c
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
0316.mak
# Generated by HT-IDE3000. DO NOT modify!
E:\温度显示\temperature2-LCD\0316.OBJ : "E:\温度显示\temperature2-LCD\0316.c"
HCC32.EXE /errlog="E:\温度显示\temperature2-LCD\0316.LOG" @"D:\DOCUME~1\ADMINI~1\LOCALS~1
f30.m
function f30 %曲线拟合 函数发现
%往往给出一些数据,然后通过曲线拟合,然后预测未知的数据
close all
time=[0,620,2266,3482];
temp=[145,130,103,90];
temp=temp-68;
subplot(2,1,1);
plot(time ,temp,time ,temp,'o'),xlabel('Time (s)'
newvolcanorobot.java
class NewVolcanoRobot {
String status;
int speed;
float temperature;
void checkTemperature() {
if (temperature > 660) {
status = "returning home";
volcanorobot.java
class VolcanoRobot {
String status;
int speed;
float temperature;
void checkTemperature() {
if (temperature > 660) {
status = "returning home";
1820.c
#include "define.h"
#include "1820.h"
#include
#define uchar unsigned char
#define uint unsigned int
sbit dq = P3^4;
bit flag;
uint Temperature;
uchar temp_buff[9]; //存储读取的字节,
14.c
#include
int main()
{
char cmd;
float temperature;
while(1)
{
printf("\n*****************************************\n");
printf("\n| Please select one of convertions: |\n");