代码搜索结果
找到约 5,431 项符合
Temperature 的代码
setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
datalogger.h
//: C19:DataLogger.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Datalogger record layout
#ifndef DATALOG
msp430x20x3_sd16a_02.c
//******************************************************************************
// MSP430F20x3 Demo - SD16, Using the Integrated Temperature Sensor
//
// Description: Use SD16 and it's integrate
ds18b20.c
/************************************************************
*文件名称: DS18B20.C
*功能描述: 18B20驱动程序,DQ为数据口,上拉4.7k电阻,接于P3.4
* 11.0592M晶振,
******************************************************
led+wendu+shijian.txt
#include
#include
#include
sbit A0=P2^0;
sbit A1=P2^1;
sbit A2=P2^2;
sbit A3=P2^3;
sbit B0=P2^4;
sbit B1=P2^5;
bdata F;
sbit FA=F^0;
sbit FB=F^1;
sbit FC
air_dens.m
function rhoa=air_dens(Ta,RH,Pa)
% AIR_DENS: computes computes the density of moist air.
% rhoa=AIR_DENS(Ta,RH,Pa) computes the density of moist air.
% Air pressure is optional.
%
% INPUT:
test.m51
BL51 BANKED LINKER/LOCATER V5.03 06/26/2008 11:03:33 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE test.o
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