搜索资源列表
vb
- 最小二乘法的vb源码 最小二乘法的vb源码
最小二乘法拟合
- 输入几个点的横坐标和纵坐标,用最小二乘法拟合出直线(类似y=ax+b).并把这个方程计算并显示出来。
Least-squares-method-And-Nonlinearity
- 给出了两篇利用最小二乘法计算非线性度的方法的文档,并利用VB编写了简单的示例程序。-Gives the two least-squares method to calculate the use of non-linearity of the method of the document, and use VB to prepare a simple sample program.
pir-VB
- 用VB实现最小二乘法拟合曲线的功能,可以帮助一般的曲线绘制。-VB achieved by least square fitting curve of the features that help the general Curve.
54643547
- VB采用最小二乘法演示如何在VB中实现线性拟合和二次拟合。-VB using the least square method demonstrates how to implement linear and two order curve fitting in VB.
zuixiaorcf
- VB采用最小二乘法演示如何在VB中实现线性拟合和二次拟合,编译时候需要TeeChart5.ocx,已将此文件打包,你无需再下载。新建 Microsoft Excel 工作表.xls里是测试数据,程序会自动读龋这里要说的是: 1.1 线性拟合:给定一组数据(xi,yi),i=1,2,…,m,做拟合直线。 1.2 二次拟合:给定数据系列(xi,yi),i=1,2,…,m,用二次多项式函数拟合这组数据。作出拟合函数与数据序列的均方误差最校 -VB using the metho