代码搜索结果

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

client.cpp

#include #if defined(HAVE_STD_IOSTREAM) using namespace std; #endif #ifdef HAVE_FSTREAM # include #else # include #endif #include "CCS.h" // ORB-s

client.cpp

#include #if defined(HAVE_STD_IOSTREAM) using namespace std; #endif #ifdef HAVE_FSTREAM # include #else # include #endif #include "CCS.h" // ORB-s

fet410_sd16_06.s43

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

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";

volcanorobot.java

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

paikecopy.cs

//using System; //using System.Collections.Generic; //using System.Text; //using System.Xml; //using System.IO; //using System.Runtime.Serialization; //using System.Runtime.Serialization.Formatt

18b20.c

/************************************************************ *18B20驱动程序,DQ为数据口,接于P2.1 *11.0592M晶振,上拉4.7k电阻 *Author:fyb *2005-3-25 11:23,OK! ******************************************************

satest1.cxx

/* satest1.c++ Simple experiments with simulated annealing find the minumum of a function, there are two examples here one uses a simple cost function, the other imposes range constraints

deepcopy.java

//: appendixa:DeepCopy.java // Cloning a composed object. // {Depends: junit.jar} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.