代码搜索:INTERPOLATION

找到约 2,917 项符合「INTERPOLATION」的源代码

代码结果 2,917
www.eeworm.com/read/212227/15162753

m grbf.m

%The script GRBF givess an example of interpolation %using a radial-basis function network % written by S. H. Zak on Feb 12, 1999 d=[.8 .2 .4 .6 .3]'; %d=[.8 .2]'; x=[0 6 7 8 10]'; %x=[0 6]'
www.eeworm.com/read/309176/3706619

cs sample6_1.cs

/* * 示例程序Sample6_1: Interpolation类的一元全区间不等距插值 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { [STAThread] static void Main(str
www.eeworm.com/read/392094/2516152

cs sample6_1.cs

/* * 示例程序Sample6_1: Interpolation类的一元全区间不等距插值 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { [STAThread] static void Main(str
www.eeworm.com/read/254498/4382020

cs sample6_1.cs

/* * 示例程序Sample6_1: Interpolation类的一元全区间不等距插值 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { [STAThread] static void Main(str
www.eeworm.com/read/160611/5568896

alg aresonvv.alg

(ARESONVV-ALG (NAME "aresonvv") (ARGUMENTS ("sound_type" "s1") ("sound_type" "hz1") ("sound_type" "bw") ("int" "normalization")) (INLINE-INTERPOLATION T) (ALWAYS-SCALE hz1 bw) (START (MAX s
www.eeworm.com/read/292658/8342930

cpp interpolationsmoothnotisometry.cpp

//InterpolationSmoothNotIsometry.cpp //光滑不等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { int k(-1), n(11); double x[11] = { -1.0, -0.9
www.eeworm.com/read/367116/9781323

cpp interpolationsmoothnotisometry.cpp

//InterpolationSmoothNotIsometry.cpp //光滑不等距插值 #include //输入输出流头文件 #include "Interpolation.h" //插值头文件 void main() { int k(-1), n(11); double x[11] = { -1.0, -0.9
www.eeworm.com/read/429000/8825206

cpp gauss.cpp

//Gaussian forward and backward interpolation formula #include #include main() { float x[10],y[10],z[10][10],p,p1,xv,yv; int n,i,j,m,k; printf("How many set of values
www.eeworm.com/read/448535/7531444

m triginterp.m

% demonstrate trigonometric interpolation % Copyright 1999 by Todd K. Moon clear i; N = 6; t=0:(N-1); f = t.^2; beta = fft(f)/N expt = exp(i*2*pi*t/N); betar = fliplr(beta) r = real(polyval
www.eeworm.com/read/324048/13293256

m airefine2d.m

function r = AIRefine2d(a,L,D,Fil,Efil) % AIRefine2d -- 2-d Refinement based on Average-Interpolation % Usage % fine = AIRefine2d(coarse,L,D,Filter,Efil) % Inputs % coarse 2-d image a