代码搜索:Multiplicative
找到约 131 项符合「Multiplicative」的源代码
代码结果 131
www.eeworm.com/read/209211/4982777
c mpinvert.c
#include "os.h"
#include
#define iseven(a) (((a)->p[0] & 1) == 0)
// use extended gcd to find the multiplicative inverse
// res = b**-1 mod m
void
mpinvert(mpint *b, mpint *m, mpint *res)
{
www.eeworm.com/read/209211/4985603
c mpinvert.c
#include "os.h"
#include
#define iseven(a) (((a)->p[0] & 1) == 0)
// use extended gcd to find the multiplicative inverse
// res = b**-1 mod m
void
mpinvert(mpint *b, mpint *m, mpint *res)
{
www.eeworm.com/read/367236/9765676
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/249499/12491085
r msc.r
### msc.R: Multiplicative scatter/signal correction
###
### $Id: msc.R 2 2005-03-29 14:31:42Z $
msc
www.eeworm.com/read/489609/6466702
rd msc.rd
%% $Id: msc.Rd 99 2006-10-04 10:54:35Z bhm $
\encoding{latin1}
\name{msc}
\alias{msc}
\alias{predict.msc}
\alias{makepredictcall.msc}
\title{Multiplicative Scatter Correction}
\description{
Performs
www.eeworm.com/read/249499/12491159
rd msc.rd
%% $Id: msc.Rd 99 2006-10-04 10:54:35Z bhm $
\encoding{latin1}
\name{msc}
\alias{msc}
\alias{predict.msc}
\alias{makepredictcall.msc}
\title{Multiplicative Scatter Correction}
\description{
Performs
www.eeworm.com/read/366702/2883667
c allop-const.c
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
/* N1169 6.5.7 - Bitwise shift operands.
C99 6.5.3 Unary operators.
C99 6.5.5 Multiplicative operators.
C99 6.5.6 Additive operators
www.eeworm.com/read/366702/2883704
c allop.c
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
/* N1169 6.5.7 - Bitwise shift operands.
C99 6.5.3 Unary operators.
C99 6.5.5 Multiplicative operators.
C99 6.5.6 Additive operators
www.eeworm.com/read/366702/2883687
c binary.c
/* { dg-do run } */
/* { dg-options "-std=gnu99" } */
/* N1169 6.5.7 - Bitwise shift operands.
C99 6.5.5 Multiplicative operators.
C99 6.5.6 Additive operators.
C99 6.5.7 Bitwise shift opera