代码搜索:Non-negative

找到约 176 项符合「Non-negative」的源代码

代码结果 176
www.eeworm.com/read/143592/12858391

cpp prg7_1.cpp

// File: prg7_1.cpp // the user enters a non-negative decimal number and a base in the // range 2
www.eeworm.com/read/241323/13156436

m lagp.m

function f=lagp(k,p) %> calculates lagp(k,p), the coefficients of the Laguerre %> polynomials L(k,0) ... L(k,p) %> Call P = lagp(k,p); %> input p,k non-negative integers %> output a (p+1)*(
www.eeworm.com/read/214167/15111894

cpp prg7_1.cpp

// File: prg7_1.cpp // the user enters a non-negative decimal number and a base in the // range 2
www.eeworm.com/read/334779/12573708

cpp prg7_1.cpp

// File: prg7_1.cpp // the user enters a non-negative decimal number and a base in the // range 2
www.eeworm.com/read/418126/10964882

txt readme.txt

% ========================================================================= % KSVD - Toolbox % =========================================================================
www.eeworm.com/read/241323/13156425

m legpol.m

function L=legpol(n,x); %> The function file calculates the Legendre polynomials. %> Call: legpol(n,x) %> Input: n = non-negative integer, x = row vector. %> Ouput: matrix dim (n+1) x le
www.eeworm.com/read/241323/13156456

m angl.m

%> displays the angular dependence of spherical harmonics for %> given input value of the angular momentum L (= non-negative integer). %> It automatically steps from M = 0 to M = L. The di
www.eeworm.com/read/389184/8544814

m entropy.m

function H = entropy(S) % entropy Function returns 0th order entropy of a source. % % H = entropy(S) % S is probability or count of each symbol % S should be a vector of non-negative numbers
www.eeworm.com/read/428849/8835014

m contents.m

% Optimization methods for STPRtoolbox. % % gmnp - Solves Generalized Minimal Norm (GMNP) problem. % gnnls - Solves Generalized Non-negative Least Squares (GNNLS) problem. % gnpp - S