代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/130612/14181017

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/116193/14983459

cpp convolut.cpp

#include "ap.h" using namespace std; // Linear multiplication in the number theoretic domain // Assume that ds1 will be in memory if possible void multiplyinplace (apstruct *ds1, apstruct
www.eeworm.com/read/214672/15092364

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/491809/1187583

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/470720/1451427

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/470693/1463373

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/467516/1500107

as mul.as

package flare.query.methods { import flare.query.Arithmetic; /** * Creates a new multiplication Arithmetic query operator. * @param a the left side argument. * This valu
www.eeworm.com/read/459110/1574053

java fpnafmultiplier.java

package org.bouncycastle.math.ec; import java.math.BigInteger; /** * Class implementing the NAF (Non-Adjacent Form) multiplication algorithm. */ class FpNafMultiplier implements ECMultiplier {
www.eeworm.com/read/459110/1574064

java tnaf.java

package org.bouncycastle.math.ec; import java.math.BigInteger; /** * Class holding methods for point multiplication based on the window * τ-adic nonadjacent form (WTNAF). The algorithms are ba
www.eeworm.com/read/240162/4589282

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