代码搜索结果

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

temperature monitor_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

newvolcanorobot.java

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

volcanorobot.java

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

volcanorobot6.java

class VolcanoRobot6 { String status; int speed; float temperature; VolcanoRobot6(String inStatus, int inSpeed, float inTemperature) { status = inStatus; speed =

1820.c

#include "define.h" #include "1820.h" #include #define uchar unsigned char #define uint unsigned int sbit dq = P3^4; bit flag; uint Temperature; uchar temp_buff[9]; //存储读取的字节,

analog.c

//----------------------------------------------------------------------------- // Net ANALOG.C // // This module handles the analog inputs which are external temperature // sensor, the on-chip te

ex3_1.m

clear; %清除工作空间中的变量 f=input('Input Fahrenheit temperature:'); c=5*(f-32)/9

cf.lua

-- temperature conversion table (celsius to farenheit) for c0=-20,50-1,10 do io.write("C ") for c=c0,c0+10-1 do io.write(string.format("%3.0f ",c)) end io.write("\n") io.write("F ") for c=c

14.c

#include int main() { char cmd; float temperature; while(1) { printf("\n*****************************************\n"); printf("\n| Please select one of convertions: |\n");

temperature.c

/********************************************************************* Author : ADI - Apps www.analog.com/MicroConverter Date : Sept. 2005 File : Temper