代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/328638/13009713

c sinegen.c

/* Modem for MIPS AJF January 1995 Sine generator */ #include #include #include "private.h" #include "complex.h" #include "sinegen.h" #include "myaudio.h" #defi
www.eeworm.com/read/328637/13009757

c co_debug.c

#include #include "private.h" #include "complex.h" #include "debug.h" co_debugger::co_debugger(int xl) { len = xl; ptr = 0; vec = new complex[len]; } void co_debugger::
www.eeworm.com/read/328637/13009771

c sinegen.c

/* Modem for MIPS AJF January 1995 Sine generator */ #include #include #include "private.h" #include "complex.h" #include "sinegen.h" #include "myaudio.h" #defi
www.eeworm.com/read/328637/13009817

txt v29rx_f.txt

/********************************************************* ********************************************************** v29rx_F.txt ********************************************************** ******
www.eeworm.com/read/328637/13009820

c v29rx.c

/********************************************************* ********************************************************** v29rx.c ********************************************************** **********
www.eeworm.com/read/328636/13009873

h cancel.h

struct canceller { canceller(float d) { delta = d; reset(); } void reset(); void insert(complex); /* put new Tx value into canceller */ complex get(); /* get predicted echo v
www.eeworm.com/read/141385/13013919

h transform.h

//Transform.h 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_H //避免多次编译 #define _TRANSFORM_H #include //模板类输入输出流标准头文件 #include
www.eeworm.com/read/141041/13045975

h fretrans.h

// FreTrans.h #ifndef _INC_FreTransAPI #define _INC_FreTransAPI #include using namespace std; // 函数原型 VOID WINAPI FFT(complex * TD, complex * FD, int r); VOID
www.eeworm.com/read/140745/13063607

h transform.h

//Transform.h 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_H //避免多次编译 #define _TRANSFORM_H #include //模板类输入输出流标准头文件 #include
www.eeworm.com/read/140744/13063715

h transform.h

//Transform.h 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_H //避免多次编译 #define _TRANSFORM_H #include //模板类输入输出流标准头文件 #include