代码搜索结果
找到约 5,431 项符合
Temperature 的代码
page_346.html
page_346
page_296.html
page_296
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";
daqinfo.txt
Date: 12/04/02 Time: 14:22:05
Array File Name: R40X40_arrayT32bsR32y.csv
Number of Transmitter: 32
Number of Receiver : 32
Size of Element[mm] : 0.100000
Shots Times: 1
Data Length 20
daqinfo.txt
Date: 12/04/02 Time: 14:22:05
Array File Name: 40X40_arrayT32bsR32y.csv
Number of Transmitter: 32
Number of Receiver : 32
Size of Element[mm] : 0.100000
Shots Times: 32
Data Length 20
daqinfo.txt
Date: 03/09/09 Time: 16:14:12
Array File Name: 40X40_arrayT32bsR32y.csv
Number of Transmitter: 32
Number of Receiver : 32
Size of Element[mm] : 0.100000
Shots Times: 1
Data Length 204
fet140_sd16_tempsingconv.c
//******************************************************************************
// MSP-FET430P140 Demo - SD16, Using the temperature sensor
//
// This example shows how to use the intergrated t
mfold-basic2
#!/bin/sh
# This shell script folds an RNA or DNA sequence and creates output
# files.
LIBDIR=${MFOLDLIB:-$MFOLD/dat}
if [ $# = 0 ]; then
echo -e "Usage is\nmfold (with optional parameters:)
[
18b20.c
/************************************************************
*18B20驱动程序,DQ为数据口,接于P2.1
*11.0592M晶振,上拉4.7k电阻
*Author:fyb
*2005-3-25 11:23,OK!
******************************************************