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

📄 param.dem

📁 智能画图软件
💻 DEM
字号:
## $Id: param.dem,v 1.5 2003/10/17 15:02:21 mikulik Exp $## Show some of the new parametric capabilities.#set parametricset dummy tset autoscaleset samples 160set title ""set key boxset key belowplot t,sin(t)/t title "t,sin(t)/t or sin(x)/x"pause -1 "Hit return to continue"plot sin(t)/t,tpause -1 "Hit return to continue"plot sin(t),cos(t)pause -1 "Hit return to continue"set xrange [-3:3]set yrange [-3:3]set title "Parametric Conic Sections"plot -t,t,cos(t),cos(2*t),2*cos(t),sin(t),-cosh(t),sinh(t)set title ""pause -1 "Hit return to continue"set xrange [-5:5]set yrange [-5:5]plot tan(t),t,t,tan(t)pause -1 "Hit return to continue"set trange [0.00001:3]plot t,log(t),-t,log(t),sin(t),t**2,-sin(t),t**2pause -1 "Hit return to continue"set autoscale xset yrange [-1.5:1.5]set trange [0.0001:10*pi]plot sin(t)/t,cos(t)/tpause -1 "Hit return to continue"# undo what we've done abovereset

⌨️ 快捷键说明

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