代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/221940/6955944

cs complex.cs

namespace Opus6 { using System; [Version("$Id: Complex.cs,v 1.6 2001/10/28 19:50:09 brpreiss Exp $"), Copyright("Copyright (c) 2001 by Bruno R. Preiss, P.Eng.")] public class Complex
www.eeworm.com/read/465868/7047863

h complex.h

typedef struct{ double real; double img; }complex; complex x[128],*W;
www.eeworm.com/read/465437/7055001

cpp complex.cpp

// Complex.cpp: implementation of the CComplex class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Complex.h" #ifdef _DEBUG #undef
www.eeworm.com/read/465437/7055013

h complex.h

// Complex.h: interface for the CComplex class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_COMPLEX_H__774B1FF0_7414_490F_AB45_53B7AD4EF228__INCLUDE
www.eeworm.com/read/140797/7146754

c complex.c

/* -*- c -*- ------------------------------------------------------------- * * * Copyright 2004-2005 Murali Krishnan Ganapathy - All Rights Reserved * * This program is free software; you c
www.eeworm.com/read/464432/7159572

html complex.html

www.eeworm.com/read/464432/7159579

html complex.html

www.eeworm.com/read/462821/7195330

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/461713/7221624

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/459192/7278847

cpp complex.cpp

#include "complex.h" #include #include complex::complex(){ real = 0 ; imag = 0 ; } complex::complex(double r , double i){ real = r ; imag = i ; } complex::compl