搜索资源列表
meiju
- 定义一个接口,他至少包含一个可以计算面积的成员的方法。然后,编写实现该接口的两个类:正方形类和圆类。接着编写一个具有泛型特点的类,要求利用这个类可以在控制台窗口中输出没肿图形的面积,而且这个类的类型变量所对应的实际类型可以是前面编写的正方形类和圆类。最后利用这个具有泛型特点的类在控制台窗口中分别输出给定变长的正方形的面积和给你个半径的圆的面积。-define a interface,including which containing at least a can of calculating
LineCoefficient
- java最小二乘法,使用最小二乘法求取拟合的直线y=a+bx的参数a、b(The Java least square method is used to obtain the parameters A and B of the fitting line y=A+Bx)
GN
- java高斯牛顿法,非线性最小二乘法,使用需根据实际情况改写,代码提供了一个范例(The Gauss Newton method, the nonlinear least square method, should be rewritten according to the actual situation, and the code provides an example)