代码搜索结果
找到约 5,431 项符合
Temperature 的代码
steam.html
R: The Saturated Steam Pressure Data
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
zmctempdemo.h
/*
Microchip Temperature Sensor Demo Profile Definition File
This ZigBee Profile header file provides all of the constants needed to
implement the Microchip Temperature Sensor demo. It is desi
satest2.cxx
/* satest2.c++
Simple experiments with simulated annealing
find the nonlinear least squares optimum solution
usage: satest2 input.file
*/
static const char rcsid[] = "@(#)satest2.c
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
fet140_adc12_09.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Converison of the Temperature Diode
//
//
// This example shows how to use the in
fet440_adc12_10.c
//******************************************************************************
// MSP-FET430P440 Demo - ADC12, Using the Temperature Sensor
//
// This example shows how to use the intergrated t
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9
simpsa.m~
function [X,FVAL,EXITFLAG,OUTPUT] = SIMPSA(FUN,X0,LB,UB,OPTIONS,varargin)
%SIMPSA finds a minimum of a function of several variables using an algorithm
% that is based on the combination of the non-l