bootstrap_wrap.x
来自「非常著名的曲线拟合程序」· X 代码 · 共 11 行
X
11 行
scm_make_gsubr( "resample-thread-default" , 0 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_resamp_thread_def )); scm_make_gsubr( "resample-thread-default!" , 1 , 0 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_resamp_thread_def_bang )); scm_make_gsubr( "resample-mean" , 2 , 1 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_resamp_mean )); scm_make_gsubr( "resample-med" , 2 , 1 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_resamp_med )); scm_make_gsubr( "resample-sdev" , 2 , 1 , 0 , reinterpret_cast<SCM(*)(...)>(scm_fn_resamp_sdev ));
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?