摘要: #include <stdio.h>#include <stdlib.h>#include "math.h" void polyfit(int n, double *x, double *y, int poly_n, double p[]);void gauss_solve(int n,double 阅读全文
posted @ 2020-11-12 16:53 txzing 阅读(246) 评论(0) 推荐(0) 编辑