代码搜索:arithmetic

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

代码结果 7,844
www.eeworm.com/read/349903/10785667

cpp fpoly.cpp

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

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/349903/10785696

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/349903/10785714

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
www.eeworm.com/read/349903/10785725

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/349903/10785740

h fpoly.h

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

cpp program_4_4.cpp

// Program 4.4: Compute a simple arithmetic expression #include using namespace std; int main() { // prompt and extract desired operation cout
www.eeworm.com/read/467454/7003506

h tommath.h

/* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * *
www.eeworm.com/read/467287/7009269

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/465663/7051497

h tommath.h

/* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * *