代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/482837/6614221
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/479650/6689653
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/156813/11761964
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/258816/11841016
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/148895/12415972
cc mvvcio.cc
//
// ostream_complex.cc Add I/O routine for printing out complex
// numbers.
//
#ifdef COMPLEX_OSTREAM
#include
#include
// AT&T Cfront
www.eeworm.com/read/148705/12438983
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/128256/14308147
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/125549/14486386
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/220921/14783509
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c
www.eeworm.com/read/218418/14921035
cpp p2-118.cpp
#include
//定义复数类
class complex{
float real; //实部
float image; //虚部
public:
//重载的运算符"+"的原型
complex operator+ (complex right);
//重载赋值运算符"="的定义
c