代码搜索:插值优化
找到约 10,000 项符合「插值优化」的源代码
代码结果 10,000
www.eeworm.com/read/218376/14924224
cpp 拉格郎日插值多项式.cpp
#include
float Lagrange(float *x,float *y,float xx,int n)
{
int i,j;
float *a,yy=0.0;
a =new float[(n*sizeof(float))];
for( i=0;i
www.eeworm.com/read/205991/15302630
txt 小波插值和构造的源程序.txt
小波谱分析mallat算法经典程序
clc;clear;
%% 1.正弦波定义
f1=50; % 频率1
f2=100; % 频率2
fs=2*(f1+f2); % 采样频率
Ts=1/fs; % 采样间隔
N=120; % 采样点数
n=1:N;
y=sin(2*pi*f1*n*Ts)+sin(2*pi*f2*n*Ts); % 正弦波混合
figure(1)
plot
www.eeworm.com/read/473427/6852756
pdf 第九章 插值与拟合.pdf
www.eeworm.com/read/146711/12616931
cpp 拉格郎日插值多项式.cpp
#include
float Lagrange(float *x,float *y,float xx,int n)
{
int i,j;
float *a,yy=0.0;
a =new float[(n*sizeof(float))];
for( i=0;i
www.eeworm.com/read/134208/14001057
doc 图象插值方法的研究和实现.doc
www.eeworm.com/read/111900/15500710
cpp 二元拉格朗日插值.cpp
/**********************************************/
/**********************************************/
/**********************************************/
/**********************************************/
www.eeworm.com/read/291949/8385803
h interpolate.h
//////////////////////////////////////////////////////////////////////
// Interpolate.h
//
// 插值类 CInterpolate 的声明接口
//
// 周长发编制, 2002/8
/////////////////////////////////////////////////////////
www.eeworm.com/read/383218/8960402
txt 数值计算方法说明.txt
数值计算方法的部分程序:
加速迭代
牛顿迭代
Gauss
杜里特尔分解法
克洛特
追赶法
平方根法
改进平方根法
雅可比迭代
高斯 赛德尔迭代
拉格朗日插值法
分段线性插值
分段抛物线插值
www.eeworm.com/read/169434/9862274
h interpolate.h
//////////////////////////////////////////////////////////////////////
// Interpolate.h
//
// 插值类 CInterpolate 的声明接口
//
// 皮敏捷编制, 2006/5
/////////////////////////////////////////////////////////
www.eeworm.com/read/169434/9862281
h interpolate.h
//////////////////////////////////////////////////////////////////////
// Interpolate.h
//
// 插值类 CInterpolate 的声明接口
//
// 皮敏捷编制, 2006/5
/////////////////////////////////////////////////////////