代码搜索:diffusion

找到约 573 项符合「diffusion」的源代码

代码结果 573
www.eeworm.com/read/455269/1624907

hh header.hh

// // header.hh : Diffusion Datagram Header // authors : Chalermek Intanagonwiwat and Fabio Silva // // Copyright (C) 2000-2002 by the University of Southern California // $Id: header.hh,v 1
www.eeworm.com/read/244577/4510314

hh header.hh

// // header.hh : Diffusion Datagram Header // authors : Chalermek Intanagonwiwat and Fabio Silva // // Copyright (C) 2000-2002 by the University of Southern California // $Id: header.hh,v 1
www.eeworm.com/read/173205/5375550

hh header.hh

// // header.hh : Diffusion Datagram Header // authors : Chalermek Intanagonwiwat and Fabio Silva // // Copyright (C) 2000-2002 by the University of Southern California // $Id: header.hh,v 1
www.eeworm.com/read/307320/3724876

hh header.hh

// // header.hh : Diffusion Datagram Header // authors : Chalermek Intanagonwiwat and Fabio Silva // // Copyright (C) 2000-2002 by the University of Southern California // $Id: header.hh,v 1
www.eeworm.com/read/440226/1799268

hh header.hh

// // header.hh : Diffusion Datagram Header // authors : Chalermek Intanagonwiwat and Fabio Silva // // Copyright (C) 2000-2002 by the University of Southern California // $Id: header.hh,v 1
www.eeworm.com/read/389028/2545474

hh header.hh

// // header.hh : Diffusion Datagram Header // authors : Chalermek Intanagonwiwat and Fabio Silva // // Copyright (C) 2000-2002 by the University of Southern California // $Id: header.hh,v 1
www.eeworm.com/read/388935/8563906

readme

The files in this directory are: P1DS.F Program for solving the steady one-dimensional convection/diffusion equation. It has been used to produce results presented in Sect. 3.1
www.eeworm.com/read/428128/8893619

readme

The files in this directory are: P1DS.F Program for solving the steady one-dimensional convection/diffusion equation. It has been used to produce results presented in Sect. 3.1
www.eeworm.com/read/167045/9983324

m get_dcoef.m

function [dcoefx,dcoefy] = get_dcoef(u,beta) % [dcoefx,dcoefy] = get_dcoef(u,beta) % % Generate 2 arrays, dcoefx and dcoefy, used in the CCFD discretization % of the diffusion equation % L(
www.eeworm.com/read/350761/10712717

m tnldstep.m

function r = tnldStep( L, a, b, c ) % Discrete numerical scheme of dL/dt for tensor diffusion N = size( L, 1 ); M = size( L, 2 ); Lpc = translateImage( L, 1, 0 );