代码搜索结果
找到约 5,431 项符合
Temperature 的代码
tfield.m
function Tfield
% Tfield Load and plot temperature field stored in custom format text file
%
% Synopsis: Tfield
%
% Input: none
%
% Output: 2D color image with contour plot overlay
rhssteelheat.m
function dTdt = rhsSteelHeat(t,T,flag,mc,QV,tcool,htc,As,Ta,emiss)
% rhsSteelHeat Right hand side of first order ODE for heat treating simulation
%
% Synopsis dTdt = rhsSteelHeat(t,T,flag,mc,QV,t
tfield.m
function Tfield
% Tfield Load and plot temperature field stored in custom format text file
%
% Synopsis: Tfield
%
% Input: none
%
% Output: 2D color image with contour plot overlay
rhssteelheat.m
function dTdt = rhsSteelHeat(t,T,flag,mc,QV,tcool,htc,As,Ta,emiss)
% rhsSteelHeat Right hand side of first order ODE for heat treating simulation
%
% Synopsis dTdt = rhsSteelHeat(t,T,flag,mc,QV,t
main.lst
C51 COMPILER V7.06 MAIN 02/26/2007 00:08:55 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
main.c
/***********************************************/
//**********Author :wyb**************************
//**********07.2.23*************************
#include
#include
#define HIGH(
hal_adc.c
/**
* @file hal_adc.c
*
* Copyright 2008 Texas Instruments, Inc.
***************************************************************************/
#include
#include "hal_MSP-
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
xscript.m
% xScript.m
% An Example of Script File
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision:
steadytemp.m
function varargout = steadytemp(T)
%
% compute the function value and derivative of
% pi*D*h*(T-Tinf)+pi*D*epsilon*sigma*(T^4-Ts^4)-IR
%
% Temperature T is measured in Kelvin!!
%
% [y] = steady