代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/140704/5784172

cc ft_df_1.cc

// file: $PDSP/class/fourier_transform/v3.0/ft_df_1.cc // // isip include files // #include "fourier_transform.h" #include "fourier_transform_constants.h" // method: df_complex_cc // // arguments: /
www.eeworm.com/read/136989/5833068

cpp fe_declarator.cpp

// fe_declarator.cpp,v 1.13 2003/03/19 00:02:55 parsons Exp /* COPYRIGHT Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United States of America. All Rights Reserved.
www.eeworm.com/read/136827/5847273

c imdct.c

/* * imdct.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * The ifft algorithms in this file have been large
www.eeworm.com/read/136821/5851685

c imdct.c

/* * imdct.c * Copyright (C) 2000-2002 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * The ifft algorithms in this file have been large
www.eeworm.com/read/136812/5858392

c c_abs.c

#ifndef lint static char sccsid[] = "@(#)c_abs.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1987 by Sun Microsystems, Inc. */ #include "complex.h" FLOATFUNCTIONTYPE c_abs(z) complex *z; { retu
www.eeworm.com/read/136812/5858407

c c_log.c

#ifndef lint static char sccsid[] = "@(#)c_log.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */ #endif /* */ #include "complex.h" c_log(r, z) complex *r, *z; { double log(), hypot(), atan2(); r->imag = a
www.eeworm.com/read/136812/5858425

c z_log.c

#ifndef lint static char sccsid[] = "@(#)z_log.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */ #endif /* */ #include "complex.h" z_log(r, z) dcomplex *r, *z; { double log(), hypot(), atan2(); r->dimag =
www.eeworm.com/read/136812/5858442

c pow_cc.c

#ifndef lint static char sccsid[] = "@(#)pow_cc.c 1.1 92/07/30 SMI"; #endif /* * needs to be changed to do calculations in single FIXME */ #include "complex.h" pow_cc(r,a,b) complex *r, *a, *b; {
www.eeworm.com/read/125688/6024656

c w_cabs.c

/* * cabs() wrapper for hypot(). * * Written by J.T. Conklin, * Placed into the Public Domain, 1994. */ #include struct complex { double x; double y; }; double cabs
www.eeworm.com/read/125688/6026114

c w_cabs.c

/* * cabs() wrapper for hypot(). * * Written by J.T. Conklin, * Placed into the Public Domain, 1994. */ #include struct complex { double x; double y; }; double cabs