⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 socalvelocitymodel.java

📁 一个用java写的地震分析软件(无源码)-used to write a seismic analysis software (without source)
💻 JAVA
字号:
package org.trinet.util.velocitymodel;
public class SoCalVelocityModel extends UniformFlatLayerVelocityModel {
    public static final double [] DEPTHS     = {0., 4., 10., 15., 25.} ;
    public static final double [] VELOCITIES = {4., 6., 6.2, 6.4, 7.9} ;
    public static final double DEFAULT_PS_RATIO = 1.78;
    public SoCalVelocityModel()  {
        super(DEPTHS, VELOCITIES, DEFAULT_PS_RATIO);
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -