代码搜索:spatial
找到约 1,342 项符合「spatial」的源代码
代码结果 1,342
www.eeworm.com/read/449504/7501996
m norm_rnd.m
function y = norm_rnd(sig);
% PURPOSE: random multivariate random vector based on
% var-cov matrix sig
%---------------------------------------------------
% USAGE: y = norm_rnd(sig)
%
www.eeworm.com/read/449504/7502993
m sem_gmmd.m
% PURPOSE: An example of using sem_gmm
% GM estimation of spatial error model (on a small data set)
%
%---------------------------------------------------
% US
www.eeworm.com/read/449504/7503000
m sar_gmmd.m
% PURPOSE: An example of using sar_gmm
% GM estimation of spatial autoregressive model (on a small data set)
%
%------------------------------------------------
www.eeworm.com/read/449504/7503007
m sac_gmmd.m
% PURPOSE: An example of using sac_gmm
% GM estimation of general spatial model (on a small data set)
%
%---------------------------------------------------
%
www.eeworm.com/read/449504/7503038
txt readme.txt
% spatial probit model with spatial individual effects
%
% semip_g.m - matlab program to compute estimates for spatial probit model with individual effects
% semip_gc.m - matlab program that calls
www.eeworm.com/read/467546/1500021
java spatialmodel.java
package jwo.jpss.spatial; // Part of the spatial modelling package.
// **************************************************************
/** Identifies minimum state and behaviour of all spatial m
www.eeworm.com/read/379447/9197027
m 4d_spiht_main.m
function 4D_SPIHT_main(nRow,nColumn,nV,nFrame)
tic;
nRow = 512;
nColumn = 512;
nV = 20;
nFrame = 16;
fprintf('-----------------read data---------------\n');
init_Y = myfunc_read_dicom(nV,nF
www.eeworm.com/read/440480/7688750
m stfeatures_harris.m
% Laptev & Lindeberg spatiotemporal feature detector - interface through stfeatures.
%
% INPUTS
% I - 3D double input image
% sigma - spatial scale
% tau - temporal scale
%
% OUTPUTS
www.eeworm.com/read/467546/1499999
java modeldisplay.java
package jwo.jpss.spatial.gui; // Part of the spatial GUI package.
import jwo.jpss.spatial.*; // For spatial classes.
import javax.swing.*; // For Swing components
import java.awt.*;