代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/176157/5339213

java selectionexample.java

// SelectionExample.java // A simple multiplication table with the ability to play with row and column // selections. You can alter the cell, column and row selection properties // of the table at ru
www.eeworm.com/read/286193/4041886

cpp arithmeticcalculator.cpp

// Exercise 7.17: ArithmeticCalculator.cpp // This application accepts two operands and allows // the user to perform multiplication or addition. #include // required to perform C++ stre
www.eeworm.com/read/474778/6806931

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/295353/8168511

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/267448/11178475

m ltsum.m

function output = LTsum(numneurons, icurrent, R, Tmin, Tmax) % function output = LTsum(numneurons, icurrent, R, Tmin, Tmax) % % This function simulates multiplication by linear summation of the out
www.eeworm.com/read/112466/15484752

tex matrix.tex

\rhead{Class MATRIX} \section{MATRIX : Simple matrix calculation} {\tt Matrix} class provides advanced matrix manipulation routines which include addition, substraction, multiplication, tranpos
www.eeworm.com/read/387605/8663172

h expression.h

/*This program can solve simple formula *by adder, subtraction, multiplication and division, *whose operand is float, including minus float. */ //Expression.h #if !defined (_EXPRESSION_HEAD_)
www.eeworm.com/read/427960/8908839

c mrmonty.c

/* * MIRACL Montgomery's method for modular arithmetic without division. * mrmonty.c * * Programs to implement Montgomery's method * See "Modular Multiplication Without Trial Divisi
www.eeworm.com/read/178172/9416555

c idigitkara.c

/* Integer Version 2.0, RD, 20.1.93 idigitkara.c */ /* use DigitVecMult, RD, 24.2.93 */ /* Karatsuba method for multiplication of long integers. */ /* Parameters optimized for Sparc Version. */
www.eeworm.com/read/178172/9416586

c idigitkara.c

/* Integer Version 2.0, RD, 20.1.93 idigitkara.c */ /* use DigitVecMult, RD, 24.2.93 */ /* Karatsuba method for multiplication of long integers. */ /* Parameters optimized for Sparc Version. */