代码搜索结果

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

temperature.asm

;---AT89C2051读DS1820温度程序---- ;---AT89C2051读TLC549湿度程序---- ;---------2004-06-02--------- REST_ERR BIT 00H ;复位正确否标志位 READ_OK BIT 01H ;读数据正确标志 TEMP_FLG BIT 02H

temperature.c

#include "p33FJ64GP206.h" volatile unsigned int temp1; volatile unsigned int temp2=0; volatile unsigned char Temp_flag=0; volatile unsigned char filtercount=0; volatile unsigned char hunds;

temperature.h

extern volatile unsigned int temp1; //extern volatile unsigned int temp2=0; extern volatile unsigned char Temp_flag; extern void hexdec( unsigned char count ); extern volatile unsigned char hunds;

temperature.cs

using System; namespace CalcTemp { /// /// Summary description for Temperature. /// public class Temperature { private float temp, newTemp; private bool celsius

temperature.cs

using System; namespace CalcTemp { /// /// Summary description for Temperature. /// public class Temperature { private float temp, newTemp; //------------- p

temperature.c

//***************************************************************************** // // File........: Temperature.c // // Author(s)...: ATMEL Norway // // Target(s)...: ATmega169 // // Compi

temperature.h

//***************************************************************************** // // File........: Temperature.h // // Author(s)...: ATMEL Norway // // Target(s)...: ATmega169 // // Descr

temperature.c

/*---------------------------------------------------------------------------- 拔下短路环J8,连上短路环 J10,J12和J21。 功能:在LCD上显示从内部温度传感器传来的温度值. ---------------------------------------------------------------