代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/318176/13484214

cpp poly2xy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field of characteristic 2 * * WARNING: This cl
www.eeworm.com/read/309344/13673850

doc lowp_ac.doc

LOW-PRECISION ARITHMETIC CODING IMPLEMENTATION Radford M. Neal Initial release: 8 July 1991 Documentation update: 16 July
www.eeworm.com/read/122492/6065770

java moduloarithmetic.java

package numbercruncher.mathutils; /** * Perform multiplication and exponentiation modulo arithmetic. */ public class ModuloArithmetic { /** * Multiply two integer values a and b modulo
www.eeworm.com/read/119864/6081856

c polyr.c

/* Arithmetic operations on polynomials with rational coefficients * * In the following descriptions a, b, c are polynomials of degree * na, nb, nc respectively. The degree of a polynomial cannot
www.eeworm.com/read/494289/6381628

cpp poly2xy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field of characteristic 2 * * WARNING: This cl
www.eeworm.com/read/485014/6570707

java infix.java

// infix.java // converts infix arithmetic expressions to postfix // to run this program: C>java InfixApp import java.io.*; // for I/O //////////////////////////////////////////////////
www.eeworm.com/read/156908/11753338

cpp poly2xy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field of characteristic 2 * * WARNING: This cl
www.eeworm.com/read/338832/12278760

pl olympic.pl

% File : olympic.pl % Author : Neng-Fa ZHOU % Date : 1993 % Purpose: solve a puzzle taken from Olympic Arithmetic Contest /*************************************************************
www.eeworm.com/read/126767/14404659

java moduloarithmetic.java

package numbercruncher.mathutils; /** * Perform multiplication and exponentiation modulo arithmetic. */ public class ModuloArithmetic { /** * Multiply two integer values a and b modu
www.eeworm.com/read/207792/15262061

doc lowp_ac.doc

LOW-PRECISION ARITHMETIC CODING IMPLEMENTATION Radford M. Neal Initial release: 8 July 1991 Documentation update: 16 July