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

📄 sconstruct

📁 国外免费地震资料处理软件包
💻
字号:
from rsfproj import *Flow('polar',None,     '''     math     o1=0 d1=0.01 n1=600 label1=Radius     o2=-3.15 d2=0.01 n2=631 label2=Angle     output="x1/(1+0.5*cos(4*x2))"     ''')Plot('polar',     '''     grey color=j allpos=y pclip=100 title=Polar     screenratio=1     ''') Flow('rad',None,     '''     math     o1=-6 d1=0.04 n1=301     o2=-6 d2=0.04 n2=301     output="sqrt(x1*x1+x2*x2)"     ''')Flow('ang',None,     '''     math     o1=-6 d1=0.04 n1=301     o2=-6 d2=0.04 n2=301     output="x2&x1"     ''')Flow('coord','rad ang','cat ${SOURCES[1]} | transp plane=13')Flow('cart','polar coord',     'inttest2 coord=${SOURCES[1]} interp=cub nw=4')Plot('cart',     '''     grey color=j allpos=y label1=x label2=y title=Cartesian     screenratio=1     ''')Result('polar','polar cart','SideBySideIso')End()

⌨️ 快捷键说明

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