代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/402842/11527040
m idwtc.m
function x = idwtc(a, d, LoF_R, HiF_R, lx)
% IDWTC Same as IDWT for column-wise.
% Shift and Extension.
dwtATTR = dwtmode('get');
shift = dwtATTR.shift1D;
dwtEXTM = dwtATTR.extMode;
flagPe
www.eeworm.com/read/400645/11571026
cc fminbr.cc
// This may look like C code, but it is really -*- C++ -*-
/*
************************************************************************
*
* Numerical Math Package
*
* Brent's one-dimensio
www.eeworm.com/read/344512/11876279
m find_x0.m
% Choose initial approximation for stlsidentuy
% Uses subid and Polyx
function [x0,sys] = find_x0(u,y,nx,eiv)
if ~isa(u,'ss')
[a0,b0,c0,d0] = subid(y,u,ceil(nx/size(y,2))+1,nx,[],[],1);
sys =
www.eeworm.com/read/152068/12146692
lst 例08-03计算结果.lst
The SAS System 09:34 Monday, April 1, 2002 144
N P A R 1 W A Y P R O C E D U R E
Wilcoxon Sc
www.eeworm.com/read/339987/12188880
m idwtc.m
function x = idwtc(a, d, LoF_R, HiF_R, lx)
% IDWTC Same as IDWT for column-wise.
% Shift and Extension.
dwtATTR = dwtmode('get');
shift = dwtATTR.shift1D;
dwtEXTM = dwtATTR.extMode;
flagPe
www.eeworm.com/read/151556/12201410
m fixpt.m
function [k,p,err,P] = fixpt(g,p0,tol,max1)
% Input - g is the iteration function
% - p0 is the initial guess for the fixed-point
% - tol is the tolerance
% - max1 is the maximum n
www.eeworm.com/read/339293/12244341
m sec11_81.m
% Section 11.8.1 Reduction of a gas turbine aero-engine model
%
% This script calculates the results and the plots shown in section 11.8.1
% in the book.
%
% Dependencies: file aero0.mat (a
www.eeworm.com/read/150760/12266042
m~ contents.m~
% Kernel machines.
%
% cvkfd - Computes cross validation error for given KFD model.
% diagker - Returns diagonal of kernel matrix of given data.
% dualcov - Dual representation of cova
www.eeworm.com/read/252063/12304934
c airy.c
/* Copyright (c) Colorado School of Mines, 2003.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/******************************
www.eeworm.com/read/131795/14127142
dat funtc267b.dat
#include
#include
int main(void)
{
char buffer[80];
sprintf(buffer, "An approximation of Pi is %f
", M_PI);
puts(buffer);
return 0;
}