代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/152024/6334039
m preprocess.m
function [pyr,masks,confidences,stds,means] = preprocess(filename, ...
distances, K, LAB_DIFF, PERCENTAGE, PERCEPTUAL)
% PREPROCESS - applies the four steps of pre-processing before relaxatio
www.eeworm.com/read/483886/6597093
js prototype.js
/* Prototype JavaScript framework, version 1.4.0
* (c) 2005 Sam Stephenson
*
* THIS FILE IS AUTOMATICALLY GENERATED. When sending patches, please diff
* against the source
www.eeworm.com/read/406423/11442559
js prototype.js
/* Prototype JavaScript framework, version 1.4.0
* (c) 2005 Sam Stephenson
*
* THIS FILE IS AUTOMATICALLY GENERATED. When sending patches, please diff
* against the source
www.eeworm.com/read/347945/11625079
m alldifferent.m
function varargout=alldifferent(varargin)
switch class(varargin{1})
case 'double'
x = varargin{1};
x = sort(x(:));
varargout{1} = all(diff(x) > 0);
case 'sd
www.eeworm.com/read/152772/12086043
txt readme.quagga-mpls.txt
What is this?
-------------
quagga-mpls.diff is a quaggaldp-portable porting layer.
What is "quagga"?
----------------
Quagga is a set of open source routing daemons which implement the
common rou
www.eeworm.com/read/125476/14491741
cc findiff_exp_eur_call.cc
#include
#include
#include
using namespace std;
double option_price_call_european_finite_diff_explicit(double S,
double X,
double r,
www.eeworm.com/read/125476/14491807
cc findiff_exp_am_put.cc
#include
#include
#include
using namespace std;
double option_price_put_american_finite_diff_explicit( double S,
double X,
double r,
www.eeworm.com/read/125476/14491876
cc findiff_exp_eur_put.cc
#include
#include
#include
using namespace std;
double option_price_put_european_finite_diff_explicit(double S,
double X,
double r,
www.eeworm.com/read/125476/14491877
cc findiff_exp_am_call.cc
#include
#include
#include
using namespace std;
double option_price_call_american_finite_diff_explicit(double S,
double X,
double r,
www.eeworm.com/read/124283/14579360
texi rng.texi
@cindex random number generators
The library provides a large collection of random number generators
which can be accessed through a uniform interface. Environment
variables allow you to select diff