代码搜索结果
找到约 823 项符合
Pressure 的代码
wirecoge.h
/*******************************************************************/
/* w
dih.h
//dih.h
#ifndef dih_h
#define dih_h
#include
#define DUANBILENGTH 30.0
struct dihfrequency{
double f0;
double f1;
double f2;
double f3;
};
typedef struct dihfrequency DIHF
pressureunit.java
package ranab.unit;
/**
* Pressure unit converter class.
*
* @author Rana Bhattacharyya
*/
public
class PressureUnit extends BaseUnit {
p
camclay.h
#ifndef CAMCLAY_H
#define CAMCLAY_H
#include "iotools.h"
#include "alias.h"
#include "strretalg.h"
struct matrix;
struct vector;
struct atsel;
/**
This class defines modified cam-clay material mo
x2473.html
添加XInput支持
x2473.html
添加XInput支持
weatherdata.java
package DP.Chapter2;
import java.util.ArrayList;
public class WeatherData implements Subject {
private ArrayList observers;
private float temperature;
private float humidity;
privat
observer.java
package DP.Chapter2;
public interface Observer {
public void update(float temp, float humidity, float pressure);
}
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