代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/303435/3812603
xdemo4
#! /bin/sh
# Sufdmod2 --- example script for sufdmod2
# finite-difference modeling, part 2 the output files
# Author: John Stockwell
WIDTH=450
HEIGHT=450
WIDTHOFF1=20
WIDTHOFF2=510
WIDTHOFF3=930
HEIGH
www.eeworm.com/read/303435/3812609
xdemo2
#! /bin/sh
# Sufdmod2 --- example script for sufdmod2
# finite-difference modeling, part 2 the output files
# Author: John Stockwell
WIDTH=450
HEIGHT=450
WIDTHOFF1=50
WIDTHOFF2=530
HEIGHTOFF1=50
HEIGH
www.eeworm.com/read/303435/3812621
xdemo3
#! /bin/sh
# Sufdmod2 --- example script for sufdmod2_pml
# finite-difference modeling: part 1, the movie
# Author: John Stockwell
WIDTH=450
HEIGHT=450
WIDTHOFF1=10
WIDTHOFF2=500
HEIGHTOFF1=50
HEIGHTO
www.eeworm.com/read/303435/3812622
xdemo4
#! /bin/sh
# Sufdmod2 --- example script for sufdmod2
# finite-difference modeling, part 2 the output files
# Author: John Stockwell
WIDTH=450
HEIGHT=450
WIDTHOFF1=20
WIDTHOFF2=510
WIDTHOFF3=930
HEIGH
www.eeworm.com/read/303435/3812626
xdemo2
#! /bin/sh
# Sufdmod2 --- example script for sufdmod2
# finite-difference modeling, part 2 the output files
# Author: John Stockwell
WIDTH=450
HEIGHT=450
WIDTHOFF1=50
WIDTHOFF2=530
HEIGHTOFF1=50
HEIGH
www.eeworm.com/read/288095/4011074
readme
0. Changes
a. I realized that a driver manager doesn't aware of
difference between a C5 (i.e. hstmt) and a C6
(i.e. transaction) states.
b. The link flags "-lc" has been removed fro
www.eeworm.com/read/194440/8195043
m afd_snap_acoustic.m
function [snapshot,z,x]=afd_snap_acoustic(delx,delt,velocity,density,snap1,snap2,laplacian,boundary)
% AFD_SNAP ... take one finite difference time step
%
% [snapshot,z,x]=afd_snap_acoustic(delx,de
www.eeworm.com/read/147203/12576842
m auto_thresh.m
function auto_thresh(im,L,S,H)
% im=imread('rice.tif');
% a=imread('mytu.tif');
% im=rgb2gray(a);
count=imhist(im);
u=diff(count);% Difference and approximate derivative.求差分曲线
% for i=1:255
%
www.eeworm.com/read/235612/14061735
m afd_snap_acoustic.m
function [snapshot,z,x]=afd_snap_acoustic(delx,delt,velocity,density,snap1,snap2,laplacian,boundary)
% AFD_SNAP ... take one finite difference time step
%
% [snapshot,z,x]=afd_snap_acoustic(delx,de
www.eeworm.com/read/424538/10440130
asv doog2.asv
function G=doog2(sig,r,th,N);
% Serge Belongie
% G=doog2(sig,r,th,N);
% Make difference of offset gaussians kernel
% theta is in degrees
% (see Malik & Perona, J. Opt. Soc. Amer., 1990)
%
% Example:
%