代码搜索结果

找到约 5,431 项符合 Temperature 的代码

wenduceliang10.c

/********************************************************/ /*杭州电子&计算机工作室 */ /*http://www.hificat.com */ /*DS18B20测温程序 */ /*目标器件:AT89S51

说明.txt

待完成的工作:2007/12/11 1,在LCD.c中输出TimeScale 和 测得的温度值 2,在DAQ.c中完成温度的转化 3,在main.c中完成LCD显示的处理 待完成的工作 2007/12/12 1,处理TimeScale的问题,如何保证选择No时不自动保存。 2,在DAQ.c中写EPROM函数和经过设定的TimeScale延时显示并保存函数 3,处理对Tempera

说明._tx

待完成的工作:2007/12/11 1,在LCD.c中输出TimeScale 和 测得的温度值 2,在DAQ.c中完成温度的转化 3,在main.c中完成LCD显示的处理 待完成的工作 2007/12/12 1,处理TimeScale的问题,如何保证选择No时不自动保存。 2,在DAQ.c中写EPROM函数和经过设定的TimeScale延时显示并保存函数 3,处理对Tempera

adc_read.c

/*adc_read.c*/ /*For weather data logging system*/ #include #include #include #include /* Personal includes and defines */ #include "uadc.h" #defin

datalogger.h

//: C04:DataLogger.h // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc. // Available at www.BruceEckel.com. // Datalogger record layout #i

c2k.m

% C2K Convert a temperature from Centigrade to Kelvin % % [K] = C2K (C) converts C into Kelvin % function [K] = C2K (C) K = C + 273.15;

c2f.m

% C2F Convert a temperature from Centigrade to Farenheit % % [F] = C2F (C) converts C into Farenheit % function [F] = C2F (C) F = 9/5*C + 32;

shtxx_sample_code.c

/*********************************************************************************** Project: SHTxx demo program (V2.1) Filename: SHTxx_Sample_Code.c Prozessor: 80C51

fet140_adc12_03.c

//***************************************************************************** // MSP-FET430P140 Demo - ADC12, Sample A10 Temp, Set P1.0 if Temp ++ ~2C // // Description: Use ADC12 and the integ

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