代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/320652/3545047

c nldbl-cpow.c

#include "nldbl-compat.h" #include double _Complex attribute_hidden cpowl (double _Complex x, double _Complex y) { return cpow (x, y); }
www.eeworm.com/read/367182/2853082

c nldbl-cpow.c

#include "nldbl-compat.h" #include double _Complex attribute_hidden cpowl (double _Complex x, double _Complex y) { return cpow (x, y); }
www.eeworm.com/read/229812/4751871

gml scomplex.gml

.sr typstmt = 'COMPLEX' .sr typname = 'complex' .im stype
www.eeworm.com/read/251030/4424830

c example5.c

#include struct complex { double re;//实部 double im;//虚部 }; struct complex add(struct complex,struct complex); void main() { struct complex x={6.5,8.9},y={7.1,9.4}; struct comple
www.eeworm.com/read/291752/8398420

h cmpx_iq_plot.h

// // File = cmpx_iq_plot.h // #ifndef _CMPX_IQ_PLOT_H_ #define _CMPX_IQ_PLOT_H_ #include "signal_T.h" #include "psmodel.h" class CmpxIqPlot : public PracSimModel { public: CmpxIqP
www.eeworm.com/read/291752/8398443

h phase_rotate.h

// // File = phase_rotate.h // #ifndef _PHASE_ROTATE_H_ #define _PHASE_ROTATE_H_ #include "signal_T.h" class PhaseRotate : public PracSimModel { public: PhaseRotate( char* instance_nam
www.eeworm.com/read/291752/8398726

h fsk_demod_coh.h

// // File = fsk_demod_coh.h // #ifndef _FSK_DEMOD_COH_H_ #define _FSK_DEMOD_COH_H_ #include "signal_T.h" #include "psmodel.h" class FskCoherentDemod : public PracSimModel { public:
www.eeworm.com/read/291752/8398757

h dit_pino_t.h

// // File = dit_pino_T.h // #ifndef _DIT_PINO_T_H_ #define _DIT_PINO_T_H_ #include //using namespace std; template< class T> void FftDitPino( std::complex* array, int fft_s
www.eeworm.com/read/291752/8398908

h fft_t.h

// // File = fft_T.h // #ifndef _FFT_T_H_ #define _FFT_T_H_ //#include "std_cmpx.h" #include //using std::complex; template< class T> void FFT( std::complex* input, std::co
www.eeworm.com/read/291752/8398922

h dit_nipo_t.h

// // File = dit_nipo_T.h // #ifndef _DIT_NIPO_T_H_ #define _DIT_NIPO_T_H_ #include //using namespace std; template void FftDitNipo( std::complex* array, int fft_s