代码搜索结果
找到约 5,431 项符合
Temperature 的代码
nicd.h
/****************************************************************************
Device : AT90S2333
File name : NiCd.h
Ver nr. : 1.0
Description : Header file for
bc.h
/*********************************** MODULE INFO ************************************
Device : AT90S2333
File name : BC.h
Ver nr. : 1.0
Description : Header file fo
nimh.h
/*********************************** MODULE INFO ************************************
Device : AT90S2333
File name : NiMh.h
Ver nr. : 1.0
Description : Header file
lion.lst
AVRASM ver. 1.30 C:\USER\DESIGN\AVR450\TINY15~1\LION.ASM Tue Jul 11 10:49:24 2000
; Last change: JB 00/07/11 (YY/MM/DD)
;************************
bc.inc
; Last change: JB 00/07/11 (YY/MM/DD)
;**************************** MODULE INFO *******************************
;
; File name : BC.INC
; AUTHOR : Atmel
; VERSION : 1
about_it.txt
Digital Thermostat
using AT90S2313 with high accuracy
(accuracy up to 0.05°C)
Digital Room Thermostat - Range -6.00 / 46.00°C
Microcontroller Avr 8-bit RISC (AT90S2313)
Author: Bitoulis Spyridon
fet440_adc12_03.s43
;******************************************************************************
; MSP-FET430P440 Demo - ADC12, Sample A10 Temp, Set P5.1 if temp ++ ~2c
;
; Description: Use ADC12 and the integr
ex63.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
};
struct mepoint p
ex54.c
#include
main() {
float T[3][4]=
{
{60.1,70.3,80.5,90.7},{30.0,40.1,50.2,60.3}, {90.0,80.2,70.4,60.6}
};
float * search(float (* pointer)[4],
ex64.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char num, pressure, temperature;
};
struct mepoint po[3]=
{