代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/375190/2735887
rst multiplies.rst
.. Metafunctions/Arithmetic Operations/multiplies |70
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LI
www.eeworm.com/read/375190/2735904
rst minus.rst
.. Metafunctions/Arithmetic Operations//minus |20
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LICENS
www.eeworm.com/read/375190/2735942
rst divides.rst
.. Metafunctions/Arithmetic Operations//divides |40
.. Copyright Aleksey Gurtovoy, David Abrahams 2007.
.. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LICE
www.eeworm.com/read/366702/2884384
c fwrapv-2.c
/* Copyright (C) 2003 Free Software Foundation.
Test that the -fno-wrapv command line option is accepted and enables
"unsafe" optimizations that rely on undefined arithmetic overflow.
Writt
www.eeworm.com/read/235522/14065575
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/112209/15491608
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/112209/15491642
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/109646/15553305
cpp ari.cpp
//
// ARI.CPP
//
// Mark Nelson
// March 8, 1996
// http://web2.airmail.net/markn
//
// DESCRIPTION
// -----------
//
// This program performs an order-0 adaptive arithmetic encoding
/
www.eeworm.com/read/109646/15553313
cpp unari.cpp
//
// UNARI.CPP
//
// Mark Nelson
// March 8, 1996
// http://web2.airmail.net/markn
//
// DESCRIPTION
// -----------
//
// This program performs an order-0 adaptive arithmetic decoding
www.eeworm.com/read/101985/15795608
cs parser.cs
using System;
using System.Collections;
using System.Reflection;
namespace ArithMetic
{
public delegate void FunctionHandler(object sender,FunctionEventArgs e);
public delegate void E