代码搜索结果
找到约 5,431 项符合
Temperature 的代码
1j0-920-xx6.lbl
;
; VAG-COM label file
;
; VW Golf IV / Bora / Jetta IV (1J)
;
; component: J285 - instrument cluster (#17)
;
; p/n: 1J?-920-??6-???
;
; tested with: 1J0 920 906 J
; 1J0 920 826
022-9xx-032-axk.lbl
;
; VAG-COM label file
;
; VW EuroVan (7D)
;
; component: engine (#01) - AXK
;
; ECU p/n: 022 906 032 F
;
; includes measuring blocks & coding
;
; This file is part of a redirection package
074-906-021-l.lbl
;
;VAG-COM Measuring Block Labels for
;Transporter T4 2.5 TDi, ACV Engine, ECU 074-906-021L
;
;Contributed by Cristian Paunescu
;
;Measuring block 000 at idle, coolant temperature >80癈
;0,1 Eng
1j0-919-881.lbl
;
; VAG-COM Measuring Block Labels file.
; Instrument Cluster 1J0-919-881D (Golf IV)
;
; contributed by Jens Ulmer, 27.08.2001
;
1,0,Various values
1,1,Road speed
1,2,Engine speed,RPM
1,3,Oil
06a-906-032-bgp.lbl
;
; VAG-COM label file
;
; VW Golf/Jetta (1K)
;
; component: Engine (#01) - BGP/BGQ
;
; p/n: 06A 906 032 ??
;
; includes measuring blocks
;
; This file is part of a redirection package,
;
1c0-919-95x.lbl
;
; VAG-COM label file
;
; VW New Beetle (1C/9C) / VW New Beetle Cabrio (1Y)
;
; component: J285 - instrument cluster (#17)
;
; p/n: 1C0-919-95?-???
;
; includes measuring blocks, adaptation
021-906-258.lbl
;
; VAG-COM Measuring Block Labels for
; All OBD-I VR6, ECU p/n 021-906-258-xx
;
; Posted by Uwe Ross 3/10/2001
; Modified by Chris Gaskell 15/3/2001 England - UK
; (Ref.Bentley - C
least_square.f90
module datas
implicit none
integer, parameter :: N=5
real :: temperature(N) = (/5.0,10.0,15.0,20.0,25.0/) ! 记录温度
real :: length(N) = (/1.047,1.112,1.1152,1.191,1.252/)! 记录不同温度下的长度
real
tempdemocoord.c
/*
Microchip ZigBee Stack
Temperature Demo - Coordinator
This demonstration shows how to use the temperature sensor on the PICDEM Z
Demo Board. Since the Home Controls, Lighti
ds1820.h
//例程解说: 将DS18B20的变量及程序声明,供外部程序使用
extern unsigned char Error;
extern float Temper; //真正有效温度值
extern int temperature; //读取两字节温度数据
extern unsigned char symbol; //温度正负符号
//读取温度