代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/102394/15783141
c fft.c
#include
#include
#include
#include
#define REAL(z,i) ((z)[2*(i)])
#define IMAG(z,i) ((z)[2*(i)+1])
int
main (void)
{
int i;
double d
www.eeworm.com/read/102394/15783217
am makefile.am
## Process this file with automake to produce Makefile.in
info_TEXINFOS = gsl-ref.texi
noinst_TEXINFOS = gsl-design.texi
gsl_ref_TEXINFOS = err.texi cblas.texi blas.texi min.texi fft.texi rng.texi ra
www.eeworm.com/read/101019/15856559
cpp pgm0a_05.cpp
//
// This file contains the C++ code from Program A.5 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/101019/15856801
cpp pgm0a_06.cpp
//
// This file contains the C++ code from Program A.6 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/101019/15856842
cpp pgm0a_04.cpp
//
// This file contains the C++ code from Program A.4 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/101019/15856858
cpp pgm0a_03.cpp
//
// This file contains the C++ code from Program A.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/100355/15876310
sh fft.c.sh
#!/bin/sh
: This is a shar archive. Extract with sh, not csh.
: This archive ends with exit, so do not worry about trailing junk.
: --------------------------- cut here --------------------------
PAT
www.eeworm.com/read/15127/432558
cpp hypser.cpp
#include
#include "nr.h"
using namespace std;
void NR::hypser(const complex &a, const complex &b,
const complex &c, const complex &z,
complex &series, complex
www.eeworm.com/read/475809/1381229
cpp hypser.cpp
#include
#include "nr.h"
using namespace std;
void NR::hypser(const complex &a, const complex &b,
const complex &c, const complex &z,
complex &series, complex
www.eeworm.com/read/164700/10094303