代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/389028/2544594
tcl ns-diffusion.tcl
# All diffusion related procedures go here
Simulator instproc attach-diffapp { node diffapp } {
$diffapp dr [$node get-dr]
}
Node instproc get-dr {} {
$self instvar diffAppAgent_
if [inf
www.eeworm.com/read/389028/2544984
tcl simple-diffusion.tcl
# simple directed diffusion example
# This example tests directed diffusion in 2 simple scenarios
# (1) where all 3 nodes can hear each other and a source and sink application pair is setup on two of
www.eeworm.com/read/370129/9616794
m diffusion_diagram.m
%*********************************************
%* diffusion_diagram.m *
%*********************************************
% Auteur : Sylvain Lecler (th鑣e 2003-2005)
% D
www.eeworm.com/read/300830/13890814
ico diffusion1.ico
www.eeworm.com/read/237783/13930082
ico diffusion1.ico
www.eeworm.com/read/187269/8837816
pdf estrin_directed_diffusion.pdf
www.eeworm.com/read/350761/10712738
m stable_unstable_diffusion.m
a = imread('cameraman.tif');
a = im2double( a );
niter = 70;
smoothkernel = inline('[ 0 dt 0; dt (1-4*dt) dt; 0 dt 0 ]','dt');
subplot(1,3,1); imshow(a); title('Original Image');
b=a;
subplot(
www.eeworm.com/read/421391/10738175
tcl diffusion-rate-run.tcl
# XXXXXXXX NOTE: This is an example of the older version of diffusion. For example scripts of the newer version, see tcl/ex/diffusion3. And see ~ns/diffusion3 for the implementation.
# ============
www.eeworm.com/read/421391/10738178
tcl diffusion-prob-run.tcl
# XXXXXXXX NOTE: This is an example of the older version of diffusion. For example scripts of the newer version, see tcl/ex/diffusion3. And see ~ns/diffusion3 for the implementation.
# ==============
www.eeworm.com/read/314685/13561655