代码搜索结果

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

sub_full_n.sdf

(DELAYFILE (SDFVERSION "OVI 2.1") (DESIGN "sub_full_n") (DATE "123") (VENDOR "A500K") (PROGRAM "Synplify") (VERSION "8.1.0, Build 539R") (DIVIDER /) (VOLTAGE 2.500000:2.500000:2.500000) (PROC

not_and.sdf

(DELAYFILE (SDFVERSION "OVI 2.1") (DESIGN "add_full_n") (DATE "123") (VENDOR "A500K") (PROGRAM "Synplify") (VERSION "8.1.0, Build 539R") (DIVIDER /) (VOLTAGE 2.500000:2.500000:2.500000) (PROC

fet140_i2c_01.asm

;****************************************************************************** ; MSP-FET430P140 Demo - I2C, Master Intf. to TMP100, .set P1.0 if Temp > 28C ; ; Description: I2C interface to TM

fet140_adc12_10.asm

;****************************************************************************** ; MSP-FET430P140 Demo - ADC12, Sample A10 Temp and Convert to oC and oF ; ; Description: A single sample is made

adc0_int1.c

//----------------------------------------------------------------------------- // ADC0_int1.c //----------------------------------------------------------------------------- // Copyright 2001 Cygn

adc0_int1.c

//----------------------------------------------------------------------------- // ADC0_int1.c //----------------------------------------------------------------------------- // Copyright 2001 Cygn

6675.h

/*-------------------------------------------------------------*- File name: 6675.h Description:本模块为温度模块。 Function List: 1. uint read_max6675(void) 读取6675的转换结果 2. void max6675_display(uint x)

windchil.c

/* ** Wind Chill for exposed human skin, expressed as a function of wind ** speed in Miles per Hour and temperature in degrees Fahrenheit. ** ** Public domain from numerous published references. */

exm04312_1.m

%exm04312_1.m %struct预建空构架数组方法之一 a=cell(2,3); %创建 空元胞数组 green_house_1=struct('name',a,'volume',a,'parameter',a(1,2)) % %struct预建空构架数组方法之二 green_house_2=struct('name',a,'volume',[],'para

colddays.c

// colddays.c -- finds percentage of days below freezing #include int main(void) { const int FREEZING = 0; float temperature; int cold_days = 0; int all_days = 0;