代码搜索结果
找到约 738 项符合
Pressure 的代码
airdata1.hlp
-----------------------------------------------------------------
AIRDATA1 is a masked Simulink subsystem, used to compute the
speed of sound a, the Mach number M, and the dynamic pressure
qdyn. Th
airdata2.hlp
-----------------------------------------------------------------
AIRDATA2 is a masked Simulink subsystem, used to compute the im-
pact pressure qc, equivalent airspeed Ve, and the calibrated air-
observer.java
package headfirst.observer.weather;
public interface Observer {
public void update(float temp, float humidity, float pressure);
}
observer.java
package DP.Chapter2;
public interface Observer {
public void update(float temp, float humidity, float pressure);
}
weather.java
import java.math.BigDecimal;
public class Weather {
private BigDecimal temperature;
private BigDecimal humidity;
private BigDecimal pressure;
private String day;
public
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 -
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]=
{