代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/373012/9479241

h fakecomplex.h

#ifndef _FAKECOMPLEX_H_ #define _FAKECOMPLEX_H_ #include typedef struct { double r; double i; } complex; void cotofl(complex a, double b , double c); complex fltoco(double a, double
www.eeworm.com/read/371942/9529770

h fourier.h

// Fourier.h: interface for the CFourier class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_FOURIER_H__28DCCEE4_216D_4552_BDF9_DC09A15A11A7__INCLUDE
www.eeworm.com/read/175456/9547283

c maryuwa.c

#include #include #include #include "msp.h" void maryuwa(complex x[],complex a[],complex r[],int n,int ip, float *ep,int *ierror) { /*-----------------------------
www.eeworm.com/read/175187/9555831

h cmatrix.h

#ifndef CMATRIX_H #define CMATRIX_H #include #include #include #include "cbuffer.h" #include "matrix.h" // 定义复矩阵类 class cmatrix { public: cbuffer
www.eeworm.com/read/175187/9555832

h cbuffer.h

#ifndef CBUFFER_H #define CBUFFER_H #include #define COMPLEX complex #include "buffer.h" // 包含实数缓冲区说明文件 // 定义复数缓存区的各类 // 复数缓存区抽象类 class cbuffer { public: size_t refnum
www.eeworm.com/read/175187/9555848

cpp cbuffer.cpp

#include #include #include #include "cbuffer.h" ostream& operator
www.eeworm.com/read/169968/9829345

h ffts.h

/* * Fast Fourier Transform assembler prototypes * Copyright (C) ARM Limited 1998-1999. All rights reserved. */ #ifndef _FFT_S_ #define _FFT_S_ #include "fftstruc.h" int FFT( Complex *
www.eeworm.com/read/169968/9829363

h fftc.h

/* * Fast Fourier Transform C definitions and prototypes * Copyright (C) ARM Limited 1998-1999. All rights reserved. */ #ifndef _FFT_C_ #define _FFT_C_ #include "fftstruc.h" /* import th
www.eeworm.com/read/169910/9833124

c test_fft.c

/* test_fft.c - Example to test floating-point Complex FFT */ #include #include "fcomplex.h" /* floating-point complex.h header file */ #include "input7_f.dat" /* Experiment
www.eeworm.com/read/169910/9833137

c w_table.c

/* w_table.c - Generate twiddle factor lookup table */ #include "icomplex.h" #include #define pi 3.1415926535897 void w_table