代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/381141/9107819
cpp integersummation.cpp
/**
*
* Definition of CIntegerSummation
*
* Copyright (c) 2004 Nokia Corporation
* version 2.0
*/
// INCLUDE FILES
#include "IntegerSummation.h"
#include "PowerResMan.hrh"
// Creates
www.eeworm.com/read/371256/9559008
m torr_estf.m
% estimate fundamental matrix from perfect points??
function f = torr_estf(x1,y1,x2,y2, no_matches,m3)
%disp('This just does calculation of perfect data,for test')
%disp('Use estf otherwise')
www.eeworm.com/read/361768/10036423
m quartic.m
function heights=quartic(data,center,bw);
% PURPOSE:
% Quartic kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calculatio
www.eeworm.com/read/361768/10036425
m triweight.m
function heights=triweight(data,center,bw);
% PURPOSE:
% Triweight kernel function
%
% USAGE:
% heights=triweight(data,center,bw)
%
% INPUTS:
% data: Data used for height calcula
www.eeworm.com/read/361768/10036427
m epanechnikov.m
function heights=epanechnikov(data,center,bw);
% PURPOSE:
% Epanechnikov kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height
www.eeworm.com/read/361768/10036432
m cosinus.m
function heights=cosinus(data,center,bw);
% PURPOSE:
% Cosinus kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calculatio
www.eeworm.com/read/361768/10036434
m triangular.m
function heights=triangular(data,center,bw);
% PURPOSE:
% Triangular kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calc
www.eeworm.com/read/361768/10036435
m normal.m
function heights=normal(data,center,bw);
% PURPOSE:
% Normal kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height calculation
www.eeworm.com/read/361768/10036437
m uniform.m
function heights=uniform(data,center,bw);
% PURPOSE:
% Uniform kernel function
%
% USAGE:
% heights=uniform(data,center,bw)
%
% INPUTS:
% data: Data used for height calculation
www.eeworm.com/read/352543/10542076
m torr_estf.m
% By Philip Torr 2002
% copyright Microsoft Corp.
% estimate fundamental matrix from perfect points??
function f = torr_estf(x1,y1,x2,y2, no_matches,m3)
%disp('This just does calculation of perf