代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/221899/14715232
m int_qlpc.m
function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new)
%Interpolation of the quantized LSP's
%lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame
%[AR_q1,AR_q1]--interpolated Az() fo
www.eeworm.com/read/119820/14820226
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXover(p1
www.eeworm.com/read/119281/14834611
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXover(p1
www.eeworm.com/read/218609/14913179
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXover(p1
www.eeworm.com/read/114382/15055656
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXover(p1
www.eeworm.com/read/214740/15090326
m da_cut.m
%
% da_cut.m
%
% Data cutting and interpolation
%
da_front;
drawnow;
pl=1;
old_sl1_value=1;
[num_points num_var]=size(data);
left_point=1;
right_point=num_points;
text(1)=da_text2(w1,10,
www.eeworm.com/read/208657/15239755
m gsc.m
function [k,g]=gsc(name,x0,u0,XR,UR,pstr,kstr,wstr,lrg,bMo,bMi,bTo,bTi)
% [k,g]=gsc(name,x0,u0,XR,UR,pstr,kstr,wstr,lrg,bMo,bMi,bTo,bTi);
% Gain Scheduling control polynomial interpolation coeffic
www.eeworm.com/read/208655/15239820
m arithxover.m
function [c1,c2] = arithXover(p1,p2,bounds,Ops)
% Arith crossover takes two parents P1,P2 and performs an interpolation
% along the line formed by the two parents.
%
% function [c1,c2] = arithXover(p1
www.eeworm.com/read/38039/1092028
mnu legpntloc.mnu
PNT#LOCATION 点定位
#
Select#Spline 选取样条
Select spline to modify. For endpoint operations, pick near desired endpoint.
选取要修改的样条.对于端点操作,拾取所需的端点
On#Spline 在样条上
Add interpolation points within the spline b
www.eeworm.com/read/309176/3706575
cs sample6_14.cs
/*
* 示例程序Sample6_14: Interpolation类的第二种边界条件的三次样条函数插值、微商与积分
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
[STAThread]
static