代码搜索:interpolating

找到约 168 项符合「interpolating」的源代码

代码结果 168
www.eeworm.com/read/192096/8406583

htm ch01_11.htm

Recipe 1.10. Interpolating Functions and Expressions Within Strings (Perl Cookbook)
www.eeworm.com/read/448535/7531457

m ratinterp1.m

function f = ratinterp1(t,ts,fs,phis) % % Compute a single interpolated point f(t) given the interpolating data % and the inverse differences % % function f = ratinterp1(t,ts,fs,phis) % % t =
www.eeworm.com/read/407717/11411717

cpp intrpsp3.cpp

// intrpSP3.cpp // Methods for reading and interpolating SP3 precise ephemerides #include #include #include "datetime.h" #include "intrpSP3.h" using namespace std; using namespac
www.eeworm.com/read/208657/15239807

m inter.m

% this is an m file for finding the interpolating polinomial coefficients % of the curve y(x), n is the degree of the curve. % Es: x=1:10; y=x.^2; n=2; inter % the function iidx is used. % G.
www.eeworm.com/read/136766/13361994

m contents.m

% Endpoint-interpolating B-spline wavelets. % Eric J. Stollnitz (stoll@amath.washington.edu) % Contents updated December 22, 1997. % % Matlab functions available from: % % http://www.cs.washington
www.eeworm.com/read/192103/8404232

htm ch03_05.htm

Interpolating Arrays into Strings (Learning Perl, 3rd Edition)
www.eeworm.com/read/38039/1094611

mnu analyze_nurb.mnu

ANALYZE#NURB # Next Go to next nurb # Prev Go to previous nurb # Points Show interpolating points # Polygon Show control polygon # Continuity Show nurb continuity: C0 - red; C1 - yellow; top nurb -
www.eeworm.com/read/309003/3708557

m aifig2.m

% aifig2 -- Fundamental Solutions of Average-Interpolation % % Results of average-interpolating the Kronecker % sequence. (Panel a) Average-Interpolation of Degree D=2. % (Panel b) D=4. (Panel c) D=6.
www.eeworm.com/read/273525/4206354

mata spline3.mata

*! version 1.0.2 20jan2005 version 9.0 mata: /* spline3 computes the coefficients of a cubic natural spline S(x), interpolating the ordinates y[i] at the points x[i]. For xx in [x[i],x[i+1
www.eeworm.com/read/192103/8404173

htm ch09_04.htm

Interpolating into Patterns (Learning Perl, 3rd Edition)