代码搜索:Temperature

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

代码结果 5,431
www.eeworm.com/read/418092/10965177

c 片上温度采集.c

#include //keil中用于输入及输出的头文件,主要应用于串口通信, #include //SFR void main (void) { int i, temp; //UART config 注:T3,主要用于波特率发生器的特殊定时器,见P60 T3CON = 0x82; //T3使能,2分频
www.eeworm.com/read/271408/10997968

c onewirelib.c

////////////////// // OneWireLib.c // (C) 2004 Steve Childress stevech@san.rr.com // NOTE: the test function at the bottom of this file can be // omitted from the compilation of this librar
www.eeworm.com/read/270816/11024516

bak tempedbg_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 {
www.eeworm.com/read/416258/11036417

html thermo_header.html

8051WEB Thermometer
www.eeworm.com/read/346942/6961279

msp430

#include #define SEGE 0X80 #define SEGH 0X40 #define SEGF 0X20 #define SEGC 0X10 #define SEGG 0X08 #define SEGD 0X04 #define SEGB 0X02 #define SEGA 0X01 const unsigned char d
www.eeworm.com/read/468626/6986083

txt 通信协议.txt

⑴cable temperature 六路电缆表面温度实时显示 ⑵temperature rate电缆表面温度变化率 ⑶water temperature井内水温实时显示 ⑷environment temperature环境温度实时显示 ⑸water depth井内水深实时显示(sewage井内污水水量实时显示 根据water depth来计算) ⑹electrification电缆带电
www.eeworm.com/read/466689/7031409

f90 cape.f90

!---------------主程序开始 program main implicit none !integer,parameter :: x=61,y=34,z=21 integer,parameter :: x=81,y=71,z=21 real,parameter :: T0=273.16 integer i,j,k real tk(x,y,z),f(x,y,z),h(x,y
www.eeworm.com/read/466324/7032795

java exercise2_1.java

import javax.swing.JOptionPane; public class Exercise2_1 { // Main method public static void main(String[] args) { // Enter a temperatur in Fahrenheit String fahrenheitString = JOp
www.eeworm.com/read/466324/7033730

java exercise14_10.java

// Exercise14_10.java: Repaint part of the viewing area import javax.swing.*; import java.awt.*; import java.util.*; public class Exercise14_10 extends JApplet { public void init() { getContent
www.eeworm.com/read/464833/7060496

asm set1.asm

;This programe is used to control ;the temperature. ;You can set the temperature from ; 20'C to 60'C step 5'C freely. ;and the LED will indicate the ;variable of the temperat