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

📄 fft.plg

📁 实现数据的FFT算法,纯c代码
💻 PLG
字号:
<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\RSP7F.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/FFT.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\原e盘\读文件代码\FFT\FFT.cpp"
"D:\原e盘\读文件代码\FFT\FFTDlg.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\陈亮\LOCALS~1\Temp\RSP7F.tmp"" 
Creating command line "link.exe /nologo /subsystem:windows /incremental:yes /pdb:"Debug/FFT.pdb" /debug /machine:I386 /out:"Debug/FFT.exe" /pdbtype:sept  ".\Debug\FFT.obj" ".\Debug\FFTDlg.obj" ".\Debug\StdAfx.obj" ".\Debug\FFT.res" "
<h3>Output Window</h3>
Compiling...
FFT.cpp
d:\原e盘\读文件代码\fft\fftdlg.h(20) : error C2061: syntax error : identifier 'complex'
d:\原e盘\读文件代码\fft\fftdlg.h(21) : error C2061: syntax error : identifier 'complex'
FFTDlg.cpp
d:\原e盘\读文件代码\fft\fftdlg.h(20) : error C2061: syntax error : identifier 'complex'
d:\原e盘\读文件代码\fft\fftdlg.h(21) : error C2061: syntax error : identifier 'complex'
D:\原e盘\读文件代码\FFT\FFTDlg.cpp(182) : error C2065: 'complex' : undeclared identifier
D:\原e盘\读文件代码\FFT\FFTDlg.cpp(182) : error C2062: type 'double' unexpected
D:\原e盘\读文件代码\FFT\FFTDlg.cpp(183) : error C2143: syntax error : missing ';' before '{'
D:\原e盘\读文件代码\FFT\FFTDlg.cpp(183) : error C2447: missing function header (old-style formal list?)
D:\原e盘\读文件代码\FFT\FFTDlg.cpp(231) : error C2062: type 'double' unexpected
D:\原e盘\读文件代码\FFT\FFTDlg.cpp(232) : error C2143: syntax error : missing ';' before '{'
D:\原e盘\读文件代码\FFT\FFTDlg.cpp(232) : error C2447: missing function header (old-style formal list?)
Generating Code...
Error executing cl.exe.



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

⌨️ 快捷键说明

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