代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/114008/15118263

h cbuffer.h

#ifndef CBUFFER_H #define CBUFFER_H #include #define COMPLEX complex #include "buffer.h" // 包含实数缓冲区说明文件 // 定义复数缓存区的各类 // 复数缓存区抽象类 class cbuffer { public: size_t refnum
www.eeworm.com/read/114008/15118294

cpp cbuffer.cpp

#include #include #include #include "cbuffer.h" ostream& operator
www.eeworm.com/read/213506/15132973

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/212946/15144535

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/212047/15166915

texi specfunc-dilog.texi

@cindex dilogarithm The functions described in this section are declared in the header file @file{gsl_sf_dilog.h}. @menu * Real Argument:: * Complex Argument:: @end menu
www.eeworm.com/read/211981/15168872

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/211015/15188702

cpp 8_1.cpp

#include class complex //复数类声明 { public: //外部接口 complex(double r=0.0,double i=0.0){real=r;imag=i;} //构造函数 complex operator + (complex c2); //运算符+重载成员函数 complex operator - (complex
www.eeworm.com/read/207683/15264780

cpp runrayleigh.cpp

#include #include #include #include #include #include "Complex.h" #include "Random.h" #include "flat_rayleigh.h" main(int argc, char *a
www.eeworm.com/read/207628/15266636

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/206291/15297012

c dft.c

/* dft.c - N-point DFT of length-L real-valued signal */ #include /* complex arithmetic */ void dtftr(); /* DTFT's over a f