代码搜索结果
找到约 738 项符合
Pressure 的代码
itx2648.htm
Part: Depth/Pressure Gauge (Analog)
Part: Depth/Pressure Gauge (Analog)
Adventure Undersea Order No. 1
itx2341.htm
Part: Depth/Pressure Gauge
Part: Depth/Pressure Gauge
Adventure Undersea Order No. 1017
itx1986.htm
Part: Depth/Pressure Gauge Console
Part: Depth/Pressure Gauge Console
Action Club Order No. 1038
mm1902.m
%(MM1902.m plot)
Hz=[20:10:100 200:100:1000 1500 2000:1000:10000]; % frequencies in Hertz
spl=[76 66 59 54 49 46 43 40 38 22 ... % sound pressure level in dB
14 9 6 3.5 2.5 1.4 0.7 0 -1 -3 ...
-8 -
figprs.out
PRESSURE-DISTRIBUTION-OF-TIME: 1.00
14.50 14.50 14.50 14.50 14.50 14.50 14.50 14.50 14.50 14.50
14.50
14.50 14.50 14.50 14.50 14.50 14.50 14.50 14.50
barom_1.c
// barom_1.c (PIC16F877)
//
// Measures atmospheric pressure using an MPX4115A pressure sensor using an ADC
// on the PIC. Calculates pressure in millibars and then calculates barometric
// press
ex5-1.c
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "firstpoint", 0x99, 0x64};
void main(
ex5-3.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
};
struct mepoint p
ex5-2.c
#include
void main(void) {
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "fi
ex5-4.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char num, pressure, temperature;
};
struct mepoint po[3]=
{