代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/458425/7296701
m chazhi.m
function chazhi(file)
I=imread(file);
I1=imresize(I,1.2,'nearest');
imshow(I);
figure,imshow(I1);
www.eeworm.com/read/442927/7641792
m conddm.m
% Demo of condensing technique for data reduction
% Roger Jang, 9703xx, 990613
use_pause = 1;
% Collect 2500 data points
[xx, yy, zz] = peaks(50);
x = xx(:); y = yy(:); z = zz(:);
axis_limit
www.eeworm.com/read/299459/7850539
m rbfpreimg3.m
function x = rbfpreimg3(model,nn)
% RBFPREIMG3 RBF pre-image problem by Kwok-Tsang's algorithm.
%
% Synopsis:
% x = rbfpreimg3(model)
% x = rbfpreimg3(model,nn)
%
% Description:
% x = rbfpreimg3(mo
www.eeworm.com/read/198970/7899930
m entropygrad.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% err = entropyGrad(npd,estType)
% Compute gradient of an entropy estimate for the npde
%
% entType is one
www.eeworm.com/read/328265/13037401
m ex2406.m
%例24-6 非网格数据点绘图
%Ex24-6 non-uniform data
close all
clear
x=rand(1,20);
y=rand(1,20);
z=cos(0.5.*x).*sin(y);
xi=linspace(0,1,50);
yi=linspace(0,1,50);
[X,Y]=meshgrid(xi,yi);
subplot(2,2,1)
Z
www.eeworm.com/read/240985/13181230
cpp key102b.cpp
//{ test10_2 }
#include"graph2.h"
#include"grary1.h"
const int MMax=999;
set u;
void Init_dist_path(datagraph& g,bb1& dist,bb1& path,int v0)
{int i;
for (i=1;i
www.eeworm.com/read/240985/13181360
cpp test102b.cpp
//{ test10_2 }
#include"graph2.h"
#include"grary1.h"
const int MMax=999;
set u;
void Init_dist_path(datagraph& g,bb1& dist,bb1& path,int v0)
{int i;
for (i=1;i
www.eeworm.com/read/240985/13181479
cpp test10_2.cpp
//{ test10_2 }
#include"graph2.h"
#include"grary1.h"
const int MMax=999;
set u;
void Init_dist_path(datagraph& g,bb1& dist,bb1& path,int v0)
{int i;
for (i=1;i