代码搜索:decomposition
找到约 1,689 项符合「decomposition」的源代码
代码结果 1,689
www.eeworm.com/read/135438/13930934
txt chodcm.txt
procedure CHODCM(A:matrx2; N:integer;var D:array of real; T:array of real);
var
I,J,K:integer; SUM:real;
begin
For I:=1 To N do
begin
Sum:=A[I, I];
For J:=1 To I -
www.eeworm.com/read/235723/14054905
pas syseqsvd.pas
{ **********************************************************************
* Program SYSEQSVD.PAS *
* Version 1.4d
www.eeworm.com/read/200618/15428545
m dd2.m
function Y=dd2(x)
%DD2 Single-level discrete 2-D wavelet transform.
% DD2 performs a single-level 2-D wavelet decomposition
% using Daubechies wavelet with four coefficients
%
% Y = DD2(X)
www.eeworm.com/read/100395/15874813
html svd.html
Newmat09 - Singular value decomposition
Singular value decomposition
next -
skip -
www.eeworm.com/read/391686/8391200
m decdemo.m
function coeffs = decdemo( im, option )
% DECDEMO demonstrates nonsubsampled Contourlet decomposition and reconstruction.
%
% DECDEMO shows how to use the nonsubsampled contourlet toolbox to decom
www.eeworm.com/read/391685/8391230
readme
Laplacian Pyramid Toolbox (version 1.0, June 2004)
http://www.ifp.uiuc.edu/~minhdo/software/
This toolbox contains Matlab files that implement the Laplacian pyramid (LP)
decomposition and the new re
www.eeworm.com/read/291235/8432430
cpp xqrupdt.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrupdt
int main(void)
{
bool sing;
www.eeworm.com/read/291235/8432550
cpp xqrsolv.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrsolv
int main(void)
{
bool sing;
www.eeworm.com/read/291235/8432750
cpp xludcmp.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ludcmp
int main(void)
{
int j,k,l,m,n,dum;
www.eeworm.com/read/291235/8432801
cpp xqrdcmp.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrdcmp
int main(void)
{
bool sing;