xvlength

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

TXT
25
字号
#! /bin/sh# Trivial test of suvlength with X Windows graphicsWIDTH=700HEIGHT=900WIDTHOFF=50HEIGHTOFF=20>tempdata>vdatasuplane >tempdata  # default is 32 traces with 64 samples per tracesuplane nt=72 >>tempdatasuvlength <tempdata ns=84 |sushw key=tracl a=1 b=1 >vdata# Plot the data suxwigb <vdata \	perc=99 title="suvlength test"\	label1="Time (sec)" label2="Traces" \	wbox=$WIDTH hbox=$HEIGHT xbox=$WIDTHOFF ybox=$HEIGHTOFF &# Remove #comment sign on next line to test the header#sugethw <vdata tracl ns | more

⌨️ 快捷键说明

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