fft.plg

来自「此程序用用FFT变换」· PLG 代码 · 共 29 行

PLG
29
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: fft - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\张永民\LOCALS~1\Temp\RSP58.tmp" with contents
[
/check:bounds /compile_only /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt /module:"Debug/" /object:"Debug/" /pdbfile:"Debug/DF60.PDB" 
"F:\Fortran\FFT\KKFFT0.FOR"
"F:\Fortran\FFT\KKFFT.FOR"
]
Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:no /pdb:"Debug/fft.pdb" /debug /machine:I386 /out:"Debug/fft.exe" /pdbtype:sept  .\Debug\KKFFT.OBJ .\Debug\KKFFT0.OBJ "
<h3>Output Window</h3>
Compiling Fortran...
F:\Fortran\FFT\KKFFT0.FOR
F:\Fortran\FFT\KKFFT.FOR
Linking...



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

⌨️ 快捷键说明

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