早教吧作业答案频道 -->其他-->
设计一个复数类.从键盘输入2个复数,完成复数的加减运算,然后输出运算结果.structcomplex{\x05doublereal;\x05doubleimaginary;};structcomplexinput(void){}structcomplexplus(structcomplexa,structcomplexb){}structcomp
题目详情
设计一个复数类.从键盘输入2个复数,完成复数的加减运算,然后输出运算结果.
struct complex
{
\x05double real;
\x05double imaginary;
};
struct complex input(void)
{
}
struct complex plus(struct complex a,struct complex b)
{
}
struct complex minus(struct complex a,struct complex b)
{
}
void output(struct complex a)
{
}
int main()
{
}
struct complex
{
\x05double real;
\x05double imaginary;
};
struct complex input(void)
{
}
struct complex plus(struct complex a,struct complex b)
{
}
struct complex minus(struct complex a,struct complex b)
{
}
void output(struct complex a)
{
}
int main()
{
}
▼优质解答
答案和解析
#include struct complex{double real;double imaginary;};struct complex input(void){struct complex num;printf("input complex number (eg.2.0+1.1i):");scanf("%lf+%lfi",&num.real,&num.imaginary);return num...
看了设计一个复数类.从键盘输入2个...的网友还看了以下:
关于物理匀速直线运动当物体受平衡力作用时,保持静止或匀速直线运动,那2个物体一个1m/s匀速直线运动 2020-03-31 …
欣欣商店委托搬运展运送400个碗,美10个碗运费1.2元.如果没破损一个瓷碗不但得不到运费还要赔赏 2020-05-16 …
6个小箱和2个大箱.新运进300双运动鞋,2个小箱个1个大箱装的运动鞋一样多,每个大箱,小箱装多少 2020-05-20 …
甲、乙两个运输队合运312吨货物,甲运6小时,乙运8小时正好运完.已知甲运输队5小时的运输量和乙运 2020-05-24 …
帮我解下列的数学题1、大小两个齿轮齿数的比是3:2,大齿轮有75个齿,小齿轮有()个齿2、水果店运 2020-06-14 …
(2012•长清区模拟)搬运4000个玻璃瓶,规定搬一个得运费0.2元,但打碎一个要赔1.3元.如 2020-06-26 …
一个速度v1质量m的小球正撞一个完全一样质量m的静止小球究竟会发生什么呢?有4种可能一2小球一起以 2020-07-02 …
几道数学应用题1.顺风运输队包运1万个瓷碗,每100个运费1.5元,如果损坏1个碗,不但不给运费, 2020-07-18 …
一个运输队包运2000套玻璃茶具.运输合同规定:每套运费以2元计算,每损坏一套,不仅不得运费,还从 2020-07-25 …
几何画板怎么让一个点的运动控制其它点的运动一个点在一条直线上运动,随着它的运动,其他2个动点也随着它 2020-11-26 …