代码搜索:Multiplicative
找到约 131 项符合「Multiplicative」的源代码
代码结果 131
www.eeworm.com/read/136812/5857201
c hsearch.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)hsearch.c 1.1 92/07/30 SMI"; /* from S5R2 1.2 */
#endif
/*LINTLIBRARY*/
/* Compile time switches:
MULT - use a multiplicative ha
www.eeworm.com/read/226937/14446282
c lcgrand.c
/* Prime modulus multiplicative linear congruential generator
Z[i] = (630360016 * Z[i-1]) (mod(pow(2,31) - 1)), based on Marse and Roberts'
portable FORTRAN random-number generator UNIRAN. Mu
www.eeworm.com/read/247999/12608205
c lcgrand.c
/* Prime modulus multiplicative linear congruential generator
Z[i] = (630360016 * Z[i-1]) (mod(pow(2,31) - 1)), based on Marse and Roberts'
portable FORTRAN random-number generator UNIRAN. Mu
www.eeworm.com/read/387560/8665245
m epl_em_sparse_test.m
% epl_em_sparse_test.m
% Script to test epl_em_sparse with phantom
%
% Parameters:
% beta - multiplicative factor of norm regularization term
% norm - ell-0 or ell-1 norm
% gammaj - value to make eac
www.eeworm.com/read/280592/10312569
m mulasso.m
function beta = MULASSO(Y,X,lambda,varargin)
% The LASSO based on Multiplicative updates, i.e. solving the problem
%
% beta = argmin{ min 0.5*||Y-beta X||_2^2+lambda*|beta|_1 }
%
% The algorithm is d
www.eeworm.com/read/339293/12244915
m expl7_6.m
% Example 7.6
% Multiplicative weight for parametric uncertainty (Figure 7.6)
% Copyright 1996-2003 Sigurd Skogestad & Ian Postlethwaite
% $Id: Expl7_6.m,v 1.3 2004/04/14 09:37:41 vidaral Exp $
www.eeworm.com/read/216502/4890620
3 rand.3
.TH RAND 3
.SH NAME
rand, srand \- random number generator
.SH SYNOPSIS
.B srand(seed)
.br
.B int seed;
.PP
.B rand( )
.SH DESCRIPTION
.I Rand
uses a multiplicative congruential
random number generat
www.eeworm.com/read/142033/12969747
m tfbss.m
function [Se,Ae]=tfbss(X,n,Nt,Nf,tol)
% TFBSS Blind Source Separation of (over)determined multiplicative mixtures
% of non-stationary real-valued sources.
%
% Usage: [Se,Ae]=tfbss(X,n,Nt,Nf,to
www.eeworm.com/read/489609/6466678
r msc.r
### msc.R: Multiplicative scatter/signal correction
###
### $Id: msc.R 2 2005-03-29 14:31:42Z $
msc