代码搜索结果
找到约 5,431 项符合
Temperature 的代码
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
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
kmterm.h
//----------------------------------------------------------------------
// File: KMterm.h
// Programmer: David Mount
// Last modified: 03/27/02
// Description: Include file for kmea
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
adc.h
/*****************************************************************************
* ADC
*****************************************************************************
* FileName: adc.h
* D
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
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
ex3_1.m
clear; %清除工作空间中的变量
f=input('Input Fahrenheit temperature:');
c=5*(f-32)/9