代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/434656/1868933
c interp1_table_adj_mex.c
/*
* interp1_table_adj_mex.c
* Mex file for *adjoint* of 1D periodic interpolation using table lookup.
*
* forward direction: (for m = 1,...,M)
* f(t_m) = \sum_{k=0}^{K-1} c_k h( (t_m - k) mod K )
*
*
www.eeworm.com/read/434656/1868938
c interp1_table_mex.c
/*
* interp1_table_mex.c
* Mex file for 1D periodic interpolation using table lookup.
*
* forward direction: (for m = 1,...,M)
* f(t_m) = \sum_{k=0}^{K-1} c_k h( (t_m - k) mod K )
*
* The interpolator
www.eeworm.com/read/414527/2145685
cpp model_renderer_d3d9.cpp
#include "model_renderer_d3d9.h"
#include
#include "graphics_interface.h"
#include "context_d3d9.h"
#include "texture_d3d9.h"
#include "interpolation.h"
#include "d3d9_util.h"
#
www.eeworm.com/read/160611/5568770
alg tonev.alg
(TONEV-ALG
(NAME "tonev")
(ARGUMENTS ("sound_type" "s1") ("sound_type" "hz"))
(INLINE-INTERPOLATION T)
(INTERNAL-SCALING s1)
(ALWAYS-SCALE hz)
(START (MAX s1 hz))
(TERMINATE (MIN s1 hz))
(LOGICAL-STOP
www.eeworm.com/read/391341/8408050
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/189063/8493066
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/389171/8545325
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/388439/8609642
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/288527/8626996
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/431855/8648996
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