摘要: #include <stdio.h> #include <math.h> //定义函数 f(x)=a*x1*x1 + b*x2*x2 + c*x1*x2 + d*x1 + e*x2 + f int a, b, c, d, e, f; double e1[2] = { 1,0 }; double e2 阅读全文
posted @ 2020-12-13 16:10 北冰洋L 阅读(385) 评论(0) 推荐(0) 编辑