摘要: #include <stdio.h> #include <math.h> #include "dfc.h" #define pi 3.1415926 complex complexadd(complex a, complex b){ //复数加 complex rt; rt.re = a.re + 阅读全文
posted @ 2020-04-14 20:45 ldfm 阅读(1919) 评论(0) 推荐(0) 编辑