代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/365862/9842991
m kernel_divide.m
function gr = kernel_divide(g1,g2)
%
% gr = g1/g2
%
if length(g2.w) == 1
gr = kernel_divide_gauss_denominator(g1, g2);
else
gr = kernel_divide_kernel_denominator(g1, g2);
end
%
%
www.eeworm.com/read/351998/10589007
m kernel_divide.m
function gr = kernel_divide(g1,g2)
%
% gr = g1/g2
%
if length(g2.w) == 1
gr = kernel_divide_gauss_denominator(g1, g2);
else
gr = kernel_divide_kernel_denominator(g1, g2);
end
%
%
www.eeworm.com/read/296231/8115771
v wavelet_lifting_pld.v
/***************************************************************
功能: 该子程序包含5/3小波提升实现
修改记录:2008.2.12 王靖琰
****************************************************************
5/3小波提升
分裂过程:
ev
www.eeworm.com/read/296231/8115804
vwf wavelet_lifting_pld.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/296231/8115917
vwf wavelet_lifting_pld.sim_ori.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/168845/5436174
cpp options_description_test.cpp
// Copyright Vladimir Prus 2002-2004.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)
www.eeworm.com/read/201006/15418391
m goldsect_search.m
function [s, net, t0] = goldsect_search(s0, net0, basekls, smstep, netmstep, fs, data, params, t0, status)
% GOLDSECT_SEARCH Line search by golden section method
% Copyright (C) 1999-2004 Antti Honk
www.eeworm.com/read/296150/8119469
pdf nonlinear approximation based image recovery using adaptive sparse reconstructions and iterated denoising-part ii adaptive algorithms.pdf
www.eeworm.com/read/295545/8155094
pdf nonlinear approximation based image recovery using adaptive sparse reconstructions and iterated denoising-part ii adaptive algorithms.pdf
www.eeworm.com/read/285422/8841658
h jddatatype.h
#ifndef JDDATATYPE_H
#define JDDATATYPE_H
typedef char INT8;
typedef unsigned char UINT8;
typedef short INT16;
typedef unsigned short UINT16;
typedef int INT32;
typedef unsigned in