代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/331567/12820211
nocomplex config.h.nocomplex
/* config.h. Generated by configure. */
#define HAVE_TGAMMA 1
/* #undef HAVE_LGAMMA */
/* #undef HAVE_COMPLEX */
/* #undef HAVE__COMPLEX__ */
#define NOCOMPLEX 1
#if defined(HAVE_COMPLEX)
www.eeworm.com/read/331567/12820349
in config.h.in
#undef HAVE_TGAMMA
#undef HAVE_LGAMMA
#undef HAVE_COMPLEX
#undef HAVE__COMPLEX__
#undef NOCOMPLEX
#undef HAVE_GRIDNODES_H
#if defined(HAVE_COMPLEX)
#include
#define zdouble _Complex dou
www.eeworm.com/read/279804/10392892
js 02.js
/*
* Complex.js:
* This file defines a Complex class to represent complex numbers.
* Recall that a complex number is the sum of a real number and an
* imaginary number and that the imaginary numbe
www.eeworm.com/read/463205/7186338
c realdft2.c
/**************************************************************************************
FILE
realdft2.c - C source for an example inplementation of the DFT/IDFT
of two N-point real sequences us
www.eeworm.com/read/486622/6536814
c realdft2.c
/**************************************************************************************
FILE
realdft2.c - C source for an example inplementation of the DFT/IDFT
of two N-point real sequences us
www.eeworm.com/read/286613/8755662
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/286613/8756227
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/182678/9195619
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/180877/9282054
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c