代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/459192/7278849
h complex.h
#ifndef __COMPLEX_H_
#define __COMPLEX_H_
class complex{
public:
double real , imag ;
complex();
complex(double r , double i) ;
complex(double r) ;
complex(complex& c) ;
~complex(
www.eeworm.com/read/458360/7298604
h complex.h
/* @(#) complex.h 1.4 1/27/86 17:46:35 */
/*ident "@(#)cfront:incl/complex.h 1.4"*/
#include
#include
overload cos;
overload cosh;
overload exp;
overload log;
overload pow;
overl
www.eeworm.com/read/456569/7344712
h complex.h
/* complex.h
Complex Number Library - Include File
class complex: declarations for complex numbers.
Copyright (c) 1990, 1991 by Borland International
All Rights Reserved.
A
www.eeworm.com/read/456497/7347780
cpp complex.cpp
// Complex.cpp: implementation of the Complex class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Complex.h"
#include
www.eeworm.com/read/456497/7347785
h complex.h
// Complex.h: interface for the Complex class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPLEX_H__EFFC2607_6B0E_49CB_BF0F_8662391522CA__INCLUDED
www.eeworm.com/read/456458/7349241
cpp complex.cpp
#include "complex.h"
Complex::Complex(double r,double i)
{
real = r;
imag = i;
}
Complex Complex::add(const Complex &c)
{
Complex t;
t.real = real + c.real;
t.imag = imag + c.imag;
www.eeworm.com/read/456458/7349244
h complex.h
#include
using namespace std;
class Complex
{
public:
Complex(double r = 1,double i = 1);
Complex add(const Complex &c);
Complex sub(const Complex &c);
double Real() const
www.eeworm.com/read/454938/7381465
c complex.c
#include
#include
inline complex< double >&
operator+=( complex< double > &c, double dval )
{
return c += complex< double >( dval );
}
inline complex< double >&
www.eeworm.com/read/454814/7382560
txt complex.txt
1.Pajek datasets--http://vlado.fmf.uni-lj.si/pub/networks/data/
2.KEDS Data Set Archives--http://web.ku.edu/keds/data.dir/archives.html
3.http://symyxnews.com/campaign/1912-08SN/index.aspx?cguid=9BE