代码搜索:Temperature

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

代码结果 5,431
www.eeworm.com/read/423357/10568992

m epswater.m

function result = epswater(fGHz, TK) % Dielectric permittivity of liquid water without salt according % to Liebe et al. 1991 Int. J. IR+mm Waves 12(12), 659-675 % Frequency range: 1 to 1000 G
www.eeworm.com/read/159889/10593546

makefile

##################################################################### # # Created by u'nSP IDE 17:53:31 11/29/05 # ##############################################################
www.eeworm.com/read/351847/10602734

h nicd.h

/**************************************************************************** Device : AT90S2333 File name : NiCd.h Ver nr. : 1.0 Description : Header file for
www.eeworm.com/read/351847/10602749

h bc.h

/*********************************** MODULE INFO ************************************ Device : AT90S2333 File name : BC.h Ver nr. : 1.0 Description : Header file fo
www.eeworm.com/read/351847/10602793

h nimh.h

/*********************************** MODULE INFO ************************************ Device : AT90S2333 File name : NiMh.h Ver nr. : 1.0 Description : Header file
www.eeworm.com/read/351847/10602835

lst lion.lst

AVRASM ver. 1.30 C:\USER\DESIGN\AVR450\TINY15~1\LION.ASM Tue Jul 11 10:49:24 2000 ; Last change: JB 00/07/11 (YY/MM/DD) ;************************
www.eeworm.com/read/351847/10602840

inc bc.inc

; Last change: JB 00/07/11 (YY/MM/DD) ;**************************** MODULE INFO ******************************* ; ; File name : BC.INC ; AUTHOR : Atmel ; VERSION : 1
www.eeworm.com/read/277457/10638058

cpp picnic.cpp

#include using namespace std; int main() { int temperature = 70; if (temperature < 90 && temperature > 60) { cout
www.eeworm.com/read/422294/10646258

temp

class VolcanoRobot extends ScienceRobot { String status; int speed; float temperature; int power; }
www.eeworm.com/read/422294/10646511

java volcanorobot.java

class VolcanoRobot { String status; int speed; float temperature; void checkTemperature() { if (temperature > 660) { status = "returning home";