代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/266535/11220363
c fibs.c
/* Problem How many Fibs?
* Algorithm Large Integer Arithmetic
* Runtime O(n^2)
* Author Walter Guttmann
* Date 01.07.2000
*/
#include
#include
#include
www.eeworm.com/read/249227/12515857
c code_mul.c
/* CODE_MUL.C - ARITHMETIC ENCODING/DECODING, USING MULTIPLY/DIVIDE. */
#include
#define global extern
#include "code.h"
/* CURRENT STATE OF THE ENCODING/DECODING. */
static
www.eeworm.com/read/237003/13983683
cpp fixed-class.cpp
#include
#include // for huge()
using namespace blitz;
// A simple fixed point arithmetic class which represents a point
// in the interval [0,1].
class FixedPoi
www.eeworm.com/read/237003/13983689
h fixed-point.h
#include
#include // for huge()
using namespace blitz;
// A simple fixed point arithmetic class which represents a point
// in the interval [0,1].
class FixedPoi
www.eeworm.com/read/237003/13983693
texi fixed-point.texi
#include
#include // for huge()
using namespace blitz;
// A simple fixed point arithmetic class which represents a point
// in the interval [0,1].
class FixedPoi
www.eeworm.com/read/100036/15460708
c digit.c
/* DIGIT.C - digit arithmetic routines
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#include "global.h"
#include
www.eeworm.com/read/110265/15537901
c digit.c
/* DIGIT.C - digit arithmetic routines
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#include "global.h"
#include
www.eeworm.com/read/102309/15786939
c code_mul.c
/* CODE_MUL.C - ARITHMETIC ENCODING/DECODING, USING MULTIPLY/DIVIDE. */
#include
#define global extern
#include "code.h"
/* CURRENT STATE OF THE ENCODING/DECODING. */
static
www.eeworm.com/read/100612/15868992
cpp zzn2.cpp
/*
* MIRACL C++ Implementation file zzn2.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn2 (Arithmetic over n^2)
*
* WARNING: This class has been cobbled
www.eeworm.com/read/100612/15869014
cpp zzn6.cpp
/*
* MIRACL C++ Implementation file zzn6.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn6 (Arithmetic over n^6)
*
* WARNING: This class has been cobbled