代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/201792/15396378
m porousspherecat_2ord.m
function PorousSphereCat_2Ord
% 球形催化剂中的二级不可逆等温反应的模拟计算
% Diffusion with Simultaneous Reaction in a porous sphere catalyst pellet
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Cen
www.eeworm.com/read/201792/15396380
m porousspherecat_1ord.m
function PorousSphereCat_1Ord
% 球形催化剂中的一级不可逆等温反应的模拟计算
% Diffusion with Simultaneous Reaction in a porous sphere catalyst pellet
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Cen
www.eeworm.com/read/259756/11768333
m supg.m
function mesh=SUPG(mesh, eps, a1, a2, b, f, g_D,g_N)
% CDFM solve the 2-D convection-dominated diffusion equation
% -\epslon\delta u +a*grad(u)+bu=0,
% in the current mesh with boundary c
www.eeworm.com/read/259756/11768351
asv supg.asv
function mesh=SUPG(mesh, eps, a1, a2, b, f, g_D,g_N)
% CDFM solve the 2-D convection-dominated diffusion equation
% -\epslon\delta u +a*grad(u)+bu=0,
% in the current mesh with boundary c
www.eeworm.com/read/167045/9983322
m get_l.m
function [L] = get_L(kappa_x,kappa_y);
%
% [L] = get_L(kappa_x,kappa_y);
%
% L = L_x + L_y is the cell-centered finite difference discretization of
% the diffusion operator
% L*v = -div (kap
www.eeworm.com/read/290228/3983282
h hash_table.h
#ifndef ns_hash_table_h
#define ns_hash_table_h
#include "config.h"
#include "tclcl.h"
#include "diff_header.h"
//#include "diffusion.h"
#include "iflist.h"
class InterestTimer;
class Pkt_Hash_En
www.eeworm.com/read/380709/2652788
h hash_table.h
#ifndef ns_hash_table_h
#define ns_hash_table_h
#include "config.h"
#include "tclcl.h"
#include "diff_header.h"
//#include "diffusion.h"
#include "iflist.h"
class InterestTimer;
class Pkt_Hash_En
www.eeworm.com/read/351636/3104293
dic philips-intera.dic
2001 0000 UL 1 Group Length
2001 0010 LO 1 Private Creator Group 2001
2001 1001 FL 1 Chemical Shift
2001 1002 IS 1 Chemical Shift Number MR
2001 1003 FL 1 Diffusion B-Factor
2001 1004 CS 1 Diffus
www.eeworm.com/read/390598/8457497
m anisodiff2d.m
function diff_im = anisodiff2D(im, num_iter, delta_t, kappa, option)
%ANISODIFF2D Conventional anisotropic diffusion
% DIFF_IM = ANISODIFF2D(IM, NUM_ITER, DELTA_T, KAPPA, OPTION) perfoms
% con
www.eeworm.com/read/380497/9144772
m anisodiff3d.m
function diff_vol = anisodiff3D(vol, num_iter, delta_t, kappa, option, voxel_spacing)
%ANISODIFF2D Conventional anisotropic diffusion
% DIFF_VOL = ANISODIFF3D(VOL, NUM_ITER, DELTA_T, KAPPA, OPTION