📄 delta_func.pro
字号:
; $Id: delta_func.pro,v 1.2 2002/03/14 11:49:10 riccardi Exp $function delta_func, np, DOUBLE=doubleif test_type(np, /INT, /LONG, N_ELEM=n_el) then $ message, 'np must be integer or long'if n_el ne 1 then $ message, 'np must be a scalar'if keyword_set(double) then y = dblarr(np) else y = fltarr(np)y[0] = npreturn, yend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -