代码搜索:decomposition
找到约 1,689 项符合「decomposition」的源代码
代码结果 1,689
www.eeworm.com/read/221024/14772038
html http:^^www.cs.washington.edu^homes^wolman^sio-net.html
Date: Tue, 10 Dec 1996 21:54:50 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Fri, 19 Jan 1996 20:04:04 GMT
Content-length: 4008
Protocol Service Decomposition fo
www.eeworm.com/read/219036/14897284
java wtdecompspec.java
/*
* CVS identifier:
*
* $Id: WTDecompSpec.java,v 1.9 2000/09/05 09:26:06 grosbois Exp $
*
* Class: WTDecompSpec
*
* Description:
www.eeworm.com/read/115703/15004009
txt chodcm.txt
Sub CHODCM(A(), N, D(), T())
For I = 1 To N
Sum = A(I, I)
For J = 1 To I - 1
T(J) = A(J, I)
For K = 1 To J - 1
T(J) = T(J) - T(K) * A(
www.eeworm.com/read/216367/15017954
txt chodcm.txt
Sub CHODCM(A(), N, D(), T())
For I = 1 To N
Sum = A(I, I)
For J = 1 To I - 1
T(J) = A(J, I)
For K = 1 To J - 1
T(J) = T(J) - T(K) * A(
www.eeworm.com/read/473219/6849081
m sosex.m
yalmip('clear')
clc
echo on
%*********************************************************
%
% Sum-of-squares decomposition
%
%*********************************************************
%
% This
www.eeworm.com/read/193277/8243097
m sosex.m
yalmip('clear')
clc
echo on
%*********************************************************
%
% Sum-of-squares decomposition
%
%*********************************************************
%
% This
www.eeworm.com/read/192744/8287219
txt chodcm.txt
Sub CHODCM(A(), N, D(), T())
For I = 1 To N
Sum = A(I, I)
For J = 1 To I - 1
T(J) = A(J, I)
For K = 1 To J - 1
T(J) = T(J) - T(K) * A(
www.eeworm.com/read/462512/7200816
pdf a multi-component decomposition algorithm for event-related potentials.pdf
www.eeworm.com/read/391726/8386875
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/391686/8391214
m nsctrec.m
function x = nsscrec(y, dfilt, pfilt)
% NSCTREC Nonsubsampled Contourlet Reconstruction
%
% x = nsscrec(y, [dfilt, pfilt] )
%
% INPUT:
% y: a cell vector of length length(nlevs) + 1, where