代码搜索:interpolating
找到约 168 项符合「interpolating」的源代码
代码结果 168
www.eeworm.com/read/181714/9240370
m splint1.m
function p = splint1(x,f,df)
% Compute coefficients for interpolating cubic spline
% Call p = splint1(x,f) % Natural spline
% or p = splint1(x,f,df) % Correct boundary conds.
% Input
www.eeworm.com/read/136766/13361962
readme
Endpoint-interpolating B-spline wavelets.
Eric J. Stollnitz (stoll@amath.washington.edu)
README updated December 22, 1997.
Matlab functions available from:
http://www.cs.washington.edu/research
www.eeworm.com/read/314474/13566647
gawk compute-best-sentence-mix.gawk
#!/usr/local/bin/gawk -f
#
# compute-best-sentence-mix --
# Compute the best sentence-level mixture weight for interpolating N
# LMs.
#
# usage: compute-best-sentence-mix [lambda="l1 l2 ..."] [precisi
www.eeworm.com/read/449577/7500364
m uw_interp.m
function []=uw_interp();
%UW_INTERP
fprintf('Interpolating grid...\n')
uw=load('uw_grid');
[n_ps,n_ifg]=size(uw.ph);
disp(sprintf(' Number of interferograms: %d',n_ifg))
disp(sprintf(' Number
www.eeworm.com/read/314474/13566671
gawk compute-best-mix.gawk
#!/usr/local/bin/gawk -f
#
# compute-best-mix --
# Compute the best mixture weight (-lambda) for interpolating N
# LMs.
#
# usage: compute-best-mix [lambda="l1 l2 ..."] [precision=p] pplout1 pplout2 .
www.eeworm.com/read/424281/10467117
c linear_minimize.c
#include
#include
#include
/* Find a minimum in x=[0,1] of the interpolating quadratic through
* (0,f0) (1,f1) with derivative fp0 at x=0. The in
www.eeworm.com/read/309003/3708551
m aifig3.m
% aifig3 -- AI Wavelets
%
% The result of average-interpolating a sequence which
% consists of (-1,1) in a sea of zeros.
%
%
global Fil2 Fil4 Fil6 Fil8
global EdgeFil2 EdgeFil4 EdgeFil6 EdgeFil8
%
nr
www.eeworm.com/read/38039/1090656
mnu analyze_nurb.mnu
ANALYZE#NURB 分析#NURB
#
Next 下一个
Go to next nurb
转到下一个 nurb
Prev 前一个
Go to previous nurb
转到上一个 nurb
Points 点
Show interpolating points
显示插值点
Polygon 多边形
Show control polygon
显示控制多边形
Continuity 连续性
Sho