代码搜索:INTERPOLATION
找到约 2,917 项符合「INTERPOLATION」的源代码
代码结果 2,917
www.eeworm.com/read/13887/285193
m eeg_interp_scalp3d_test.m
% EEG_INTERP_SCALP3D_TEST - Script to test 3D interpolation of scalp potentials
clear
p = eeg_toolbox_defaults;
p = eeg_open(p);
p = elec_open(p);
p = mesh_open(p);
p = mesh_plot(p);
cl
www.eeworm.com/read/187741/5216774
sci rlinearxover.sci
function [c1,c2] = RLinearXover(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] = ari
www.eeworm.com/read/187741/5216777
sci arithxover.sci
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] = arith
www.eeworm.com/read/305566/3771541
f polyint.f
cccccc polynomial interpolation
cccc use 1/dis as weight
subroutine plint(x,y,f,m,n,xout,yout,fout,work,dis,indx)
integer m,n
real x(n),y(n),f(m,n),fout(m),xout,yout
real work(n)
real dis
integ
www.eeworm.com/read/305566/3771729
c veff2vs3d.c
/* velfcity interpolation */
#include "velo.h"
char *sdoc =
"VEFF2VS3d - convert HGS VEFF cards to VS3D cards \n"
"\n"
"veff2vs3d [parameters] < veff-cards >vs3d-cards \n"
"\n"
"Requi
www.eeworm.com/read/305566/3771742
c vs3dsalt.c
/* velocity interpolation from VS3D card input */
#include "ghdr.h"
#include "gridhd.h"
#include "comva.h"
#include "par.h"
char *sdoc =
"VS3DSALT - edit VS3D cards with top of salt \n"
"\n"
"vgri
www.eeworm.com/read/305566/3772027
c veff2vs3d.c
/* velfcity interpolation */
#include "velo.h"
char *sdoc =
"VEFF2VS3d - convert HGS VEFF cards to VS3D cards \n"
"\n"
"veff2vs3d [parameters] < veff-cards >vs3d-cards \n"
"\n"
"Requi
www.eeworm.com/read/305566/3772036
c vs3dsalt.c
/* velocity interpolation from VS3D card input */
#include "ghdr.h"
#include "gridhd.h"
#include "comva.h"
#include "par.h"
char *sdoc =
"VS3DSALT - edit VS3D cards with top of salt \n"
"\n"
"vgri
www.eeworm.com/read/434656/1868934
c interp3_table_adj_mex.c
/*
* interp3_table_adj_mex.c
* ck = interp3_table_adj_mex(fm, h1_table, h2_table J, L, tm, K)
* Mex file for *adjoint* of 2D periodic interpolation using table lookup.
*
* forward direction: (for m =
www.eeworm.com/read/434656/1868936
c interp2_table_adj_mex.c
/*
* interp2_table_adj_mex.c
* ck = interp2_table_adj_mex(fm, h1_table, h2_table J, L, tm, K)
* Mex file for *adjoint* of 2D periodic interpolation using table lookup.
*
* forward direction: (for m =