代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/119864/6082062
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
www.eeworm.com/read/100320/6270539
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/100320/6270569
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/494791/6375539
progp
program interval(input,output);
{dataflow simulator for real interval arithmetic}
const
IMem = 500; {number of instructions}
DMem = 200; {number of interval variables allowed}
Par = 3; {max num
www.eeworm.com/read/494289/6381480
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/494289/6381594
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/494289/6381619
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/494289/6381620
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/493401/6402329
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/493005/6403372
h qmath.h
/*
* qmath - declarations for extended precision rational arithmetic
*
* Copyright (C) 1999-2006 David I. Bell
*
* Calc is open software; you can redistribute it and/or modify it under
* the te