资源大小: 11KB
发布时间: 2009-12-02
文件格式: none
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

#include#include#include#include#include#include#define EPS 1e-5 //定义精度常数using namespace std; //使用标准空间命名stdnamespace NameCComplex //定义命名空间NameCComplex{class CComplex ////定义一个CComplex类{private:double Real,Image;public:CComplex(double real=0,double image=0) //构造函数{Real=real;Image=image;}friend istream & operator>>(istream &is,CComplex &com); //重载输入friend ostream & operator<<(ostream &os,CComplex &com); //重载输出CComplex operator+(CComplex &com); //加法


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。