代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/366702/2879830
c 20011218-1.c
/* This testcase failed on Alpha at -O2 because $27 hard register
for the indirect call was exposed too early and reload couldn't
allocate it for multiplication and division. */
struct S {
i
www.eeworm.com/read/235522/14065622
c matmult.c
/* matmult.c
* Test program to do matrix multiplication on large arrays.
*
* Intended to stress virtual memory system.
*
* Ideally, we could read the matrices off of the file system,
*
www.eeworm.com/read/111805/15502741
java tables.java
//Chapter 4, Exercise 2
public class Tables {
public static void main(String[]args) {
final int TABLE_SIZE = 12;
// Declare the rectangular array to store the multiplication table:
www.eeworm.com/read/290293/8491445
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/290293/8491464
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.
*/
#in
www.eeworm.com/read/386996/8714239
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/386996/8714270
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.
*/
#in
www.eeworm.com/read/276709/10713848
pas matrice2.pas
// Unit MATRICE
// OBJECT : matrix and vector aritmetic (inversion, addition, multiplication ...)
// first written in Turbo-Pascal (02-05-1991)
// adapted to Delphi 4 (28-05-1999)
// NOTES
www.eeworm.com/read/305575/13765404
m vmult.m
function[varargout]=vmult(varargin)
%VMULT Vector-matrix multiplication without "dimensional" hassle.
%
% N = VMULT(M,V,DIM) replicates the vector V along dimension DIM and
% multiplies the re
www.eeworm.com/read/410485/11283321
txt cordic.txt
#include
#include
/* working with IEEE doubles, means there are 53 bits
* of mantissa
*/
#define MAXBITS 53
/* define this to perform all (non 2power) multiplication