代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/384084/8900558
h real.h
// Real.h: interface for the Real class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_REAL_H__21F45686_4257_4E66_AEC1_7FEE62BFE453__INCLUDED_)
#defi
www.eeworm.com/read/427207/8966183
h fft.h
//fft.h complex FFT function taken from Rulph's C31 book
//this file contains definition of complex dat structure also
struct cmpx //complex data structure used by FFT
{
www.eeworm.com/read/185900/8979134
h shifft1.h
#ifdef _BUILDING_THE_DLL
#define _EXPORT_TYPE _export
#else
#define _EXPORT_TYPE _import
#endif
/*typedef struct
{
float real;
float img;
}complex;*/
extern "C" void _EXPORT_TYPE
www.eeworm.com/read/283523/9013168
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/282044/9122604
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/179705/9343781
changelog
2005-07-03 Brian Gough
* test.c (main): added tests for linear case
* zsolve_quadratic.c (gsl_poly_complex_solve_quadratic): handle
the linear case
* solve_quadrati
www.eeworm.com/read/179705/9343795
c zsolve_init.c
/* poly/zsolve_init.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/170101/9820252
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/366144/9829461
c zlartg.c
#include "f2c.h"
/* Subroutine */ int zlartg_(doublecomplex *f, doublecomplex *g, doublereal *
cs, doublecomplex *sn, doublecomplex *r)
{
/* -- LAPACK auxiliary routine (version 2.0) --
U
www.eeworm.com/read/166208/10029146
c dif_fft.c
/**********************************************************************
DIF_FFT.C - DIF FFT 测试程序
fft 基2 DIF FFT 子程序
ifft 基2 DIF IFFT 子程序
draw_image 绘图子程序
**************************