代码搜索:minimizing
找到约 97 项符合「minimizing」的源代码
代码结果 97
www.eeworm.com/read/222060/14708737
h minimizing.h
#ifndef _MINIMIZING_H
#define _MINIMIZING_H
/**
* @file minimizing.h
* nonlinear minimization
*/
#ifdef __cplusplus
extern "C" {
#endif
void lmHomography( double *photoPoints,doubl
www.eeworm.com/read/222060/14708824
c minimizing.c
#include "matrix.h"
#include
#include
#include
#include
#include "cminpack.h"
#define SQR(a) ((a)*(a))
#define ABS(a) (((a)
www.eeworm.com/read/468911/6981777
m minimizing2.m
function [lambda] = minimizing2(C,c)
% minimizing2 calculates the factors 'lambda' by minimizing the variances.
%
% usage: [lambda] = minimizing2(C,c)
% minimizing the variances for the point tha
www.eeworm.com/read/127767/14337467
txt e389. minimizing the impact of logging code.txt
It is good to add logging code to an application, but the logging code should minimize its impact on the application, especially if the logging is not enabled. In particular, if the message to be pote
www.eeworm.com/read/358861/10177708
m algcircle.m
function [z, r] = algcircle (X);
%ALGCIRCLE Algebraic circle fit
%
% [z, r] = algcircle (X);
% fits a circle by minimizing the "algebraic distance"
% in the least squares sense a x'x + b'x + c =
www.eeworm.com/read/127767/14336661
txt e386. determining if a message will be logged.txt
See also e389 Minimizing the Impact of Logging Code.
Logger logger = Logger.getLogger("com.mycompany.MyClass");
// Check if the message will be logged
if (logger.isLoggable(Level
www.eeworm.com/read/367752/9733793
changes
Rev 3.04 21Feb99 Hans Dinsen-Hansen
Drastic changes of the original GIF decoder. The code can now
read LZW as well as RunLength encoded data from e.g. GNU plot.
Default disposal changed. Chang
www.eeworm.com/read/147681/12539820
m algcircle.m
function [z, r] = algcircle (X);
%ALGCIRCLE Algebraic circle fit
%
% [z, r] = algcircle (X);
% fits a circle by minimizing the "algebraic distance"
% in the least squares sense a x'x + b'x + c =
www.eeworm.com/read/191513/8428532
pas main.pas
unit Main;
{$DEFINE DELPHI_6_UP}
{$IFDEF VER80} {$UNDEF DELPHI_6_UP} {$ENDIF}
{$IFDEF VER90} {$UNDEF DELPHI_6_UP} {$ENDIF}
{$IFDEF VER100} {$UNDEF DELPHI_6_UP} {$ENDIF}
{$IFDEF VER120} {$UNDE