代码搜索结果
找到约 5,431 项符合
Temperature 的代码
onewirecontainer10.java
/*---------------------------------------------------------------------------
* Copyright (C) 1999,2000 Dallas Semiconductor Corporation, All Rights Reserved.
*
* Permission is hereby granted, fre
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
fet140_adc12_09.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Converison of the Temperature Diode
//
//
// This example shows how to use the in
deterministic_boltzmann.m
function D = Deterministic_Boltzmann(train_features, train_targets, params, region);
% Classify using the deterministic Boltzmann algorithm
% Inputs:
% features - Train features
% targets - Tra
deterministic_boltzmann.m
function D = Deterministic_Boltzmann(train_features, train_targets, params, region);
% Classify using the deterministic Boltzmann algorithm
% Inputs:
% features - Train features
% targets - Tra
fet410_sd16_06.c
//*****************************************************************************
// MSP-FET430P410 Demo - SD16, Using the Integrated Temperature Sensor
//
// Description: This example shows how to
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9
tempload.cpp
#include "tempload.h"
#include "intools.h"
/**
This constructor initializes class attributes to the zero values.
*/
tempload::tempload()
{
nlc = 0L;
val = 0.0;
}
/**
Destructor
*/
tempload:
fet140_adc12_09.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Converison of the Temperature Diode
//
//
// This example shows how to use the in