代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4745008
cpp imag.cpp
#include
void main( void ) {
Complex a (24, 27);
cout
www.eeworm.com/read/229812/4745011
cpp minus.cpp
#include
void main( void ) {
Complex a (-23.4, 28);
cout
www.eeworm.com/read/470720/1447387
c p6611.c
// prms-id: 6611
class COMPLEX {
public:
COMPLEX(double a, double b=0) { re = a; im = b; }
void print() const { }
private:
double re;
double im;
};
int main(void)
{
COMPLEX a[3][3] = {
www.eeworm.com/read/470693/1459333
c p6611.c
// prms-id: 6611
class COMPLEX {
public:
COMPLEX(double a, double b=0) { re = a; im = b; }
void print() const { }
private:
double re;
double im;
};
int main(void)
{
COMPLEX a[3][3] = {
www.eeworm.com/read/240162/4580802
c unchanging1.c
// { dg-do run }
// { dg-options "-O2" }
#include
#include
using namespace std;
class A {
protected:
int a;
complex *b;
public:
A(int n);
inline complex
www.eeworm.com/read/233448/4673621
c unchanging1.c
// { dg-do run }
// { dg-options "-O2" }
#include
#include
using namespace std;
class A {
protected:
int a;
complex *b;
public:
A(int n);
inline complex
www.eeworm.com/read/229812/4751835
gml finote4b.gml
.xt begin
If X is of type COMPLEX*16, then DCMPLX(X) is X.
If X is of type COMPLEX, then DCMPLX(X) is a COMPLEX*16 number whose
real part is DBLE(real part of X) and imaginary part is
DBLE(imagina
www.eeworm.com/read/190666/5175179
c p6611.c
// prms-id: 6611
class COMPLEX {
public:
COMPLEX(double a, double b=0) { re = a; im = b; }
void print() const { }
private:
double re;
double im;
};
int main(void)
{
COMPLEX a[3][3] = {
www.eeworm.com/read/340665/3275834
c p6611.c
// prms-id: 6611
class COMPLEX {
public:
COMPLEX(double a, double b=0) { re = a; im = b; }
void print() const { }
private:
double re;
double im;
};
int main(void)
{
COMPLEX a[3][3] = {
www.eeworm.com/read/440906/1777466
c p6611.c
// prms-id: 6611
class COMPLEX {
public:
COMPLEX(double a, double b=0) { re = a; im = b; }
void print() const { }
private:
double re;
double im;
};
int main(void)
{
COMPLEX a[3][3] = {