代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/253424/12222158

m fft_complex.m

%_______________________________________________________________________ % FFT_COMPLEX.M Matlab script to plot ADSP-TS201 FFT results % %___________________________________________________
www.eeworm.com/read/253204/12239989

txt complex.cpp.txt

#include #include #include"complex.h" //构造复数 Z void AssignComplex(complex &z,float v1,float v2) {z.rp=v1;z.ip=v2; } //销毁复数 Z void DestroyComplex(complex &z) { } //取
www.eeworm.com/read/253204/12239997

txt complex.h.txt

//定义复数类型 struct complex { float rp;//实部系数 float ip;//虚部系数 }; //构造复数 Z void AssignComplex(complex &z, float v1,float v2); //销毁复数 Z void DestroyComplex(complex &z); //取复数Z的实部值 float GetReal
www.eeworm.com/read/251644/12328631

cpp complex1.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/251644/12328636

cpp complex2.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/337105/12390943

h emd_complex.h

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/337105/12390960

c emd_complex.c

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/148707/12437019

h complex2.h

// complex.h Improved Complex class with constructors class Complex { public : Complex () { }; // default constructor Complex (float initreal, float initimag); // constructor voi
www.eeworm.com/read/148707/12437034

h complex3.h

// complex3.h New and Improved Complex class with construc- // tors and overloaded arithmetic operators class Complex { public : Complex () { }; // default constructor Complex (float