代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/205036/15328788
m times.m
function Z = times(X,Y)
%TIMES Array multiplication for tensors.
%
% TIMES(A,B) is called for the syntax 'A .* B' when A or B is a
% tensor. A and B must have the same size, unless one is a scala
www.eeworm.com/read/102625/15764646
c mpmul.c
/*
Author: Pate Williams (c) 1997
Multiple-precision multiplication. See "Handbook
of Applied Cryptography" by Alfred J. Menezes et
al 14.2.3 Section pages 595 - 596.
*/
#include
www.eeworm.com/read/100612/15868906
tpl mrcomba.tpl
/*
* MIRACL Comba's method for ultimate speed modular multiplication
* mrcomba.tpl
*
* See "Exponentiation Cryptosystems on the IBM PC", IBM Systems
* Journal Vol. 29 No. 4 1990. Co
www.eeworm.com/read/433114/8545667
m mrt.m
function mato=mrt(mati,vector)
% Matrix row vector multiplication (scaling of matrix columns)
% Replaces "mvt"
% Written by: E. R.: June 9, 2004
% Last updated:
%
% mato=mrt(mati,vector)
% IN
www.eeworm.com/read/424063/10502182
m gfconv.m
function c = gfconv(a, b, p)
%GFCONV GF(P) polynomial convolution or GF(P^M) element multiplication.
% C = GFCONV(A, B) computes the convolution between two GF(2)
% polynomials A and B.
www.eeworm.com/read/246726/12706947
c montmult.c
/*
Author: Pate Williams (c) 1997
Montgomery multiplication. See "Handbook of
Applied Cryptography" by Alfred J. Menezes
et al Section 14.3.2 pages 600 - 603.
*/
#include
www.eeworm.com/read/245849/12778051
m mrt.m
function mato=mrt(mati,vector)
% Matrix row vector multiplication (scaling of matrix columns)
% Replaces "mvt"
% Written by: E. R.: June 9, 2004
% Last updated:
%
% mato=mrt(mati,vector)
% IN
www.eeworm.com/read/313956/13578194
m gfconv.m
function c = gfconv(a, b, p)
%GFCONV GF(P) polynomial convolution or GF(P^M) element multiplication.
% C = GFCONV(A, B) computes the convolution between two GF(2)
% polynomials A and B.
www.eeworm.com/read/307616/13719377
cpp ex3_14.cpp
// Ex3_14.cpp
// Using nested loops to generate a multiplication table
#include
#include
using std::cout;
using std::endl;
using std::setw;
int main()
{
const int
www.eeworm.com/read/259565/11782731
m mrt.m
function mato=mrt(mati,vector)
% Matrix row vector multiplication (scaling of matrix columns)
% Replaces "mvt"
% Written by: E. R.: June 9, 2004
% Last updated:
%
% mato=mrt(mati,vector)
% IN