代码搜索结果

找到约 823 项符合 Pressure 的代码

pressuredetectrank.m

function [B,A,C,D] = PressureDetectRank(x,fsa,dta,pfa); %PressureDetectRank: Pressure detector based on ranks % % [B,A,C,D] = PressureDetectRank(x,fs,dt,pf); % % x Input signal % fs

pressuredetect.m

function [B,A,C,D] = PressureDetectInterbeat(x,fsa,wla,pfa); %PressureDetect: Pressure detector algorithm (ICP & ABP) % % [B, A, C, D] = PressureDetect(x,fs,wl,pf); % % x Input signal %

pressuredetectrank.m

function [B,A,C,D] = PressureDetectRank(x,fsa,dta,pfa); %PressureDetectRank: Pressure detector based on ranks % % [B,A,C,D] = PressureDetectRank(x,fs,dt,pf); % % x Input signal % fs

pressuredetect.m

function [B,A,C,D] = PressureDetectInterbeat(x,fsa,wla,pfa); %PressureDetect: Pressure detector algorithm (ICP & ABP) % % [B, A, C, D] = PressureDetect(x,fs,wl,pf); % % x Input signal %

computewaterconductivity.c

double computeWaterConductivity(double uc, double porosity ) { double waterDensity = 1.0e3 ; double kcc; if(aKw_Type==WaterCond_Van_Genuchten) //303 { //pressure head form double

warning.rng

This document contains a description of portable OpenSSH's random number collection code. An alternate reading of this text could well be titled "Why I should pressure my system vendor to supply /dev/

subm.inp

finish /clear ! ! Coarse Model ! ------------ /filnam,coarse /show,subm,grph ! Geometry aa=4 ! Edge length rr=0.3 ! Hole radius tk=1/8 ! Thickness pp=1000 ! Pressure /pr

bearing_2.m

%solve the pressure of bearing %d1=input('please input the value of diameter of bearing') %d2=input('please input the value of diameter of shaft') %e=input('please input the value of the rate of of

接触压力计算[1].txt

pressure=33.1 /PREP7 ET,1,PLANE42 !* !定义材料属性 MPTEMP,1,0 MPDATA,EX,1,,127000 MPDATA,PRXY,1,,0.3

csimple2d.c

/* * SIMPLE--Semi-Implicit Method for Pressure-Linked Equations--program * by Suhas V. Patankar * * This is a two demensional SIMPLE program in ANSI C language rewritten from its fortran ve