代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/349903/10785721
cpp poly2.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field GF(2^m)
*
* WARNING: This class has been cobbled together f
www.eeworm.com/read/467287/7009243
readme
1. The problem was caused by an overflow in the arithmetic coder
due to long strings of repeated characters. This has been
fixed.
2. The program now tests for repeated strings and by
www.eeworm.com/read/467287/7009277
c bitio.c
/*
* Listing 4 -- bitio.c
*
* This routine contains a set of bit oriented i/o routines
* used for arithmetic data compression. The important fact to
* know about these is that the first bit
www.eeworm.com/read/392997/7247789
h bitmap.h
// bitmap.h
// Data structures defining a bitmap -- an array of bits each of which
// can be either on or off.
//
// Represented as an array of unsigned integers, on which we do
// modulo arithmetic
www.eeworm.com/read/449125/7518016
m demo_linsys.m
clear all;
format long e
disp(' ')
disp(' Create an n by n singular upper trigiagonal matrix A ')
disp(' and a consistent right hand side b. ')
disp(' In exact arithmetic A
www.eeworm.com/read/318176/13484069
txt first.txt
MIRACL is a highly efficient and portable Multiprecision Integer and Rational
Arithmetic C/C++ Library. Full source code is provided. Its main area of
application is in the implementation of Publi
www.eeworm.com/read/318176/13484176
cpp polymod.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 f
www.eeworm.com/read/318176/13484201
h polymod.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 f
www.eeworm.com/read/318176/13484204
cpp poly2.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field GF(2^m)
*
* WARNING: This class has been cobbled together f
www.eeworm.com/read/119864/6081693
c ieee.c
/* ieee.c
*
* Extended precision IEEE binary floating point arithmetic routines
*
* Numbers are stored in C language as arrays of 16-bit unsigned
* short integers. The arguments of the