代码搜索结果
找到约 738 项符合
Pressure 的代码
rpsv
#! /bin/sh
# define parent directory
MYHOME=.
# output files
wfp=./pressure
wfr=./radial
wfz=./vertical
outf=./info
# input parameters
tsec=2.048 # length of computed trace (seconds)
fs=0.07 # s
clean.sh
#! /bin/sh
rm -f info* pressure* vertical* radial*
rpsv6
#! /bin/sh
# define parent directory
MYHOME=.
# output files
wfp=./pressure
wfr=./radial
wfz=./vertical
outf=./info
# input parameters
tsec=2.048 # length of computed trace (seconds)
fs=0.07 # s
pressurevessel.java
/**
* Description: Benchmark function (Pressure Vessel).
* X*(Optimal point):
* X1=42.09844546451396
* X2=176.63659783549562
* X3=13 (Discrete variable)
* X4=7 (Discrete variable)
* Y
sensor.java
package org.drools;
public class Sensor {
private int temperature;
private int pressure;
public Sensor(final int temp,
final int press) {
this.temperatu
observer.java
package headfirst.observer.weather;
public interface Observer {
public void update(float temp, float humidity, float pressure);
}
readme
claw/clawpack/1d/example2
Acoustics equations with pressure pulse initial conditions,
solid wall at x=0, outflow at x=1.
The density and bulk modulus are specified in setprob.data
readme
claw/clawpack/1d/example2/amr
Acoustics equations with pressure pulse initial conditions,
solid wall at x=0, outflow at x=1.
The density and bulk modulus are specified in setprob.data
The code in
pressure.c
/*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of t
pressure.c
/*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of t