代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/179705/9341967
c real_unpack.c
/* fft/real_unpack.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 GNU General
www.eeworm.com/read/179705/9341987
h hc_pass.h
/* fft/hc_pass.h
*
* 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 GNU General Publ
www.eeworm.com/read/179705/9341998
h real_pass.h
/* fft/real_pass.h
*
* 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 GNU General Pu
www.eeworm.com/read/179705/9343783
c zsolve_cubic.c
/* poly/zsolve_cubic.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 GNU Genera
www.eeworm.com/read/179705/9343791
c zsolve_quadratic.c
/* poly/zsolve_quadratic.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 GNU Ge
www.eeworm.com/read/179705/9343860
changelog
2003-01-25 Brian Gough
* math.c (gsl_complex_arccsc_real): fixed bug for incorrect sign
of imaginary part when -1
www.eeworm.com/read/179705/9343936
c hermtd.c
/* linalg/hermtd.c
*
* Copyright (C) 2001 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/373828/9433731
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/373828/9434546
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/177197/9465706
h root.h
// root.h: interface for the root class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ROOT_H__7CFD1EA1_016B_11D6_A8DC_D2C4F7FBA735__INCLUDED_)
#defi