代码搜索:插值优化
找到约 10,000 项符合「插值优化」的源代码
代码结果 10,000
www.eeworm.com/read/140909/13053064
exe 曲线_插值e.exe
www.eeworm.com/read/140909/13053069
vbw 曲线_插值v.vbw
modParameter = 88, 116, 525, 497, C
frmCalculate = 22, 29, 656, 514, , 88, 116, 525, 497, C
modMethod = 13, -10, 641, 554,
modCall = 26, 21, 786, 524,
frmFileName = 2, 21, 560, 402, , 22, 29, 58
www.eeworm.com/read/140909/13053078
vbp 曲线_插值v.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Module=modParameter; 曲线_插值M1.bas
Form=曲线_插值F2.frm
Object={65E121D4-0C60-11D2-A9FC-00
www.eeworm.com/read/323141/13349058
vi 线性插值法.vi
www.eeworm.com/read/319870/13441308
cpp 二次插值.cpp
#include
#define F(x) (1/(1+25*(x)*(x)))
#include
#define N 32
#define M 200
#define F1(x0,x1) ((F(x1)-F(x0))/(x1-x0))
#define F2(x0,x1,x2) ((F1(x1,x2)-F1(x0,x1))/(x2-x0))
d
www.eeworm.com/read/307174/13727238
pps 插值与拟合实验.pps
www.eeworm.com/read/305372/13773065
cpp 分段线性插值.cpp
#include
#include
#include
#include
#include
#include
double f(double x)
{
return exp(x)+10*x-2;
}
double f(double x,double y
www.eeworm.com/read/301232/13863191
doc 28 插 值 拟 合.doc
www.eeworm.com/read/482381/6623700
doc 分段 线性插值.doc
www.eeworm.com/read/481866/6631744