代码搜索结果
找到约 4,719 项符合
Temperature 的代码
polulation.c
#include
#include
#include
#define PI 3.14159265358979323846
int main(void){
FILE *fp;
char *filename = "population.txt";
int month;
float temperature[48],
ex28 - temp measurement.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex28 - DS1620.BS2
' Purpose... Temperature measurement
' Author.... Parallax
' E-ma
mch04-10.txt
叠加其他数据集的条形图
TCE = [515 420 370 250 135 120 60 20];
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
h1 = gca;
h2 = axes('P
mch04-07.txt
条形图坐标轴数据的指定
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
mch04-08.txt
设置Y轴范围
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
set(gca,'YLim',[15 30],'Layer','top')
mch04-09.txt
数据集绘制的曲线
TCE = [515 420 370 250 135 120 60 20];
temp = [29 23 27 25 20 23 23 27];
days = 0:5:35;
bar(days,temp)
xlabel('Day')
ylabel('Temperature (^{o}C)')
h1 = gca;
h2 = axes('Posi
golf.names
Play, Don't Play.
outlook: sunny, overcast, rain.
temperature: continuous.
humidity: continuous.
windy: true, false.
d169_adc12_01.c
//*****************************************************************************
// D169 Demo - ADC12 / Integrated Temperature Sensor
//
// Use ADC12 module and the integrated temperature sensor t
thermospeedr.m
function T = thermospeedR(Ea,Estd,walkers,dEtgt,v,e,T,t,P)
% Heat capacity thermospeed temperature update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
%
tinitwhite.m
function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitWhite(r, walkers, newstate, X, cost, moveclass)
% White temperature initialization method supplied with SA Tools.
% Copyright (c) 2002, by Richard Fro