摘要: 1、使用方法 import com.gfkd.yfaps.util.CurveFittingUtil; public class testCurveFittingUtil { //用来生成数据 static double y(double x) { return 5+4*x+3*x*x+2*x*x* 阅读全文
posted @ 2020-06-27 02:23 HumorChen99 阅读(17) 评论(0) 推荐(0)