复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
输出System.out.println(10) System.out.println(0 x10) System.out.println(5.123 f) ystem.out.println(5.123d) System.out.println(2E3)
上传时间: 2016-07-01
上传用户:大三三
%调用格式 =trapez_g( f_name ,a,b,n) %f_name: 被积函数的文件名f(x) % a:x的上限 % b:x的下限 % 部分区间数 %实例:trapez_g( sin ,0,pi,20)
上传时间: 2013-12-19
上传用户:cjl42111
Smart antennas for wireless communication - With MATLAB (Gross F.B. - 2005 - McGraw-Hill)
标签: F.B. communication McGraw-Hill antennas
上传时间: 2013-12-22
上传用户:虫虫虫虫虫虫
应用F-P干涉仪把激光与光纤以及计算机联系起来
上传时间: 2014-09-01
上传用户:gtzj
摘要: 基于单片机的控制系统已经广泛地应用在人们生活的方方面面, 其功能也越来越强大。本文介绍一种以A R M 单片机为核 心的步进电机控制系统, 该系统可在提高精度的同时降低生产成本, 是步进电机控制系统改善和提高的一条有效途径。 关键词: 控制系统 单片机 A R M 步进电机
上传时间: 2013-12-25
上传用户:R50974
将用matlab编译的N-R法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使N-R法在收敛性、占用内存、计算速度方面的优点都超过了阻抗法,成为六十年代末期以后普遍采用的方法。
上传时间: 2013-12-25
上传用户:阿四AIR
PQ分解法在计算潮流速度上大大超过N-R法,不但能应用于离线潮流计算,而且也能应用于在线潮流计算。
上传时间: 2016-07-09
上传用户:cazjing
通信网址.rar通信网址.r通信网址.r
上传时间: 2014-01-15
上传用户:天诚24
以不同的视角观察球面x^2+y^2+z^2=r^2和圆柱面x^2+y^2=rx所围区域
标签: rx
上传时间: 2014-01-17
上传用户:han_zh