代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/484548/6579623
m diffusion3d.m
function F = diffusion3d(a,xdata,wRatio,weights)
% Used by the curve fitter to calculate values for the 3d diffusion equation
F = (a(3) + ( a(1) ./ ((1 + xdata./a(2) ).* sqrt(1 + wRatio^2 .*
www.eeworm.com/read/342497/12015987
pdf 2d-diffusion.pdf
www.eeworm.com/read/336465/12442417
nlogo ---diffusion1d.nlogo
globals [p q delta_t time]
to setup-diffusion
ca
crt number
set delta_t delta_x * delta_x / (2 * D)
set p 0.5 * (1 + v * delta_x * 0.5 / D)
set q 0.5 * (1 - v * delta_x * 0.5 / D)
www.eeworm.com/read/233420/14154455
cpp green_diffusion_equation.cpp
#include "vs.h"
int main() {
const double PI = 3.141592654;
const double alpha = 0.0;
const double beta = 0.0;
double x = 0.0,
w[11] = {1.0/3.0, 4.0/3.0, 2.0/3.0, 4.0/3.0, 2.0/
www.eeworm.com/read/114511/15050075
c t_err_diffusion.c
/*******************************************************************************
Copyright(c) 2000 - 2002 Analog Devices. All Rights Reserved.
Developed by Joint Development Software Application Tea
www.eeworm.com/read/457053/1600816
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/457053/1600838
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/457053/1600928
tcl diffusion-traf500.tcl
# Traffic file for the 100 node topology for diffusion
set src_(0) [new Application/DiffApp/PingSender]
$ns_ attach-diffapp $node_(0) $src_(0)
$ns_ at 0.123 "$src_(0) publish"
set src_(10) [new Appl
www.eeworm.com/read/457053/1600930
tcl diffusion-traf100.tcl
# Traffic file for the 100 node topology for diffusion
set src_(0) [new Application/DiffApp/PingSender]
$ns_ attach-diffapp $node_(0) $src_(0)
$ns_ at 0.123 "$src_(0) publish"
set src_(10) [new Appl