代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/237004/13981756

h cplx_dbldbl.h

#ifndef MTL_CPLX_DLBDLB_H #define MTL_CPLX_DLBDLB_H #include "mtl/mtl_complex.h" #include "doubledouble.h" #include "mtl/mtl_config.h" #include namespace std { // stupid g++ inline comple
www.eeworm.com/read/237003/13983290

h promote-old.h

/*********************************************************************** * promote.h Arithmetic type promotion trait class * Author: Todd Veldhuizen (tveldhui@oonumerics.org) * * Copyrig
www.eeworm.com/read/235248/14080132

h types.h

/* TYPES.H * Interface to UC Type System */ #ifndef __TYPES_H #define __TYPES_H #include "classlib.h" #include #include enum TypeEnum { TT_VOID=0, TT_UNSIGNED=1,TT_LO
www.eeworm.com/read/203890/15349893

m real.m

function y = real(x) % REAL Complex real part. % $Id: real.m 3 2004-02-04 12:57:04Z mairas $ y = x; y.s = real(y.s);
www.eeworm.com/read/202129/15390407

c clocal_mean2.c

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS -
www.eeworm.com/read/202129/15390408

c cemdc2.c

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/202129/15390410

c cemdc.c

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/201296/15411723

inc fft_size.inc

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/111314/15514722

txt readme.txt

复数(Complex Number)的四则运算 VB编程乐园 http://www.vbeden.com http://go8.163.com/~vbboshi/
www.eeworm.com/read/106929/15617070

cpp zroots.cpp

#include #include #include "nr.h" using namespace std; void NR::zroots(Vec_I_CPLX_DP &a, Vec_O_CPLX_DP &roots, const bool &polish) { const DP EPS=1.0e-14; int i,its,j,jj;