代码搜索结果
找到约 5,431 项符合
Temperature 的代码
datalogger.h
//: C04:DataLogger.h
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the file
fet140_adc12_03.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C
//
// Description: Use ADC12 and the integ
7l6-920-xxx-17.lbl
;
; VAG-COM label file
;
; VW Touareg (7L)
;
; component: instrument cluster (#17)
;
; tested with p/n: 7L6 920 980 D
;
; includes coding, adaptation & measuring blocks
;
; This file is par
3bx-920-xx7.lbl
;
; VAG-COM label file
;
; VW Passat (3B)
;
; component: J285 - instrument cluster (#17)
;
; p/n: 3B?-920-??7-???
;
; includes measuring blocks, adaptation and coding
;
; This file is part
bipart_perturb.m
function W = bipart_perturb(X,W,Ea,T)
% W = bipart_perturb(X,W,Ea,T)
% Method for graphbipart example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools
template_perturb.txt
function W = PROBLEMNAME_perturb(X,W,Ea,T)
% W = PROBLEMNAME_perturb(X,W,Ea,T)
%
% X = behaviorally constant application data
%
% W = (on input) current state, (on output) next state.
%
%
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
tinitt0.m
function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitT0(r, walkers, newstate, X, cost, moveclass)
% Fixed temperature initialization method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost
bipart_perturb.m
function W = bipart_perturb(X,W,Ea,T)
% W = bipart_perturb(X,W,Ea,T)
% Method for graphbipart example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools
volcanorobot5.java
class VolcanoRobot5 {
String status;
int speed;
float temperature;
VolcanoRobot5(String inStatus, int inSpeed, float inTemperature) {
status = inStatus;
speed =