代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/447602/7549199
doc 7function approximation and curve fitting.doc
www.eeworm.com/read/263171/11372963
pdf fuzzy probabilistic approximation spaces and their information measures.pdf
www.eeworm.com/read/405126/11471105
pdf 8approximation methods for large datasets.pdf
www.eeworm.com/read/300661/13901363
pdf hardware starting approximation for the square root operation.pdf
www.eeworm.com/read/448413/7533763
m intro22.m
% Comparation between knife edge difraction losses and its approximation
close all;
clear;
v=-3:.1:3;
ind=find(v>=-0.7);
Ld=zeros(1,length(v));
Ld(ind)=6.9+20*log10(sqrt(((v(ind)-0.1).^2)+
www.eeworm.com/read/125476/14491797
cc tst_approximate.cc
// tst_approximate.cc
void tst_quadratic_approximation(){
cout
www.eeworm.com/read/433021/8551911
vhd 8-bit unipolar successive approximation adc.vhd
--8-bit Unipolar Successive Approximation ADC
--8-bit unipolar successive approximation analogue to digital converter
--demonstrates use of LOOP and WAIT statements
ENTITY adcsc8 IS
PORT(vin : IN REAL
www.eeworm.com/read/184659/9090313
pdf multiresolution approximation and wavelet orthonormal bases of l2.pdf
www.eeworm.com/read/188324/8550623
m chbpnt.m
function [tau,sp] = chbpnt(t,k,tol,test)
%CHBPNT Good data sites, the Chebyshev-Demko points
%
% CHBPNT(T,K) returns the extreme points of the Chebyshev spline of
% order K for the knot sequ
www.eeworm.com/read/469123/6977839
readme
ABOUT THESE PROGRAMS
====================
This collection of matlab programs implement and demonstrates some fo the
algorithms described in the book Rasmussen and Williams: "Gaussian Processes
for Ma