代码搜索结果
找到约 5,431 项符合
Temperature 的代码
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;
fet140_adc12_03.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12 Sample A10 Temp Set P1.0 if temp ++ ~2c
//
// Descriptiion: Use ADC12 and the integ
main.c
#include
//5.4接a2 a1 a0 and vcc脚 1.7接wp脚,高为写保护
#define CAT24C256 0xAE //定义cat24c256的写地址
#define TMP100 0x90 //定义从器件 TMP100 的写地址
09.c
//Program Description: Emulate a Thermostat on UNI-51-SDK using DS18B20 and Relays
//Author: Anurag Chugh (anurag@ucmicrosys.com)
#include"LCD.H"
//This Library is rquired for displaying the Te
weatherballoon.cpp
#include
#include
#include
#include "weatherballoon.h"
using namespace std;
WeatherBalloon::WeatherBalloon(QWidget *parent)
: QPushButton(tr("Quit"), parent)
{
demo1.c
//*************************************************************************
// DEMO1.C
// V1.00
// This is a stand alone Demo Program that ru
demo2.c
//*************************************************************************
// DEMO2.C
// V1.00
// This is another Demo Program - this one run
18b20.h
/************************************************************/
/********* 18B20.H C51 driver *************/
/********** Written by WangBiao---20060311 ****************/
/*******
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
text1.lst
C51 COMPILER V8.02 TEXT1 10/24/2008 20:56:23 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T