代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/119864/6081779

c polynf.c

/* polynf.c * polyrf.c * Arithmetic operations on polynomials * * In the following descriptions a, b, c are polynomials of degree * na, nb, nc respectively. The degree of a polynomia
www.eeworm.com/read/119864/6081940

c polyn.c

/* polyn.c * polyr.c * Arithmetic operations on polynomials * * In the following descriptions a, b, c are polynomials of degree * na, nb, nc respectively. The degree of a polynomial
www.eeworm.com/read/100601/6267382

c mptest-4.c

/* * Simple test driver for MPI library * * Test 4: Modular arithmetic tests * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not us
www.eeworm.com/read/100320/6270561

c coder.c

/* * Listing 2 -- coder.c * * This file contains the code needed to accomplish arithmetic * coding of a symbol. All the routines in this module need * to know in order to accomplish coding
www.eeworm.com/read/494289/6381599

cpp polyxy.cpp

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on such polynomials whose coefficients are from * the finite field mod p * * WARNING: This class has been c
www.eeworm.com/read/494289/6381601

cpp poly.cpp

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field mod p * * WARNING: This class has been cobbled together for
www.eeworm.com/read/494289/6381602

h flpoly.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are float numbers * * WARNING: This class has been cobbled together for a specific use wi
www.eeworm.com/read/494289/6381604

h polyxy.h

/* * C++ class to implement a bivariate polynomial type and to allow * arithmetic on polynomials whose coefficients are from * the finite field mod p * * WARNING: This class has been cobble
www.eeworm.com/read/494289/6381606

h poly.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field mod p * * WARNING: This class has been cobbled together for
www.eeworm.com/read/494289/6381618

h poly2.h

/* * C++ class to implement a polynomial type and to allow * arithmetic on polynomials whose elements are from * the finite field 2^m * * WARNING: This class has been cobbled together for a