代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/404153/11491037

c example 3-25.c

; Example 3 - 25. Split Function C Listing for the FFT of a 2N-Point Real Sequences /**************************************************************** FILE Split2.c - This is the C source code
www.eeworm.com/read/158443/11616215

c hypgeo.c

#include #include "complex.h" #include "nrutil.h" #define EPS 1.0e-6 fcomplex aa,bb,cc,z0,dz; int kmax,kount; float *xp,**yp,dxsav; fcomplex hypgeo(a,b,c,z) fcomplex a,b,c,z; {
www.eeworm.com/read/347539/11658539

c dsp4.c

#include "TSLinkDrv.h" #include #define DATA_SIZE 4 #include "common.h" #include #include int buffer[1024]; complex_float data[NDATA]; /* data for a 256-
www.eeworm.com/read/347539/11658540

c dsp3.c

#include "TSLinkDrv.h" #include #define DATA_SIZE 4 #include "common.h" #include #include int buffer[1024]; complex_float data[NDATA]; /* data for a 256-
www.eeworm.com/read/347539/11658552

c dsp1.c

#include "TSLinkDrv.h" #include #include #include "common.h" #include #include int buffer[1024]; int count = 0; complex_float data[NDATA]; /* da
www.eeworm.com/read/347539/11658560

c dsp2.c

#include "TSLinkDrv.h" #include #define DATA_SIZE 4 #include "common.h" #include #include int buffer[1024]; complex_float data[NDATA]; /* data for a 256-
www.eeworm.com/read/261137/11664499

c maryuwa.c

#include #include #include #include "msp.h" void maryuwa(complex x[],complex a[],complex r[],int n,int ip, float *ep,int *ierror) { /*-----------------------------
www.eeworm.com/read/260947/11685172

cpp 8_72.cpp

#include class complex { float a,b; public: complex(){a=0.0;b=0.0;cout
www.eeworm.com/read/157502/11698470

h fretrans.h

// FreTrans.h #ifndef _INC_FreTransAPI #define _INC_FreTransAPI #include using namespace std; // 函数原型 VOID WINAPI FFT(complex * TD, complex * FD, int r); VOID
www.eeworm.com/read/260437/11725435

cpp internalcell.cpp

#include "internalCell.h" internalCell::internalCell() { sin=0; cin=1; x=0; } void internalCell::caculation() { Uout=Uin*cin-x*sqrt(lamda)*(sin.conjugate()); x=sin*Uin+x*cin*(sqrt(