代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/485906/6549635
pas teesurfacetool.pas
{******************************************}
{ TeeChart Surface Series Nearest Tool }
{ Copyright (c) 2003-2005 by David Berneda }
{ All Rights Reserved }
{***************
www.eeworm.com/read/226233/14485177
pas teesurfacetool.pas
{******************************************}
{ TeeChart Surface Series Nearest Tool }
{ Copyright (c) 2003-2004 by David Berneda }
{ All Rights Reserved }
{***************
www.eeworm.com/read/119076/14840996
pas teesurfacetool.pas
{******************************************}
{ TeeChart Surface Series Nearest Tool }
{ Copyright (c) 2003-2004 by David Berneda }
{ All Rights Reserved }
{***************
www.eeworm.com/read/331135/3416078
c scale.c
/*****************************************************************************
* resize.c: video scaling module for YUVP/A pictures
* Uses the low quality "nearest neighbour" algorithm.
**********
www.eeworm.com/read/474074/6831199
pas teesurfacetool.pas
{******************************************}
{ TeeChart Surface Series Nearest Tool }
{ Copyright (c) 2003-2005 by David Berneda }
{ All Rights Reserved }
{***************
www.eeworm.com/read/412683/11189073
m nnr.m
function out = nnr(in,direction)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% function out = nnr(in,direction)
% returns the color interpolated image using Nearest
% Neighbor
www.eeworm.com/read/272784/10944696
h arm_fpamacros.h
/* Macros for FPA ops, auto-generated from template */
/* dyadic */
/* -- ADF -- */
/* Fd := Rn ADF Rm */
#define ARM_FPA_ADFD_COND(p, rd, rn, rm, cond) \
ARM_EMIT((p), ARM_DEF_FPA_CPD
www.eeworm.com/read/354826/10323403
prm in_use.prm
INPUT_FILENAME = E:\backup\2008/MOD13Q1.A2008161.h24v03.005.2008183212336.hdf
SPECTRAL_SUBSET = ( 0 1 0 0 0 0 0 0 0 0 0 0 )
SPATIAL_SUBSET_TYPE = INPUT_LAT_LONG
SPATIAL_SUBSET_UL_CORNER = ( 59.9999
www.eeworm.com/read/423402/10561781
m demodulation.m
function [soft_bits]=demodulation(rx_symbols,modulation,bit)
%***********************************************************************
% This file carries out 'slicing' operation to the nearest const
www.eeworm.com/read/429426/1948904
py knnlearner.py
# Description: Shows how to use the nearest-neighbour learning
# Category: learning
# Classes: kNNLearner, kNNClassifier, ExamplesDistance, ExamplesDistanceConstructor
# Uses: iris
#