代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/380709/2652789
h diffusion.h
/****************************************************************/
/* diffusion.h : Chalermek Intanagonwiwat (USC/ISI) 08/16/99 */
/***************************************************************
www.eeworm.com/read/370279/9606751
m diffusion.m
% Diffusion Diffusion of ions across membrane
constant;
V = -200:200; % transmembrane potential;
% for single ion;
JK = NernstPlanck(V,1,K_i,K_o,PK);
JNa = NernstPlanck(V,1,Na_i,Na_o,PK*PNa
www.eeworm.com/read/370129/9616879
m diffusion.m
%**********************************
%* diffusion.m *
%**********************************
% Auteur : Sylvain Lecler (th鑣e 2003-2005)
% Directeur administratif : Patri
www.eeworm.com/read/414656/11107226
m diffusion.m
function Jd=diffusion(J,method,N,K,dt,sigma2)
% private function: diffusion (by Guy Gilboa):
% Jd=diffusion(J,method,N,K)
% Simulates N iterations of diffusion, parameters:
% J = source image (2D
www.eeworm.com/read/188824/8513733
ico diffusion1.ico
www.eeworm.com/read/289743/8530118
m diffusion_maps.m
function mappedX = diffusion_maps(X, no_dims, t, sigma)
%DIFFUSION_MAPS Runs the diffusion map algorithm
%
% mappedX = diffusion_maps(X, no_dims, t, sigma)
%
% The functions runs the diffusion
www.eeworm.com/read/387937/8645738
ico diffusion1.ico
www.eeworm.com/read/282683/9074332
m diffusion_maps.m
function mappedX = diffusion_maps(X, no_dims, sigma)
%DIFFUSION_MAPS Runs the diffusion map algorithm
%
% mappedX = diffusion_maps(X, no_dims, sigma)
%
% The functions runs the diffusion map al
www.eeworm.com/read/362652/9987683
ico diffusion1.ico
www.eeworm.com/read/279157/10459903