代码搜索:插值优化
找到约 10,000 项符合「插值优化」的源代码
代码结果 10,000
www.eeworm.com/read/380446/9148826
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/180414/9309206
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/374326/9409261
m funfminu.m
options(6)=1;%拟牛顿法的DFP公式
options(7)=0;%混合的二次型和三次型插值
[x,options]=fminu('funrosen',[-1.2,2],options)
y=options(8) %输出在最后极值点的函数值
n=options(10)%给出函数计算次数
www.eeworm.com/read/364978/9885187
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/361764/10037011
m funfminu.m
options(6)=1;%拟牛顿法的DFP公式
options(7)=0;%混合的二次型和三次型插值
[x,options]=fminu('funrosen',[-1.2,2],options)
y=options(8) %输出在最后极值点的函数值
n=options(10)%给出函数计算次数
www.eeworm.com/read/165898/10047464
m interpft_example.m
%interpft_example.m
%一维快速傅立叶插值实现数据增采样
x = 0:1.2:10;
y = sin(x);
n = 2*length(x); %增采样1倍
yi = interpft(y,n); %一维快速傅立叶插值
xi = 0:0.6:10.4;
hold on;
www.eeworm.com/read/165898/10047465
m interp2_example.m
%interp2_example
%采用二次插值对三维高斯型分布函数进行插值
[X,Y] = meshgrid(-3:0.8:3); %原始数据
Z = peaks(X,Y);
[XI,YI] = meshgrid(-3:.125:3); %插值点
ZI = interp2(X,Y,Z,XI,YI,'cubic');
www.eeworm.com/read/352044/10586265
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/422708/10618955
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl
www.eeworm.com/read/272625/10951614
h interpolation.h
// Interpolation.h 插值头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝(HE Yu) 2002
// 最后修改: 2002.5.31.
#ifndef _INTERPOLATION_H //避免多次编译
#define _INTERPOLATION_H
#include //数组模板类标准头文件
#incl