代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/156811/11762470

c galois.c

/***************************** * * * Multiplication and Arithmetic on Galois Field GF(256) * * From Mee, Daniel, "Magnetic Recording, Volume III", Ch. 5 by Patel. * * (c) 1991 Henry Minsky *
www.eeworm.com/read/156811/11762511

c galois.c

/***************************** * * * Multiplication and Arithmetic on Galois Field GF(256) * * From Mee, Daniel, "Magnetic Recording, Volume III", Ch. 5 by Patel. * * (c) 1991 Henry Minsky *
www.eeworm.com/read/259580/11780153

cpp norecomputationdpmatrixchain.cpp

// Second version of recursive dynamic programming solution for // the matrix multiplication chains problem, this version // computes each c(i,j) at most once #include #include "ma
www.eeworm.com/read/259580/11780653

cpp iterativedpmatrixchain.cpp

// iterative version of dynamic programming solution for // the matrix multiplication chains problem #include #include "make2dArray.h" using namespace std; // global variables
www.eeworm.com/read/252296/12287265

h matrix_tools.h

#ifndef MATRIX_TOOLS_H #define MATRIX_TOOLS_H /* Use these for sending to matrix multiplication routines */ #define AA 0 /* A * A */ #define ATA 1 /* AT * A Where: AT =
www.eeworm.com/read/337174/12386548

c galois.c

/***************************** * * * Multiplication and Arithmetic on Galois Field GF(256) * * From Mee, Daniel, "Magnetic Recording, Volume III", Ch. 5 by Patel. * * (c) 1991 Henry Minsky *
www.eeworm.com/read/218764/14907336

readme

These directories contains the code for the SERIAL Strassen implementation for general matrix multiplication C = alpha*AB+beta*C. The major difference between this code and the BLAS DGEMM
www.eeworm.com/read/467516/1500151

as arithmetic.as

package flare.query { /** * Expression operator for arithmetic operations. Performs addition, * subtraction, multiplication, or division of sub-expression values. */ public class Arithme
www.eeworm.com/read/459110/1574054

java precompinfo.java

package org.bouncycastle.math.ec; /** * Interface for classes storing precomputation data for multiplication * algorithms. Used as a Memento (see GOF patterns) for * WNafMultiplier.
www.eeworm.com/read/231726/4709810

c galois.c

/***************************** * * * Multiplication and Arithmetic on Galois Field GF(256) * * From Mee, Daniel, "Magnetic Recording, Volume III", Ch. 5 by Patel. * * (c) 1991 Henry Minsky *