代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/389028/2544990
tcl gear-2pp-10n-4s-1r.tcl
#
# simple gear/2pp example
# This example tests directed diffusion in a 10 node scenario with 4 senders and a single recvr using gear app with push rtg algorithm
#
# =================================
www.eeworm.com/read/389028/2545468
cc diffapp.cc
//
// diffapp.cc : Base Class for Diffusion Apps and Filters
// author : Fabio Silva and Padma Haldar
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: diffapp
www.eeworm.com/read/389028/2545488
hh diffapp.hh
//
// diffapp.hh : Base Class for Diffusion Apps and Filters
// author : Fabio Silva and Padma Haldar
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: diffapp
www.eeworm.com/read/389028/2545523
hh filter_core.hh
//
// filter_core.hh : Diffusion definitions
// authors : Chalermek Intanagonwiwat and Fabio Silva
//
// Copyright (C) 2000-2003 by the University of Southern California
// $Id: filter_core.
www.eeworm.com/read/350746/10713385
m nldif.m
function y = nldif( u, lambda, sigma, m, stepsize, nosteps, varargin)
%
% NLDIF Nonlinear Diffusion
%
% y = NLDIF( u, lambda, sigma, m, stepsize, steps, verbose, drawstep ) returns the
%
www.eeworm.com/read/350746/10713487
m nldifp.m
function y = nldif( u, lambda, sigma, m, stepsize, nosteps, varargin)
%
% NLDIF Nonlinear Diffusion
%
% y = NLDIF( u, lambda, sigma, m, stepsize, steps, verbose, drawstep ) returns the
%
www.eeworm.com/read/142434/12945799
m dftcs.m
% dftcs - Program to solve the diffusion equation
% using the Forward Time Centered Space (FTCS) scheme.
clear; help dftcs; % Clear memory and print header
%* Initialize parameters (time step,
www.eeworm.com/read/142433/12945864
cpp neutrn.cpp
// neutrn - Program to solve the neutron diffusion equation
// using the Forward Time Centered Space (FTCS) scheme.
#include "NumMeth.h"
void main() {
//* Initialize parameters (time ste
www.eeworm.com/read/261074/11667484
m dftcs.m
%% dftcs - Program to solve the diffusion equation
% using the Forward Time Centered Space (FTCS) scheme.
clear; help dftcs; % Clear memory and print header
%% * Initialize parameters (time ste
www.eeworm.com/read/261064/11667802
f dftcs.f
! dftcs - Program to solve the diffusion equation
! using the Forward Time Centered Space (FTCS) scheme.
program dftcs
integer*4 MAXN, MAXnplots
parameter( MAXN = 300, MAXnplots = 5