代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/386253/8759948
m alg122.m
% HEAT EQUATION BACKWARD-DIFFERENCE ALGORITHM 12.2
%
% To approximate the solution to the parabolic partial-differential
% equation subject to the boundary conditions
% u(0,t) = u(l
www.eeworm.com/read/386253/8760135
m alg122.m
% HEAT EQUATION BACKWARD-DIFFERENCE ALGORITHM 12.2
%
% To approximate the solution to the parabolic partial-differential
% equation subject to the boundary conditions
% u(0,t) = u(l
www.eeworm.com/read/427511/8938487
m pennymelt.m
function pennymelt(arg)
% PENNYMELT Heat a penny.
% Finite difference methods for the initial value problem for the
% heat equation. The initial height is based on measurements made
% at the Nat
www.eeworm.com/read/427511/8938666
m pdegui.m
function pdegui(action)
%PDEGUI Demonstrate solution of model partial differential equations.
% PDEGUI demonstrates the finite difference solution of model problems
% involving Laplace's operator:
www.eeworm.com/read/184649/9090842
m pennymelt.m
function pennymelt(arg)
% PENNYMELT Heat a penny.
% Finite difference methods for the initial value problem for the
% heat equation. The initial height is based on measurements made
% at the Nationa
www.eeworm.com/read/167116/9980399
m pennymelt.m
function pennymelt(arg)
% PENNYMELT Heat a penny.
% Finite difference methods for the initial value problem for the
% heat equation. The initial height is based on measurements made
% at the Nationa
www.eeworm.com/read/167116/9980515
m pdegui.m
function pdegui(action)
%PDEGUI Demonstrate solution of model partial differential equations.
% PDEGUI demonstrates the finite difference solution of model problems
% involving Laplace's operator:
%
www.eeworm.com/read/162344/10312780
v dcdiff_htable.v
`timescale 1ns/10ps
//Luminance Chrominance DC difference Humffman Table
module dcdiff_htable(
//input
size,lumenb,chromenb,
//output
www.eeworm.com/read/464335/7165273
m pdegui.m
function pdegui(action)
%PDEGUI Demonstrate solution of model partial differential equations.
% PDEGUI demonstrates the finite difference solution of model problems
% involving Laplace's operator:
www.eeworm.com/read/462153/7208392
m divergencer.m
function [divF] = divergenceR(F,coeff)
% compute the divergence of the gradient of f
% multiplied by a diffusion coefficient
% backward difference scheme
%
% Copyright 2006 Paolo Favaro (p.favaro