代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/139849/13128385

cpp image.cpp

// Image.cpp: implementation of the CImage class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "cvc.h" #include "math.h" #include "mal
www.eeworm.com/read/139849/13128403

h image.h

// Image.h: interface for the CImage class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_IMAGE_H__145D9870_D5C8_4FBF_8E23_11380865ED62__INCLUDED_) #
www.eeworm.com/read/139776/13134664

c hypgeo.c

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

m myequalizer.m

function myEqualizer randn('seed', 0) ; rand('seed', 0) ; %Variables% NoOfData = 8000 ; % Set no of data points used for training Order = 15 ; % Set the adaptive filter order Mu = 0.
www.eeworm.com/read/241262/13160156

h frameconversion.h

#include "def.h" /************************************************************************/ /* Prototypes of the different used fonctions for the motor's control */ /*****************************
www.eeworm.com/read/138228/13249484

cpp fft.cpp

#include"COMPLEX_.H" #include COMPLEX Cadd(COMPLEX z1,COMPLEX z2) { z1.x=z1.x+z2.x; z1.y=z1.y+z2.y; return z1; }; // ======define the complex substraction between two co
www.eeworm.com/read/138105/13260132

c zfunc.c

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/138105/13260141

c zmachine.c

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/138105/13260205

c zgivens.c

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/239554/13272273

h anlg_filt_iir.h

// // File = anlg_filt_iir.h // #ifndef _ANLG_FILT_IIR_H_ #define _ANLG_FILT_IIR_H_ #include #include "signal_T.h" #include "filter_proto.h" #include "denorm_proto.h" #include