代码搜索:Multiplication

找到约 1,176 项符合「Multiplication」的源代码

代码结果 1,176
www.eeworm.com/read/340289/12167317

mod752

; REV. 1.1 Dec 23, 1989 ACC DATA 0E0H ;Accumulator ADAT DATA 084H ;A/D Converter Data ADCON DATA 0A0H ;A/D Converter Control B DATA 0F0H ;Multiplication
www.eeworm.com/read/350483/3125224

c sober128tab.c

/** @file sober128tab.c SOBER-128 Tables */ /* $Id: s128multab.h 213 2003-12-16 04:27:12Z ggr $ */ /* @(#)TuringMultab.h 1.3 (QUALCOMM) 02/09/03 */ /* Multiplication table for Turing using
www.eeworm.com/read/380513/2658288

cmp math.cmp

Addition and subtraction : 1 + 1 = 2 2 - 1 = 1 Multiplication, division, and modulus : 5 % 2 = 1 5 % 0 = $rem2 7 % 2 = 1 5 / 2 = 2 5 / 0 = $rem4 5 * 2 = 10 5 * -1 = -5 5 * -2 = -10
www.eeworm.com/read/351405/3108845

cmp math.cmp

Addition and subtraction : 1 + 1 = 2 2 - 1 = 1 Multiplication, division, and modulus : 5 % 2 = 1 5 % 0 = $rem2 7 % 2 = 1 5 / 2 = 2 5 / 0 = $rem4 5 * 2 = 10 5 * -1 = -5 5 * -2 = -10
www.eeworm.com/read/174450/9586873

fp matvector.fp

!!FP1.0 #Date:2003/10/23 #try to compute General Matrix - Vector Multiplication Just For TEX2D # Vector X ----TEX0 # Matrix y ----TEX1 # Matrix Ai ----TEX2(Diagonal Data) #TexPARA.X = Width;
www.eeworm.com/read/174450/9586919

fp matvector.fp

!!FP1.0 #Date:2003/10/23 #try to compute General Matrix - Vector Multiplication Just For TEX2D # Vector X ----TEX0 # Matrix y ----TEX1 # Matrix Ai ----TEX2(Diagonal Data) #TexPARA.X = Width;
www.eeworm.com/read/412167/11212559

mod752

; REV. 1.1 Dec 23, 1989 ACC DATA 0E0H ;Accumulator ADAT DATA 084H ;A/D Converter Data ADCON DATA 0A0H ;A/D Converter Control B DATA 0F0H ;Multiplication
www.eeworm.com/read/428167/8886046

m max_mult.m

function y=max_mult(A,x) % MAX_MULT Like matrix multiplication, but sum gets replaced by max % function y=max_mult(A,x) y(i) = max_j A(i,j) x(j) %X=ones(size(A,1),1) * x(:)'; % X(j,i) = x(i) %y=
www.eeworm.com/read/427909/8913580

m max_mult.m

function y=max_mult(A,x) % MAX_MULT Like matrix multiplication, but sum gets replaced by max % function y=max_mult(A,x) y(i) = max_j A(i,j) x(j) %X=ones(size(A,1),1) * x(:)'; % X(j,i) = x(i) %y=
www.eeworm.com/read/373250/9467633

m max_mult.m

function y=max_mult(A,x) % MAX_MULT Like matrix multiplication, but sum gets replaced by max % function y=max_mult(A,x) y(i) = max_j A(i,j) x(j) %X=ones(size(A,1),1) * x(:)'; % X(j,i) = x(i) %y=