xsine

来自「su 的源代码库」· 代码 · 共 45 行

TXT
45
字号
#! /bin/shWIDTH=300HEIGHT=420WIDTHOFF1=0WIDTHOFF2=305HEIGHTOFF1=2HEIGHTOFF2=450p2=6p1=6size=64infile=ffile.datreconfile=recon.datmrafile=mra.datdfile=d.datmake./createf > $infilemrafxzwt verbose=1 order=4 p2=$p2 p1=$p1 \	mralevel2=3 mralevel1=3 reconfile=$reconfile \	dfile=$dfile recon=0 n1=$size n2=$size \	<$infile > $mrafile  xmovie n1=$size n2=$size title="Original Model" \	style=normal\	< $infile -geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF1}+${HEIGHTOFF1} &   xmovie n1=$size n2=$size title="MRA of the Model" \	< $mrafile \	-geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF1}+${HEIGHTOFF2}& xmovie n1=$size n2=$size title="Reconstructed Model" style=normal \	< $reconfile \	-geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF2}+${HEIGHTOFF1}&xmovie n1=$size n2=$size title="Difference" style=normal \	< $dfile     \	-geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF2}+${HEIGHTOFF2} &exit 0

⌨️ 快捷键说明

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