代码搜索:数据拟合
找到约 10,000 项符合「数据拟合」的源代码
代码结果 10,000
www.eeworm.com/read/403638/11513462
jar 拟合计算.jar
www.eeworm.com/read/403638/11513464
exe 曲线拟合.exe
www.eeworm.com/read/256261/12010949
txt 曲线拟合.txt
#include
#include
#define MN 6 //观测值组数
#define ML 3 //多项式项数
double X[]={0,1,2,3,4,5},Y[]={2.08,7.68,13.8,27.1,40.8,61.2};//观测数值
double C[MN][ML];
www.eeworm.com/read/341350/12090083
txt 曲线拟合.txt
package com.mfsoft.net.pre;
import java.util.Random;
import com.mfsoft.icity.platform.database.DBException;
public class PolyFitForcast
{
public PolyFitForcast()
{
}
/**
* 函数功能:最小二乘法曲
www.eeworm.com/read/473906/6821443
bmp 拟合法原图.bmp
www.eeworm.com/read/471405/6892434
txt 曲线拟合.txt
www.eeworm.com/read/415028/11086005
nh 曲线拟合.nh
www.eeworm.com/read/213580/15129800
txt 最小二乘拟合数据2.txt
11
1.0 0.13000
1.1 -0.01459
1.2 -0.13935
1.3 -0.20874
1.4 -0.17705
1.5 0.01250
1.6 0.42873
1.7 1.15342
1.8 2.28223
1.9 3.92567
2.0 6.21000
www.eeworm.com/read/213580/15129801
txt 最小二乘拟合数据3.txt
9
3.6 1700
2.0 3078
0.3 1820
0.3 2706
0.2 2086
3.0 2299
0.0 676
1.0 2088
2.0 2013
www.eeworm.com/read/213580/15129802
txt 最小二乘拟合数据1.txt
11
1.0 0.13000
1.1 -0.01459
1.2 -0.13936
1.3 -0.20873
1.4 -0.17706
1.5 0.01249
1.6 0.42874
1.7 1.15343
1.8 2.28223
1.9 3.92567
2.0 6.21000