代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/242302/13036783
html 11439.html
Re: How to refresh dbCombo focus to the nearest postion while user key in the dbCombo box?
www.eeworm.com/read/241573/13135632
h cboid.h
/* Copyright (C) Steven Woodcock, 2000.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this source
www.eeworm.com/read/137160/13341818
m modeseek.m
%MODESEEK Clustering by mode-seeking
%
% [LAB,J] = MODESEEK(D,K)
%
% INPUT
% D Distance matrix or distance dataset (square)
% K Number of neighbours to search for local mode (defaul
www.eeworm.com/read/137160/13341931
m gendatk.m
%GENDATK K-Nearest neighbor data generation
%
% B = GENDATK(A,N,K,S)
%
% INPUT
% A Dataset
% N Number of points (optional; default: 50)
% K Number of nearest neighbors (optional; default:
www.eeworm.com/read/314653/13562214
m modeseek.m
%MODESEEK Clustering by mode-seeking
%
% [LAB,J] = MODESEEK(D,K)
%
% INPUT
% D Distance matrix or distance dataset (square)
% K Number of neighbours to search for local mode (defaul
www.eeworm.com/read/314653/13562277
m gendatk.m
%GENDATK K-Nearest neighbor data generation
%
% B = GENDATK(A,N,K,S)
%
% INPUT
% A Dataset
% N Number of points (optional; default: 50)
% K Number of nearest neighbors (optional; default:
www.eeworm.com/read/308059/13710034
html crosshairdemo4.html
CrosshairDemo4
This demo shows crosshairs that lock on to the nearest data point (use the
mouse to click on the chart to update the crosshairs).
www.eeworm.com/read/136824/5847754
h cboid.h
/* Copyright (C) Steven Woodcock, 2001.
* All rights reserved worldwide.
*
* This software is provided "as is" without express or implied
* warranties. You may freely copy and compile this so
www.eeworm.com/read/126884/6010682
java jasireadinglist.java
package org.trinet.jasi;
import javax.swing.event.*;
import java.util.*;
import org.trinet.util.gazetteer.LatLonZ;
/*
* ActiveList.java
*
*
* @author Doug Given
* @version
*/
www.eeworm.com/read/119864/6081925
c round.c
/*
* June 19, 2001 Manuel Novoa III
*
* Replaced cephes round (which was actually round to nearest or even)
* with a (really lame actually) version that always rounds away from 0
* in confo