代码搜索:插值优化
找到约 10,000 项符合「插值优化」的源代码
代码结果 10,000
www.eeworm.com/read/202203/15389474
pps 插值与拟合实验.pps
www.eeworm.com/read/110123/15541695
cpp 分段线性插值.cpp
#include
const int N=4;
void main()
{
double x[N],y[N];
int i;
double X;
double s=0;
cout
www.eeworm.com/read/232578/14191699
m hermite.m
function y=hermite(X,Y,y1,x) %Hermit插值
n=length(X);
m=length(x);
for i=1:m
y0=0;
for j=1:n
h=1;
a=0;
for k=1:n
if k~=j
h=h*((x(i
www.eeworm.com/read/172355/9712402
m hermite.m
function y=hermite(X,Y,y1,x) %Hermit插值
n=length(X);
m=length(x);
for i=1:m
y0=0;
for j=1:n
h=1;
a=0;
for k=1:n
if k~=j
h=h*((x(i
www.eeworm.com/read/489620/6466898
suo 多项式插值的震荡现象与样条插值实验.suo
www.eeworm.com/read/380036/9167457
doc 实验二 多项式插值的振荡现象和样条插值.doc
www.eeworm.com/read/389944/8492008
m nurbs插值曲线(可运行).m
%给定点列V( i ),随机给定权因子,构造三次NURBS插值点列V( i )
%载入数据 注意:每一行必为矢量(三个分量),否则会出错
%参数化
V=[0.5 2 0;1 3 0;2 8 0;3 10 0;5 11 0;8 30 0;10 10 0];
s=size(V);
n=s(1,1);
u(1)=0;
u(2)=0;
u(3)=0;
u(4)=0;
www.eeworm.com/read/432144/8624560
c 8.6 光滑插值 spl.c
#include "math.h"
void spl(x,y,n,k,t,s)
int n,k;
double t,x[],y[],s[5];
{ int kk,m,l;
double u[5],p,q;
s[4]=0.0; s[0]=0.0; s[1]=0.0; s[2]=0.0; s[3]=0.0;
if (n
www.eeworm.com/read/428933/8827984
mht 第7节 反插值.mht
From:
Subject: =?gb2312?B?tdrG373aILe0suXWtaql?=
Date: Sun, 8 Mar 2009 09:44:02 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Tran