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

📄 magic.ml

📁 FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dime
💻 ML
字号:
(* * Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA * *)(* $Id: magic.ml,v 1.30 2003/03/16 23:43:46 stevenj Exp $ *)(* magic parameters *)let window = ref 5let number_of_variables = ref 4let use_wsquare = ref falselet inline_single = ref truetype twiddle_policy =    TWIDDLE_LOAD_ALL  | TWIDDLE_ITER  | TWIDDLE_LOAD_ODD  | TWIDDLE_SQUARE1  | TWIDDLE_SQUARE2  | TWIDDLE_SQUARE3let twiddle_policy = ref TWIDDLE_LOAD_ALLlet inline_konstants = ref falselet inline_loads = ref falselet loopo = ref falselet rader_min = ref 13let rader_list = ref [5]let alternate_convolution = ref 17let alignment_check = ref falselet times_3_3 = ref falselet enable_fma = ref falselet enable_fma_expansion = ref falselet collect_common_twiddle = ref truelet collect_common_inputs = ref truelet verbose = ref falselet athenafft = ref false

⌨️ 快捷键说明

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