代码搜索:Spatial

找到约 1,342 项符合「Spatial」的源代码

代码结果 1,342
www.eeworm.com/read/449504/7502970

m sdmt_g.m

function results = sdmt_g(y,x,W,ndraw,nomit,prior) % PURPOSE: Bayesian estimates of the heteroscedastic spatial durbin tobit model % (I-rho*W)y = a + X*B1 + W*X*B2 + e, e = N(0,sige*V), V =
www.eeworm.com/read/299399/7861822

txt readme.txt

//author email:angus006@gmail.com //sample.txt为2维点集 //result.txt为结果 题目 : Assignment II (b) Spatial Clusterring There are 100,000 points in 2D space. Try any kind of cluster algorithm to get
www.eeworm.com/read/295884/8135418

m spatiallp.m

%Question No:13 %SPATIAL AVERAGING/LOW-PASS FILTERING function spatiallp(x) f=imread(x); f=im2double(f); [r,c]=size(f); for i=1:r for j=1:c ip=i+1; im=i-1; jm=j
www.eeworm.com/read/295884/8135431

m spatialhp.m

%Question No:12 %SPATIAL HIGH-PASS FILTERING function spatialhp(x) f=imread(x); f=im2double(f); [r,c]=size(f); for i=1:r for j=1:c ip=i+1; im=i-1; jm=j-1;
www.eeworm.com/read/323119/13352622

inc gis_generic.inc

--source include/have_geometry.inc # # Spatial objects # --disable_warnings DROP TABLE IF EXISTS t1, gis_point, gis_line, gis_polygon, gis_multi_point, gis_multi_line, gis_multi_polygon, gis_geometr
www.eeworm.com/read/323119/13352907

test gis.test

-- source include/have_geometry.inc # # Spatial objects # --disable_warnings DROP TABLE IF EXISTS t1, gis_point, gis_line, gis_polygon, gis_multi_point, gis_multi_line, gis_multi_polygon, gis_geomet
www.eeworm.com/read/484271/6584223

m spatiallp.m

%Question No:13 %SPATIAL AVERAGING/LOW-PASS FILTERING function spatiallp(x) f=imread(x); f=im2double(f); [r,c]=size(f); for i=1:r for j=1:c ip=i+1; im=i-1; jm=j
www.eeworm.com/read/484271/6584227

m spatialhp.m

%Question No:12 %SPATIAL HIGH-PASS FILTERING function spatialhp(x) f=imread(x); f=im2double(f); [r,c]=size(f); for i=1:r for j=1:c ip=i+1; im=i-1; jm=j-1;
www.eeworm.com/read/212384/15156788

m spatiallp.m

%Question No:13 %SPATIAL AVERAGING/LOW-PASS FILTERING function spatiallp(x) f=imread(x); f=im2double(f); [r,c]=size(f); for i=1:r for j=1:c ip=i+1; im=i-1; jm=j
www.eeworm.com/read/212384/15156792

m spatialhp.m

%Question No:12 %SPATIAL HIGH-PASS FILTERING function spatialhp(x) f=imread(x); f=im2double(f); [r,c]=size(f); for i=1:r for j=1:c ip=i+1; im=i-1; jm=j-1;