代码搜索结果

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

ds1631.h

/*! \file ds1631.h \brief Dallas DS1631 Temperature Sensor Driver Library. */ //***************************************************************************** // // File Name : 'ds1631.h' // Title

ds1631.c

/*! \file ds1631.c \brief Dallas DS1631 Temperature Sensor Driver Library. */ //***************************************************************************** // // File Name : 'ds1631.c' // Title

weatherextensionhandler.java

package com.extension; import com.weather.*; import org.apache.xmlbeans.*; public class weatherExtensionHandler { /** * Converts "Temperature" element's value in Celsius,

thstate.m

% thstate Thermal state of a system with a given Hamiltonian % thstate(H,kT) is the thermal state of a system described by a % Hamiltonian at temperature kT. % Copyright (C) 2005 Geza Toth

ds1631.h

/*! \file ds1631.h \brief Dallas DS1631 Temperature Sensor Driver Library. */ //***************************************************************************** // // File Name : 'ds1631.h' // Title

ds1631.c

/*! \file ds1631.c \brief Dallas DS1631 Temperature Sensor Driver Library. */ //***************************************************************************** // // File Name : 'ds1631.c' // Title

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

exercise_05.txt

void Exercise_05(void) { static word ex05_count; if(ex05_count == 0) { AcquireTemperature(); // Read temperature from sensor UpdateCelsiusASCII();