代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/455269/1624401
tcl ns-diffusion.tcl
# All diffusion related procedures go here
Simulator instproc add-gear { node } {
set gear [new Application/DiffApp/GeoRoutingFilter]
$self attach-diffapp $node $gear
$self at 0.01 "$gea
www.eeworm.com/read/455269/1624793
tcl diffusion-500.tcl
#Directed Diffusion in a 500 node wireless topology
# ==================================================================
# Define options
# ===========================================================
www.eeworm.com/read/455269/1624794
tcl diffusion-100.tcl
#Directed Diffusion in a 100 node wireless topology
# ==================================================================
# Define options
# ===========================================================
www.eeworm.com/read/455269/1624795
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/344585/3208014
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/307320/3724014
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/307320/3724388
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/440226/1799232
tcl diffusion-500.tcl
#Directed Diffusion in a 500 node wireless topology
# ==================================================================
# Define options
# ===========================================================
www.eeworm.com/read/440226/1799233
tcl diffusion-100.tcl
#Directed Diffusion in a 100 node wireless topology
# ==================================================================
# Define options
# ===========================================================
www.eeworm.com/read/440226/1799234
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