代码搜索结果
找到约 5,431 项符合
Temperature 的代码
form_response.c
// Web Form Demo.
// The Rabbit hosts a Web page containing a form that enables the user to
// enter two temperature values. When the user clicks the form's Submit button,
// the server receives th
nosie-schematic1-snr.out
**** 04/09/08 22:23:07 ********* PSpice 9.2 (Mar 2000) ******** ID# 1 ********
** Profile: "SCHEMATIC1-snr" [ D:\Monday24\Seven\Noise\nosie-SCHEMATIC1-snr.sim ]
**** CIRCUIT DESCRIP
nosie-schematic1-simul.out
**** 04/09/08 22:02:36 ********* PSpice 9.2 (Mar 2000) ******** ID# 1 ********
** Profile: "SCHEMATIC1-simul" [ D:\Monday24\Seven\Noise\nosie-SCHEMATIC1-simul.sim ]
**** CIRCUIT DES
18b20_.c
#include"18b20.c"
#include "1602.c"
#define uchar unsigned char
uchar num[10]={48,49,50,51,52,53,54,55,56,57};
void main()
{
uint t;
uchar a ,b,c[7]={0,0,0x2e,0,0,0x43,0xff};
Delay400Ms();
colddays.c
// colddays.c -- finds percentage of days below freezing
#include
int main(void)
{
const int FREEZING = 0;
float temperature;
int cold_days = 0;
int all_days = 0;
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be
adc1.c
/*****************************************************************************
功能:实现ADC采样芯片外的模拟电压,通过LCD显示,并通过串口发送到PC机
实验时短接以下跳线:J7.1--J7.2;J9.1--J9.2
版本:V1.0
**************************
ds1820.h
void delay(int nUs);
char DS1820_Reset(void);
char DS1820_ReadByte(void);
void DS1820_WriteByte(char val);
char Read_Temperature(void);
void Init_CLK(void);
windchil.c
/* +++Date last modified: 05-Jul-1997 */
/*
** Wind Chill for exposed human skin, expressed as a function of wind
** speed in Miles per Hour and temperature in degrees Fahrenheit.
**
** Publ
fet140_i2c_15.c
//-----------------------------------------------------------------------------
// MSP-FET430P140 Demo - I2C, Slave TMP100 Emulation II
//
// Description: Uses ADC12 and I2C modules to emulate be