代码搜索结果
找到约 5,431 项符合
Temperature 的代码
weatherfan.java
public class WeatherFan
{
public static void main(String[] args)
{
float[][] temperature = new float[10][365]; // Temperature array
// Generate temperatures
for(int i =
fet140_adc12_09.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Converison of the Temperature Diode
//
//
// This example shows how to use the in
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9
tempplot.m
% tempPlot.m Plot monthly temperature variations for Portland, OR.
% Along the way demonstrate plot annotation commands
load pdxTemp.dat; % Read data into pdxTemp matrix
mo
tempplot.m
% tempPlot.m Plot monthly temperature variations for Portland, OR.
% Along the way demonstrate plot annotation commands
load pdxTemp.dat; % Read data into pdxTemp matrix
mo
data.bas
Attribute VB_Name = "Module1"
Public D(1 To 14) As DayType
Public D2() As DayType
Type DayType
Outlook As OutlookEnum
Temperature As TemperatureEnum
Humidity As HumidityEnum
Win
set_parameters_ascii.m
function par=set_parameters(filename,handles)
% SPC PARAMETERS
par.mintemp = 0.00; % minimum temperature for SPC
par.maxtemp = 0.201; % maximum temperature for SP
set_parameters_mit.m
function par=set_parameters(sr,filename,handles)
% SYSTEM
par.system = 'windows';
%par.system = 'linux';
%COMPUTER USED
par.sys = 'pc'; % for pc's we use big-endian.
%par.sys = 'mac';