www.pudn.com > WavePlayer_Final.rar > FFT.cpp
// FFT.cpp: implementation of the CFFT class. // 因为类模板的实现只能在头文件中,所以这个文件就什么都没有了 ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "WavePlayer.h" #include "FFT.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ////////////////////////////////////////////////////////////////////// // Construction/Destruction //////////////////////////////////////////////////////////////////////