代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/136812/5858451

c c_sin.c

#ifndef lint static char sccsid[] = "@(#)c_sin.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */ #endif /* */ #include "complex.h" c_sin(r, z) complex *r, *z; { double sin(), cos(), sinh(), cosh(); r->rea
www.eeworm.com/read/131315/5937641

h cmath.h

/* * Copyright (c) 1993 David I. Bell * Permission is granted to use, distribute, or modify this source, * provided that this copyright notice remains intact. * * Data structure declarations for
www.eeworm.com/read/126430/6016757

c hypgeo.c

#include #include "complex.h" #include "nrutil.h" #define EPS 1.0e-6 fcomplex aa,bb,cc,z0,dz; int kmax,kount; float *xp,**yp,dxsav; fcomplex hypgeo(a,b,c,z) fcomplex a,b,c,z; {
www.eeworm.com/read/126430/6017369

c hypgeo.c

#include #include "complex.h" #define NRANSI #include "nrutil.h" #define EPS 1.0e-6 fcomplex aa,bb,cc,z0,dz; int kmax,kount; float *xp,**yp,dxsav; fcomplex hypgeo(fcomplex a, fc
www.eeworm.com/read/123964/6056589

cpp main.cpp

/*============================================================================== ******************** * E C 2 D 1 *
www.eeworm.com/read/123952/6056711

pbw 高级控件编程示例.pbw

Save Format v3.0(19990112) @begin Unchecked @end; @begin Targets 0 "complex_app.pbt"; @end; DefaultTarget "complex_app.pbt"; DefaultRemoteTarget "complex_app.pbt";
www.eeworm.com/read/113685/6126453

c fft_slice.c

#include "ad++.h" #include "admacros.h" #include "adftn.h" int ipow(int i, int j) ; int ilog2(int n) ; void fft_slice(SArray1 a, int N, int isgn) // a.rng(0) == N { // ___
www.eeworm.com/read/113685/6126457

c wolf.c

#include "stdio.h" #include "ad++.h" #include "admacros.h" #include "adftn.h" #include "fft2d.h" void read_image(char* filename, Array2 image, int* nx, int* ny, in
www.eeworm.com/read/102423/6232426

c hypgeo.c

#include #include "complex.h" #include "nrutil.h" #define EPS 1.0e-6 fcomplex aa,bb,cc,z0,dz; int kmax,kount; float *xp,**yp,dxsav; fcomplex hypgeo(a,b,c,z) fcomplex a,b,c,z; {
www.eeworm.com/read/102423/6233038

c hypgeo.c

#include #include "complex.h" #define NRANSI #include "nrutil.h" #define EPS 1.0e-6 fcomplex aa,bb,cc,z0,dz; int kmax,kount; float *xp,**yp,dxsav; fcomplex hypgeo(fcomplex a, fc