uniformflatlayervelocitymodelif.java
来自「一个用java写的地震分析软件(无源码)-used to write a sei」· Java 代码 · 共 12 行
JAVA
12 行
package org.trinet.util.velocitymodel;
public interface UniformFlatLayerVelocityModelIF extends VelocityModelIF {
int getLayerCount() ;
double [] getVelocities() ;
double [] getBoundaryDepths() ;
double getVelocity(int layerNumber) ;
double getBoundaryDepth(int layerNumber) ;
double getPSRatio() ;
void setPSRatio(double psRatio) ;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?