代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/405947/11452284
m diffusion.m
%diffusion + dla
clear all
clf
nx=200; %must be divisible by 4
ny=200;
z=zeros(nx,ny);
o=ones(nx,ny);
sand = z ;
sandNew = z;
sum = z;
gnd = z;
gnd(nx/2,ny/2) = 1 ;
sand = rand(nx,
www.eeworm.com/read/251412/12347115
txt diffusion.txt
!*********************************************************************
! MST Moisture Soak (Diffusion Simulation)
! Reference: Ee Hua Wong (IME Singapore, eehua@ime.org.sg)
! Compare moisture we
www.eeworm.com/read/233231/14162810
m diffusion.m
%diffusion + dla
clear all
clf
nx=200; %must be divisible by 4
ny=200;
z=zeros(nx,ny);
o=ones(nx,ny);
sand = z ;
sandNew = z;
sum = z;
gnd = z;
gnd(nx/2,ny/2) = 1 ;
sand = rand(nx,
www.eeworm.com/read/214561/15096167
m diffusion.m
%diffusion + dla
clear all
clf
nx=200; %must be divisible by 4
ny=200;
z=zeros(nx,ny);
o=ones(nx,ny);
sand = z ;
sandNew = z;
sum = z;
gnd = z;
gnd(nx/2,ny/2) = 1 ;
sand = rand(nx,
www.eeworm.com/read/455269/1624923
cc diffusion.cc
//
// diffusion.cc : Main Diffusion program
// authors : Chalermek Intanagonwiwat and Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: diffusion.cc,v
www.eeworm.com/read/455269/1624925
hh diffusion.hh
//
// diffusion.hh : Diffusion definitions
// authors : Chalermek Intanagonwiwat and Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: diffusion.hh,v 1
www.eeworm.com/read/290228/3983274
cc diffusion.cc
/****************************************************************/
/* diffusion.cc : Chalermek Intanagonwiwat (USC/ISI) 05/18/99 */
/****************************************************************/
www.eeworm.com/read/290228/3983283
h diffusion.h
/****************************************************************/
/* diffusion.h : Chalermek Intanagonwiwat (USC/ISI) 08/16/99 */
/***************************************************************
www.eeworm.com/read/380709/2652780
cc diffusion.cc
/****************************************************************/
/* diffusion.cc : Chalermek Intanagonwiwat (USC/ISI) 05/18/99 */
/****************************************************************/