代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/128614/14289129

txt 复数类.txt

#include class Complex { double m_fReal,m_fImag; public: Complex(double r=0,double i=0) { m_fReal=r;m_fImag=i; } double Real
www.eeworm.com/read/128614/14289138

txt 复数类,运算符重载(友元函数).txt

#include class Complex { double m_fReal,m_fImag; public: Complex(double r=0,double i=0) { m_fReal=r;m_fImag=i; } double Real
www.eeworm.com/read/128614/14289144

txt +正号运算符重载.txt

#include #include class Complex { double m_fReal,m_fImag; public: Complex(double r=0,double i=0) { m_fReal=r;m_fImag=i;
www.eeworm.com/read/128325/14304969

h dft.h

void dft(); void fft(); void read_data(); void save_data(); int inv; long npt; complex x[size]; FILE *in,*out,*fopen();
www.eeworm.com/read/128045/14318253

h dft.h

void dft(); void fft(); void read_data(); void save_data(); int inv; long npt; complex x[size]; FILE *in,*out,*fopen();
www.eeworm.com/read/125059/14515367

inc fft_size.inc

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

cpp fft.cpp

#include "stdio.h" #include "iostream.h" #include "complex" using namespace std; #define N1 64 #define N2 128 #define N3 256 FILE *fp; bool reverse(complex *a,unsigned n); int d
www.eeworm.com/read/222447/14689695

cpp integrate.cpp

/* Copyright (C) 2006 Massachusetts Institute of Technology. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi
www.eeworm.com/read/222447/14689763

hpp mympi.hpp

// -*- C++ -*- /* Copyright (C) 2006 Massachusetts Institute of Technology % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public Lic
www.eeworm.com/read/122349/14699108

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