代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/106535/15635102
cpp complex.cpp
#include
class CComplex
{
private:
double Real;
double Image;
public:
void SetNum(double R,double I)
{
Real=R;
Image=I;
}
void GetNum(double *R,double *I)
{
*R=R
www.eeworm.com/read/106272/15641471
gif complex.gif
www.eeworm.com/read/106271/15641897
gif complex.gif
www.eeworm.com/read/105051/15679201
c complex.c
/* -*- c -*- ------------------------------------------------------------- *
*
* Copyright 2004 Murali Krishnan Ganapathy - All Rights Reserved
*
* This program is free software; you can re
www.eeworm.com/read/104632/15686601
html complex.html
Mathematic : Complex Matrix : Language C.
Mathc : This group work on numerical computation
www.eeworm.com/read/104455/15692059
class complex.class
www.eeworm.com/read/104455/15692096
class complex.class
www.eeworm.com/read/104455/15692138
class complex.class
www.eeworm.com/read/103816/15719859
cc complex.cc
//
// $Source: /home/gambit/CVS/gambit/sources/math/complex.cc,v $
// $Date: 2002/08/26 05:50:01 $
// $Revision: 1.4 $
//
// DESCRIPTION:
// Implementation of a complex number class
//
// This file is
www.eeworm.com/read/103816/15719861
h complex.h
//
// $Source: /home/gambit/CVS/gambit/sources/math/complex.h,v $
// $Date: 2002/08/26 05:50:01 $
// $Revision: 1.3 $
//
// DESCRIPTION:
// Declaration of a complex number class
//
// This file is par