代码搜索:Nearest

找到约 1,596 项符合「Nearest」的源代码

代码结果 1,596
www.eeworm.com/read/192685/8316519

html 11439.html

Re: How to refresh dbCombo focus to the nearest postion while user key in the dbCombo box?
www.eeworm.com/read/367152/9780227

m som1.m

% som1 - Online self-organizing map (1 iteration) % % function [mamap,wmse] = som1(data1,npara,nele,mamap,majump,mapos) % % INPUTS % ====== % data1 : one data point (col vector) % npara : see get
www.eeworm.com/read/134457/13990256

c tic.c

//******************************************************************** // // Author : ADI - Apps www.analog.com/MicroConverter // // Date : 17 October 2003 // // File
www.eeworm.com/read/201214/15413265

c tic.c

//******************************************************************** // // Author : ADI - Apps www.analog.com/MicroConverter // // Date : 17 October 2003 // // File
www.eeworm.com/read/297601/8008761

cpp kd.cpp

// KD.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "KDTree.h" KDTree Tree; void generate_random_point(int* p, int sd) { for(int k=0; k
www.eeworm.com/read/490450/6456673

cpp kd.cpp

// KD.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "KDTree.h" KDTree Tree; void generate_random_point(int* p, int sd) { for(int k=0; k
www.eeworm.com/read/390354/8470281

m char4_4.m

x=0:8; y=sin(x); x1=0:.1:8; y1=interp1(x,y,x1,'nearest') ; y2=interp1(x,y,x1,'linear') ; y3=interp1(x,y,x1,'spline') ; y4=interp1(x,y,x1,'cubic') ; plot(x,y,'o-',x1,y1,'b--',x1,y2,'k:',x1,y3,'r
www.eeworm.com/read/289177/8570318

m char4_4.m

x=0:8; y=sin(x); x1=0:.1:8; y1=interp1(x,y,x1,'nearest') ; y2=interp1(x,y,x1,'linear') ; y3=interp1(x,y,x1,'spline') ; y4=interp1(x,y,x1,'cubic') ; plot(x,y,'o-',x1,y1,'b--',x1,y2,'k:',x1,y3,'r