Copyright (C) RongTao, All right reserve.
同步到了我的GitEE
- 👋 Hi, I’m @rtoax, you can see me in @linux-visor too.
- 👀 I’m interested in Linux
- 🌱 I’m currently learning Linux
- 💞️ I’m looking to collaborate on libcareplus, test-linux and more.
- 📫 How to reach me GitHub, CSDN, Gitee and 哆啦Linux梦.
This is a software that contains seismic forward modeling, ray tracing, text editing and plotting. You can get the whole diretory&files in ALL.zip
这是一个包含了地震正演模拟,射线追踪,文本编辑和绘制曲线图的软件
- simple directory tree as follows(Detail in DirTree.md)
root
├── clean.sh
├── Compile.sh
├── lib
│ ├── include
│ └── seismic
├── MainWindow.java
├── Makefile
├── net
│ └── java
│ └── dev
│ └── designgridlayout
├── picture
│ ├── Author
│ ├── BackGround
│ ├── ButtonImg
│ └── Expression
└── src
├── about
├── menu
├── myComponent
├── paint
├── seismic
├── swap
└── text
20 directories, 225 files
$ make # or
$ sh Compile.sh
- You can use clean.sh to clean all .class and other temp
$ sh clean.sh
- JDK 8+
- JNI
- gcc
- Linux is the best env.
- RayTracing 射线追踪
- Main Window
- Buttons (from left to right)
- New Text
- New Text with Edit
- Open Text
- show a binary file into a picture
- in the next two is drawing ling and lines, pass it
- the next tow is Finite Difference (VTI media), for example
- it result:
- the next two is Ray tracing(isotropic and anisotropic)
- result 1: velocity is constant value
- first one is author (RongTao) introduction