?? lazy.gnu
字號:
! echo ""! echo "**********************************************************************"! echo "* Noise reduction. First: noisy data *"! echo "**********************************************************************"! echo ""pause 1set title "Noisy data"plot '< henon -l5000 | makenoise -%2 | delay' with dotspause -1 "Press <return> to continue"! echo ""! echo "**********************************************************************"! echo "* Simple noise reduction *"! echo "**********************************************************************"! echo ""pause 1set title "Simple noise reduction"plot '< henon -l5000 | makenoise -%2 | lazy -m7 -r0.06 -i3 | delay' with dotspause -1 "Press <return> when finished"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -