代码搜索:Difference
找到约 3,389 项符合「Difference」的源代码
代码结果 3,389
www.eeworm.com/read/455490/7370742
m contents.m
% CREWES migration toolbox
%
% Migration routines
% FD15MIG: 15 degree finite-difference time migration
% FKMIG: Stolt's fk migration
% KIRK: simplified Kirchhoff time migration
% KIRK_MIG:
www.eeworm.com/read/454660/7385806
java ex5.java
// holding/Ex5.java
// TIJ4 Chapter Holding, Exercise 5, page 406
/* Modify ListFeatures.java so that it uses Integers (remember
* autoboxing!) instead of Pets, and explain any difference in
* re
www.eeworm.com/read/438671/7728532
c nonmax.c
#include
#include "fast.h"
int corner_score(const byte* imp, const int *pointer_dir, int barrier)
{
/*The score for a positive feature is sum of the difference between the pixels
and
www.eeworm.com/read/434781/7801771
java ex5.java
// holding/Ex5.java
// TIJ4 Chapter Holding, Exercise 5, page 406
/* Modify ListFeatures.java so that it uses Integers (remember
* autoboxing!) instead of Pets, and explain any difference in
* re
www.eeworm.com/read/198546/7928849
m hessian_2sided.m
function H = hessian_2sided(f,x,varargin)
% PURPOSE:
% Computes 2-sided finite difference Hessian
%
% USAGE:
% H = hessian_2sided(func,x,varargin)
%
% INPUTS:
% func - functi
www.eeworm.com/read/297947/7984508
m div.m
function fd = div(Px,Py, options)
% div - divergence (backward difference)
%
% fd = div(Px,Py, options);
% fd = div(P, options);
%
% options.bound = 'per' or 'sym'
%
% Copyright (c) 2007 Gabriel Pe
www.eeworm.com/read/333003/12711310
java ex5.java
// holding/Ex5.java
// TIJ4 Chapter Holding, Exercise 5, page 406
/* Modify ListFeatures.java so that it uses Integers (remember
* autoboxing!) instead of Pets, and explain any difference in
* re