代码搜索结果

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

maximize_params.m

function CPD = maximize_params(CPD, temp) % MAXIMIZE_PARAMS Set the params of a hhmmQ node to their ML/MAP values. % CPD = maximize_params(CPD, temperature) Qsz = CPD.Qsizes(CPD.d); Qpsz = prod(CPD.Q

maximize_params.m

function CPD = maximize_params(CPD, temp) % MAXIMIZE_PARAMS Set the params of a hhmmQ node to their ML/MAP values. % CPD = maximize_params(CPD, temperature) Qsz = CPD.Qsizes(CPD.d); Qpsz = prod(CPD.Q

tst_lcd2.c

// Program TST_LCD2.C (PIC16C505), CCS, PCB // // Interfaces with a DS18S20 on PORTB0. Measures the temperature and displays on Hitachi // text LCD on PORTC. // // PIC16C505 D

ds18b20.c

#include #define uchar unsigned char #define uint unsigned int sbit DS=P2^7; //define interface 定义接口 uint temp; // variable of temperature 定义一个变量用来表示温度 uchar flag

wendu1-1.c

#include #define uchar unsigned char #define uint unsigned int sbit DS=P3^5; //define interface 定义接口 uint temp; // variable of temperature 定义一个变量用来表示温度 uchar flag

abb43_ad11_pcb12_12a.txt

Model AD11 PCB 1.2/1.2A (see note) BIOS Maker AWARD Version ABB43 Released 2002/1/10 Flash flash802a.exe Fixes Fixed shutdown temperature function is failure. Notes Before you download

i2c.h

#include "sys.h" #include "excalibur.h" /* Change this define depending on what temperature sensor you have */ /* A0 indicates that last 3 I2C address bits are 000, and A5 is 101 */ #define A0 /* I2

ac.syn

Atmel Embedded Internet Toolkit Current Temperature is %°C 10 15

ee_call.txt

***** I2C Routines for PIC micro in Hi-Tech C to write to Microchip 24LC01 non-volatile memory, and Dallas Temperature sensors DS1775 and DS1721 Many thanks to Cameron Pearce [cpearce@sunesi.com]

main.c

#include // 引用标准库的头文件 #include #include #include "lcd.h" #include "temperature_humidity.h" #include "func.h" void main(void) { BYTE humidity; Par