代码搜索:Fitting

找到约 695 项符合「Fitting」的源代码

代码结果 695
www.eeworm.com/read/193967/8202986

arff contact-lenses.arff

% 1. Title: Database for fitting contact lenses % % 2. Sources: % (a) Cendrowska, J. "PRISM: An algorithm for inducing modular rules", % International Journal of Man-Machine Studies, 19
www.eeworm.com/read/367281/9762640

arff contact-lenses.arff

% 1. Title: Database for fitting contact lenses % % 2. Sources: % (a) Cendrowska, J. "PRISM: An algorithm for inducing modular rules", % International Journal of Man-Machine Studies, 19
www.eeworm.com/read/415313/11076927

arff contact-lenses.arff

% 1. Title: Database for fitting contact lenses % % 2. Sources: % (a) Cendrowska, J. "PRISM: An algorithm for inducing modular rules", % International Journal of Man-Machine Studies, 19
www.eeworm.com/read/265993/11247088

h affprojnr.h

/* affprojNR.h - fitting affine and projective transforms using singular * value decomposition (SVD) routines from numerical recipes in C for solving * a set of linear equations. Some care is t
www.eeworm.com/read/265993/11247094

c affprojnr.c

/* affprojNR.c - subroutine for fitting affine and projective transforms * using numerical recipes in C routines for solving a set of linear equations. * Some care is taken to generate a well-con
www.eeworm.com/read/106690/15626793

m pop_dipfit_settings.m

% pop_dipfit_settings() - interactively change the global settings for dipole fitting % % Usage: % >> OUTEEG = pop_dipfit_settings ( INEEG ); % pop up window % >> OUTEEG = pop_dipfit_settings ( IN
www.eeworm.com/read/181853/9234145

cpp wyio.cpp

/* Department of Electronic Engineering, University of Liverpool Module:Pregramme Development Tutor:J D Yan Designer: Wang Yao Student ID: 200478881 Major task: Curve fitting 2006-11-17 */
www.eeworm.com/read/351288/10662070

m rationalpolyfit.m

function [N, D] = RationalPolyFit(x,y,kn,kd) % RationalPolyFit Rational Polynomial Fitting % % This programs finds 2 polynomials N(x) and D(x), % of user given order kn and kd respectively, % such
www.eeworm.com/read/351288/10662077

asv rationalpolyfit.asv

function [N, D] = RationalPolyFit(x,y,kn,kd) % RationalPolyFit Rational Polynomial Fitting % % This programs finds 2 polynomials N(x) and D(x), % of user given order kn and kd respectively, % such
www.eeworm.com/read/461264/7230318

pro polint.pro

pro polint, xa, ya, x, y, dy ;+ ; NAME: ; POLINT ; PURPOSE: ; Interpolate a set of N points by fitting a polynomial of degree N-1 ; EXPLANATION: ; Adapted from algorithm in Numerical Recip