代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/206156/15299366
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/206156/15299375
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/16793/691038
c subst.c
/* subst.c -- The part of the shell that does parameter, command, arithmetic,
and globbing substitutions. */
/* ``Have a little faith, there's magic in the night. You ain't a
beauty, but, he
www.eeworm.com/read/491809/1187557
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/477371/1362498
imakefile
CURRENT_DIR = $(QCCPACK)/src/libQccPack/utils
EXECUTABLES = \@@\
geometric_sequence arithmetic_sequence \@@\
asciitodat dattoascii datcat datcut datdist \@@\
chnentropy \@@\
printfile
SHELL_SCRIP
www.eeworm.com/read/461213/1554784
imakefile
CURRENT_DIR = $(QCCPACK)/src/libQccPack/utils
EXECUTABLES = \@@\
geometric_sequence arithmetic_sequence \@@\
asciitodat dattoascii datcat datcut datdist \@@\
chnentropy \@@\
printfile
SHELL_SCRIP
www.eeworm.com/read/242931/4533270
h tvarith.h
/*
* tvarith.h
* - static inline functions for doing arithmetic on timevals
*/
/*
* This file is
* Copyright (C) 1997-1999 Ian Jackson
*
* It is part
www.eeworm.com/read/242732/4537467
h tvarith.h
/*
* tvarith.h
* - static inline functions for doing arithmetic on timevals
*/
/*
* This file is
* Copyright (C) 1997-1999 Ian Jackson
*
* It is part
www.eeworm.com/read/233448/4686156
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