代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/261064/11667845
f neutrn.f
! neutrn - Program to solve the neutron diffusion equation
! using the Forward Time Centered Space (FTCS) scheme.
program neutrn
integer*4 MAXN, MAXnplots
parameter( MAXN = 500, MAX
www.eeworm.com/read/457053/1601500
cc filter_core.cc
//
// filter_core.cc : Main Diffusion program
// authors : Chalermek Intanagonwiwat and Fabio Silva
//
// Copyright (C) 2000-2003 by the University of Southern California
// $Id: filter_core
www.eeworm.com/read/307320/3724924
cc filter_core.cc
//
// filter_core.cc : Main Diffusion program
// authors : Chalermek Intanagonwiwat and Fabio Silva
//
// Copyright (C) 2000-2003 by the University of Southern California
// $Id: filter_core
www.eeworm.com/read/389028/2545522
cc filter_core.cc
//
// filter_core.cc : Main Diffusion program
// authors : Chalermek Intanagonwiwat and Fabio Silva
//
// Copyright (C) 2000-2003 by the University of Southern California
// $Id: filter_core
www.eeworm.com/read/350761/10712728
asv ced.asv
function R = ced( L, k, obsscale, intscale, stepsize, nosteps, verbose,s2,a,b)
% ced: coherence enhancing diffusion
if verbose
figure(verbose);
subplot(1,2,
www.eeworm.com/read/350761/10712734
m eed.m
function R = eed( L, k, uscale, stepsize, nosteps, verbose )
% eed: edge enhancing diffusion
if verbose
figure(verbose);
subplot(1,2,1); imshow(L); title('O
www.eeworm.com/read/349902/10786729
bff ddt.bff
# BinaryFileFormat (leave this tag as magic token!)
# BVQX file format for *.DDT files (Diffusion Tensor data files)
# DDT FileVersions supported: 1
#
# Version: v0.7a
# Build: 7072411
# D
www.eeworm.com/read/349902/10786755
tff dmr.tff
# TextFileFormat (leave this tag as magic token!)
# BVQX file format for *.DMR files (Diffusion MR data)
# DMR FileVersions supported: 1, 5
#
# Version: v0.7a
# Build: 7082720
# Date:
www.eeworm.com/read/142433/12945984
cpp dftcs.cpp
// dftcs - Program to solve the diffusion equation
// using the Forward Time Centered Space (FTCS) scheme.
#include "NumMeth.h"
void main() {
//* Initialize parameters (time step, grid s
www.eeworm.com/read/457053/1601452
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