代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/229812/4738630

cpp idata07.cpp

#include "dump.h" class complex { public: float f; complex(); complex( double ); complex( double, double ); }; complex v[6] = { complex(1), complex(2,3), comp
www.eeworm.com/read/351636/3104078

p cqrsl.p

extern int cqrsl_(complex *x, integer *ldx, integer *n, integer *k, complex *qraux, complex *y, complex *qy, complex *qty, complex *b, complex *rsd, complex *xb, integer *job, integer *info); /*:ref:
www.eeworm.com/read/291752/8398475

h phase_genie.h

// // File = phase_genie.h // #ifndef _PHASE_GENIE_H_ #define _PHASE_GENIE_H_ #include "signal_T.h" #include "psmodel.h" class PhaseRecoveryGenie : public PracSimModel { public: Pha
www.eeworm.com/read/291752/8398571

h fsk_genie.h

// // File = fsk_genie.h // #ifndef _FSK_GENIE_H_ #define _FSK_GENIE_H_ #include "signal_T.h" #include "psmodel.h" class FskCarrierGenie : public PracSimModel { public: FskCarrier
www.eeworm.com/read/291752/8398813

h vco_ce.h

// // File = vco_ce.h // #ifndef _VCO_BP_H_ #define _VCO_BP_H_ #include "signal_T.h" #include "psmodel.h" using std::complex; class ComplexVco : public PracSimModel { public: Compl
www.eeworm.com/read/291752/8398902

h nonlinear_amp.h

// // File = nonlinear_amp.h // #ifndef _NONLINEAR_AMP_H_ #define _NONLINEAR_AMP_H_ #include "signal_T.h" #include "samp_curve.h" using std::complex; class NonlinearAmplifier : public P
www.eeworm.com/read/291752/8399605

cpp cmpxpoly.cpp

//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // File = cmpxpoly.cpp // // #include #include "cmpxpoly.h" #include "laguerre.h" #include "pause.h" #include "
www.eeworm.com/read/191079/8433981

h cfft.h

// // spectral toolkit // copyright (c) 2005 university corporation for atmospheric research // licensed under the gnu general public license // #ifndef __cfft__ #define __cfft__ #include "spectral
www.eeworm.com/read/291159/8439270

c biintpmimo_channel.c

/******************************************************************************************************* 2发2收的MIMO信道模拟程序,信道满足瑞利衰落,采用最新的改进的Jakes模型,解决了传统算法中的统计性缺陷。 */ #include #include
www.eeworm.com/read/389364/8528639

h cladiv.h

#ifdef __cplusplus extern "C" { #endif #include "f2c.h" C_f cladiv_(complex * ret_val, complex *x, complex *y); #ifdef __cplusplus } #endif