cbitrev.h
上传用户:jtjnyq9001
上传日期:2014-11-21
资源大小:3974k
文件大小:0k
源码类别:

3G开发

开发平台:

Visual C++

  1. //
  2. // file = cbitrev_T.h
  3. //
  4. #ifndef _CBITREV_T_H
  5. #define _CBITREV_T_H
  6. #include <complex>
  7. using namespace std;
  8. template < class T>
  9. void ComplexBitReverse(complex<T>* array, int size);
  10. #endif //_CBITREV_T_H