dft_codelets.plg

来自「快速傅立叶变换 采用c++编程 有源代码」· PLG 代码 · 共 30 行

PLG
30
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: dft_codelets - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\STEPHA~1\LOCALS~1\Temp\RSP52.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "../" /I "../fftw-3.0/kernel" /I "../fftw-3.0/dft" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /Fp"Debug/dft_codelets.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ  /c 
"D:\stef\Neptec\ATR\FFTW3\FFTW3st\fftw-3.0\dft\codelets\n.c"
"D:\stef\Neptec\ATR\FFTW3\FFTW3st\fftw-3.0\dft\codelets\t.c"
]
Creating command line "cl.exe @C:\DOCUME~1\STEPHA~1\LOCALS~1\Temp\RSP52.tmp" 
Creating command line "link.exe -lib /nologo /out:"Debug\dft_codelets.lib"  .\Debug\n.obj .\Debug\t.obj "
<h3>Output Window</h3>
Compiling...
n.c
t.c
Creating library...



<h3>Results</h3>
dft_codelets.lib - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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