complex+numbers
complex+numbers技术资料下载专区,收录93份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
93
complex+numbers 热门资料
High-Performance 16-Point Complex FFT
High-Performance 16-Point Complex FFT •This document is (c) Xilinx, Inc. 1999. No p
2024-02-03
9
complex calculation, from coding & cryptology assignment
complex calculation, from coding & cryptology assignment
2013-12-15
59
Another generator of uniformly distributed random numbers
Another generator of uniformly distributed random numbers
2013-12-23
81
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays
fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m points. di...
2016-09-17
87
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real...
2016-06-30
94