代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/455033/7378584
edp convect.edp
// This a the rotating hill problem with one turn.
// First 1/2 turn is a convection equation and second 1/2 a convection diffusion
border a(t=0, 2*pi) { x = cos(t); y = sin(t); }; // the
www.eeworm.com/read/241953/13107632
m bkm2dcondk.m
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with
% all Dirichlet boundary, note that reaction coefficient is not zero
% by indirect BKM
% Note that
www.eeworm.com/read/484548/6579589
m simul8trmovement.m
function [population] = simul8trMovement(population,timesize,pixelsize,sizeX,sizeY,sizeZ);
% Simulates particle diffusion and flow, given a 2D matrix, inputObjects
% (containing only 0, 1, 2, etc)
www.eeworm.com/read/125476/14491864
cc merton_jump_diff_call.cc
#include
#include "fin_recipes.h"
double option_price_call_merton_jump_diffusion( double S,
double X,
double r,
double sigma,
double time_to_maturity,
double
www.eeworm.com/read/167185/5462876
c dither.c
/* dither.c
*
* completely reworked dithering module for xloadimage
* uses error-diffusion dithering (floyd-steinberg) instead
* of simple 4x4 ordered-dither that was previously used
*
* the pre
www.eeworm.com/read/167185/5463975
c dither.c
/* dither.c
*
* completely reworked dithering module for xloadimage
* uses error-diffusion dithering (floyd-steinberg) instead
* of simple 4x4 ordered-dither that was previously used
*
* the pre
www.eeworm.com/read/350746/10713491
m nldif1.m
function y = nldif( u, lambda, sigma, m, stepsize, nosteps, varargin)
%
% NLDIF 1D Nonlinear Diffusion
%
% y = NLDIF1( u, lambda, sigma, m, stepsize, steps, verbose, drawstep ) returns the
%
www.eeworm.com/read/457053/1601462
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/244577/4510324
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 2002/08/21 20:
www.eeworm.com/read/173205/5375559
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 2002/08/21 20: