代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/307320/3724886
cc iohook.cc
//
// iohook.cc : IO Hook for Diffusion
// Authors : Fabio Silva and Yutaka Mori
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: iohook.cc,v 1.1 2003/07/10 21:
www.eeworm.com/read/389028/2545484
cc iohook.cc
//
// iohook.cc : IO Hook for Diffusion
// Authors : Fabio Silva and Yutaka Mori
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: iohook.cc,v 1.2 2005/09/13 04:
www.eeworm.com/read/386625/8734457
m sp_convdiff.m
%SP_CONVDIFF Set up a convection-diffusion problem.
%
% [A,N] = SP_CONVDIFF(NX,NY,LAM,SIGMA) sets up the following discretized
% PDE on an NX by NY grid. The domain is the unit square
www.eeworm.com/read/348864/10862992
txt 一维非稳态导热通用程序.txt
! 一维非稳态导热通用程序(不变部分)
! This is a general purpose program to solve 1-D diffusion.
! problem in the form of:
! ρcdt/dz=1/a(x)d/dx(a(x)Γdt/dx)+s
!***************
www.eeworm.com/read/244577/4510291
cc moteio.cc
//
// MOTEio.cc : MOTENic Support for Diffusion
// Authors : Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: MOTEio.cc,v 1.9 2002/06/27 22:04:30 fa
www.eeworm.com/read/244577/4510315
hh iodev.hh
//
// iodev.hh : Diffusion IO Devices Include File
// authors : Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: iodev.hh,v 1.10 2002/07/29 22:56:
www.eeworm.com/read/173205/5375527
cc moteio.cc
//
// MOTEio.cc : MOTENic Support for Diffusion
// Authors : Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: MOTEio.cc,v 1.9 2002/06/27 22:04:30 fa
www.eeworm.com/read/173205/5375551
hh iodev.hh
//
// iodev.hh : Diffusion IO Devices Include File
// authors : Fabio Silva
//
// Copyright (C) 2000-2002 by the University of Southern California
// $Id: iodev.hh,v 1.10 2002/07/29 22:56:
www.eeworm.com/read/351636/3101282
py watershedsegmentation1.py
import itk
import sys
itk.auto_progress(2)
reader = itk.ImageFileReader.IF2.New()
reader.SetFileName( sys.argv[1] )
diffusion = itk.GradientAnisotropicDiffusionImageFilter.IF2IF2.New()
dif
www.eeworm.com/read/367752/9733759
h coeff_obj.h
#ifndef COEFF_OBJ_H
#define COEFF_OBJ_H
#include
typedef struct
{
double diffusion;
double spread;
double breed;
double slope_resistance;
double road_gravity;