代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/156908/11752984

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/151143/12232897

m vmt.m

function mato=vmt(mati,vector) % Vector matrix multiplication (scaling of matrix rows) % Written by: E. R.: June 12, 2004 % Last updated: % % mato=vmt(mati,vector) % INPUT % mati in
www.eeworm.com/read/151143/12232982

m mvt.m

function mato=mvt(mati,vector) % Matrix vector multiplication (scaling of matrix columns) % Written by: E. R.: June 9, 2004 % Last updated: % % mato=mvt(mati,vector) % INPUT % mati
www.eeworm.com/read/337307/12377444

m fzmult.m

function [W,L,U,pcol,P] = fzmult(A,V,transpose,L,U,pcol,P); %FZMULT Multiplication with fundamental nullspace basis. % W = FZMULT(A,V) Computes the product of a % a fundamental basis for the n
www.eeworm.com/read/129735/14230684

asm matrix.asm

;MATRIX.ASM-MATRIX MULTIPLICATION IN ASSEMBLY CODE .GLOBAL BEGIN .DATA ;ASSEMBLE INTO DATA SECTION A .FLOAT 1,2,3,4,5,6,7,8,9 ;VALUES FOR MATRIX A B
www.eeworm.com/read/128476/14294809

java fig10_46.java

public class Fig10_46 { /* START: Fig10_46.txt */ public static final long INFINITY = Long.MAX_VALUE; /** * Compute optimal ordering of matrix multiplication.
www.eeworm.com/read/229449/14338778

s51 mult24x16.s51

/* -2006/09/22 - Petre M. -this program computes a multiplication between a 24 bit number stored in Temporary[2-0] and a 16 bit number stored in Temporary[3] -The result is stored in Temp
www.eeworm.com/read/124883/14529649

c dscal.c

void dscal( n, da, dx, incx ) double da, *dx; int n, incx; /* Purpose : scalar vector multiplication dx = da * dx --- Input --- n : number of elements in input vector da : dou
www.eeworm.com/read/464435/1530380

ch gb_gates.ch

@x l.27 extern Graph *risc(); /* make a network for a microprocessor */ extern Graph *prod(); /* make a network for high-speed multiplication */ extern void print_gates(); /* write a network to standa
www.eeworm.com/read/210914/4946883

m vmt.m

function mato=vmt(mati,vector) % Vector matrix multiplication (scaling of matrix rows) % Written by: E. R.: June 12, 2004 % Last updated: % % mato=vmt(mati,vector) % INPUT % mati in