代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/139679/13141609
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Arithmetic.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
www.eeworm.com/read/241364/13150605
sql ch10_intervals02.sql
/* Following are some more examples of interval arithmetic. */
DECLARE
hire_date TIMESTAMP WITH TIME ZONE;
a INTERVAL YEAR TO MONTH;
b INTERVAL DAY TO SECOND;
BEGIN
hire_date := TI
www.eeworm.com/read/318176/13483981
txt readme.txt
The Zipped archive MIRACL.ZIP contains all the source code for the latest
version of MIRACL: a Multiprecision Integer and Rational Arithmetic C/C++
library. The full Manual is available in both MS
www.eeworm.com/read/318176/13484136
c mrarth1.c
/*
* MIRACL arithmetic routines 1 - multiplying and dividing BIG NUMBERS by
* integer numbers.
* mrarth1.c
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include "miracl
www.eeworm.com/read/318176/13484279
h ecn6.h
/*
* MIRACL C++ Header file ecn6.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn6 (Arithmetic on an Elliptic Curve,
* mod n^6)
*
* NOTE :
www.eeworm.com/read/318176/13484287
h ecn2.h
/*
* MIRACL C++ Header file ecn2.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn2 (Arithmetic on an Elliptic Curve,
* mod n^2)
*
* NOTE :
www.eeworm.com/read/318176/13484300
h ecn4.h
/*
* MIRACL C++ Header file ecn4.h
*
* AUTHOR : M. Scott
*
* PURPOSE : Definition of class ECn4 (Arithmetic on an Elliptic Curve,
* mod n^4)
*
* NOTE :
www.eeworm.com/read/309649/13667178
h bignum.h
/* +++Date last modified: 05-Jul-1997 */
/* BIGNUM.H
**
** Header file with definition of BigNum type for Big Number Arithmetic.
**
** Released to the public domain by Clifford Rhodes on June 1
www.eeworm.com/read/119864/6082063
h ehead.h
/* Include file for extended precision arithmetic programs.
*/
/* Number of 16 bit words in external x type format */
#define NE 6
/* Number of 16 bit words in internal format */
#define N
www.eeworm.com/read/209582/6308078
cpp arith-n.cpp
//------------------------------------------------------------
// arith-n.cpp - order-n arithmetic coding module
#include
#include
#include
#include "errhand.h