代码搜索结果

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

volcanorobot5.java

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

temperature.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity temperature is port( clk:in std_logic;-------时钟1MHz dq:in std_logic;---------数字温度串行输入端口 d:out std_logic;

ex3_1.m

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

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout

setf.cpp

// setf.cpp -- using setf() to control formatting #include int main() { using std::cout; using std::endl; using std::ios_base; int temperature = 63; cout

analog.c

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

weatherfan.java

public class WeatherFan { public static void main(String[] args) { float[][] temperature = new float[10][365]; // Temperature array // Generate temperatures for(int i =

lcd.c

#include #define uchar unsigned char #define uint unsigned int sbit RS=P2^5; sbit RW=P2^6; sbit E=P2^7; sbit DQ=P1^0; uchar code table[]="temperature:"; //uchar code table1[]=

18b20.c

#include #define uchar unsigned char #define uint unsigned int sbit DQ=P1^0; uchar temperature,tl,th; void delay(uint n) { uint x,y; for(x=n;x>0;x--) for(y=112;y>0;y--)

lcd18b20.c

#include #define uchar unsigned char #define uint unsigned int sbit RS=P2^5; sbit RW=P2^6; sbit E=P2^7; sbit DQ=P1^0; uchar code table[]="temperature:"; uchar num; //void