代码搜索结果
找到约 5,431 项符合
Temperature 的代码
demosicmod.m
function demoSiCmod
% demoSiCmod Least squares fit of bulk modulus of SiC versus temperature
%
% Synopsis: demoSiCmod
%
% Input: none
%
% Output: Plot of line fit to data
[t,D,labels] = l
contents.m
% NMM toolbox: scripts demonstrating interactive commands
%
% demoContour Demonstration of contour plot
% demoSubplot Demonstration of subplot with four sine functions
% demoSurfTypes D
usb_main.c
//-----------------------------------------------------------------------------
// USB_MAIN.c
//-----------------------------------------------------------------------------
// Copyright 2004 Silic
18b20.c
#include
//DS18B20温度传感器程序
sbit DQ=P2^2; //数据传输线接单片机的相应的引脚
unsigned char tempL=0; //设全局变量
unsigned char tempH=0;
float temperature; //温度值保存在temperature里
//延时子程序
void dela
c2ftable.c
/*
* File: c2ftable.c
* ----------------
* This program illustrates the use of functions by generating
* a table of Celsius to Fahrenheit conversions.
*/
#include
#include "genlib.h"
dftcs.m
% dftcs - Program to solve the diffusion equation
% using the Forward Time Centered Space (FTCS) scheme.
clear; help dftcs; % Clear memory and print header
%* Initialize parameters (time step,
heat.m
%% HEAT is a GUI dynamic simulation of a heat exchanger.
%%
%% It is an educational tool and a source of inspiration.
%%
%% Given physical paramaters (inlet temperatures, heat capacities ...)
%%
client.cpp
#include
#include
#if defined(HAVE_STD_IOSTREAM)
using namespace std;
#endif
#ifdef HAVE_FSTREAM
# include
#else
# include
#endif
#include
client.cpp
#include
#if defined(HAVE_STD_IOSTREAM)
using namespace std;
#endif
#ifdef HAVE_FSTREAM
# include
#else
# include
#endif
#include "CCS.h" // ORB-s
client.cpp
#include
#include
#if defined(HAVE_STD_IOSTREAM)
using namespace std;
#endif
#ifdef HAVE_FSTREAM
# include
#else
# include
#endif
#include