代码搜索结果

找到约 4,719 项符合 Temperature 的代码

ctr.m

function CTRTotal = CTR(CTRu,CTRd,CTRim,CTRi) % This function caculates the carrier to temperature ration of the system % input parameter includes carrier to temperature ratio by uplink, downlink %

weatherdata.java

package headfirst.observer.weather; import java.util.*; public class WeatherData implements Subject { private ArrayList observers; private float temperature; private float humidity; private floa

currentconditionsdisplay.java

package headfirst.observer.weather; public class CurrentConditionsDisplay implements Observer, DisplayElement { private float temperature; private float humidity; private Subject weatherData;

temperature.c

#include "temperature.h" #define DEBUG 1 int tptMajor = 0; char tptName[] ="rpt"; static unsigned char rbuf[9]; //unsigned char temp; //------------------------- void scan_temp(void) { reset18b20(

fet410_sd16_06.c

//***************************************************************************** // MSP-FET430P410 Demo - SD16, Using the Integrated Temperature Sensor // // Description: This example shows how to

fet410_sd16_06.c

//***************************************************************************** // MSP-FET430P410 Demo - SD16, Using the Integrated Temperature Sensor // // Description: This example shows how to

boltzman.edt

Temperature Valid Length Tour 100.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[] 99.000000 no []->[]->[]->[]->[]->[]->[]->[]->[]->[] 98.01000

boltzman.txt

Temperature Valid Length Tour 100.000000 no [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] -> [] 99.000000 no [] -> [] -> [] -> [] -> [] -> []

fan.asm

; PC temperature activated fan controller ; use a ds1620 digital temperature sensor to ; control a PWM fan motor. ; Also output the temperature as rs232 ; Peter Lynch August 1998 LIST P=12c509

daq._c

//完成温度的采集 #include "iom128v.h" #include "eeprom.h" #include "MyMacro.h" extern float Temperature; extern unsigned int SavedNum; extern unsigned char MCUState; extern unsigned char TimeScale;