代码搜索结果

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

14.c

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

temp

class VolcanoRobot extends ScienceRobot { String status; int speed; float temperature; int power; }

volcanorobot.java

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

least_square.f90

module datas implicit none integer, parameter :: N=5 real :: temperature(N) = (/5.0,10.0,15.0,20.0,25.0/) ! 记录温度 real :: length(N) = (/1.047,1.112,1.1152,1.191,1.252/)! 记录不同温度下的长度 real

18b20.c

#include #define uchar unsigned char #define uint unsigned int uchar code segdata[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0xbf}; uchar code segbit[]={0x10,0x20,0x40,0x80};

dsb1820.c

#include #include /************************************************************ 数码管大队 *************************************************************/ code unsigned char seg

weatherdata.java

package DP.Chapter2; import java.util.ArrayList; public class WeatherData implements Subject { private ArrayList observers; private float temperature; private float humidity; privat

least_square.f90

module datas implicit none integer, parameter :: N=5 real :: temperature(N) = (/5.0,10.0,15.0,20.0,25.0/) ! 记录温度 real :: length(N) = (/1.047,1.112,1.1152,1.191,1.252/)! 记录不同温度下的长度 real

changelog

KSensors-0.7.3 -------------- * Fixed too much decimal digits in sensor values * Fixed lock and 100% cpu usage when using hddtemp sensor * Ported to kdevelop 3 project and improved config dialog

procinfo.cpp

/*************************************************************************** procinfo.c - description ------------------- begin