代码搜索结果

找到约 823 项符合 Pressure 的代码

fzcmplr.clp

; fzCmplr.clp ; ; An implementation of the example given in the paper 'A Compiler for Fuzzy Logic ; Controllers' by P. Bonissone in Fuzzy Eng toward Human Friendly Systems Vol 2 ; pp. 706-717

delq.m

function dq=delq(Ts,Ta,rh) % DELQ: computes air-sea specific humidity difference. % dq=DELQ(Ts,Ta,rh) computes the specific humidity (kg/kg) difference % between the air (as determined by relati

qsat.m

function q=qsat(Ta,Pa) % QSAT: computes specific humidity at saturation. % q=QSAT(Ta) computes the specific humidity (kg/kg) at satuation at % air temperature Ta (deg C). Dependence on air pr

input-units1

/* ===================================================================== */ /* This input file tests the variables with different Units */ /* ===========================================

input-basic-units2

/* ======================================================= */ /* VARIBALE WITH UNITS II */ /* This input file tests the variables with different Units */ /* ====

daytona_ram_variables_avg.h

;/* hardware variables for Daytona */ ;/* v0.1 Ador Reodique 4/20/00 ;/* Modified by Jeff Burgess for 8x oversampling */ ; variables for Daytona Serial and SAR routines T2 ds

vlefitting.m

function VLEfitting % 估计二元混合物的van Laar模型中的参数 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Revi

vlefitting.m

function VLEfitting % 估计二元混合物的van Laar模型中的参数 % % Author: HUANG Huajiang % Copyright 2003 UNILAB Research Center, % East China University of Science and Technology, Shanghai, PRC % $Revi

dih.cpp

///////////////////////////////////////////////////////////////////////////////// //dih.c #include"dih.h" ////////////////////////////////////////////////////////////////////////////////// //计

weather.java

import java.math.BigDecimal; public class Weather { private BigDecimal temperature; private BigDecimal humidity; private BigDecimal pressure; private String day; public