代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/102394/15784106

h gsl_complex_math.h

/* complex/gsl_complex_math.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Jorma Olavi T鋒tinen, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under
www.eeworm.com/read/102394/15784278

c test_complex_io.c

/* vector/test_complex_io.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the te
www.eeworm.com/read/102394/15784282

h gsl_vector_complex.h

#ifndef __GSL_VECTOR_COMPLEX_H__ #define __GSL_VECTOR_COMPLEX_H__ #define GSL_VECTOR_REAL(z, i) ((z)->data[2*(i)*(z)->stride]) #define GSL_VECTOR_IMAG(z, i) ((z)->data[2*(i)*(z)->stride + 1]) #i
www.eeworm.com/read/102394/15784316

c test_complex_source.c

/* vector/test_complex_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under th
www.eeworm.com/read/102394/15784354

c oper_complex_source.c

/* matrix/oper_complex_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the G
www.eeworm.com/read/102394/15784368

c test_complex_source.c

/* matrix/test_complex_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under th
www.eeworm.com/read/100746/15865493

h gsl_complex_math.h

/* complex/gsl_complex_math.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Jorma Olavi T鋒tinen, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under
www.eeworm.com/read/350121/10771156

cpp overloadopera.cpp

#include class Complex { public: // 声明为公有成员,以便运算符函数(非成员函数)访问 float r; // 实部 float i; // 虚部 public: Complex(float x=0, float y=0) { r=x; i=y; } }; Complex op
www.eeworm.com/read/129991/14213327

txt fir complex 16-bit data with complex 32-bit accumulate..txt

*=============================================================================== * * TEXAS INSTRUMENTS, INC. * * Complex FIR * * Revision Date: 2/3/97 * * USAGE This routine is C Callable and
www.eeworm.com/read/202979/15368506

txt fir complex 16-bit data with complex 32-bit accumulate..txt

*=============================================================================== * * TEXAS INSTRUMENTS, INC. * * Complex FIR * * Revision Date: 2/3/97 * * USAGE This routine is C Callable and