代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/133159/14053461
cpp arith-n.cpp
//------------------------------------------------------------
// arith-n.cpp - order-n arithmetic coding module
#include
#include
#include
#include "errhand.h
www.eeworm.com/read/108034/15596084
cpp arith-n.cpp
//------------------------------------------------------------
// arith-n.cpp - order-n arithmetic coding module
#include
#include
#include
#include "errhand.h
www.eeworm.com/read/102116/15792950
cpp arith-n.cpp
//------------------------------------------------------------
// arith-n.cpp - order-n arithmetic coding module
#include
#include
#include
#include "errhand.h
www.eeworm.com/read/100612/15869003
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/100612/15869007
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/100431/15873796
c mtstl.c
/* mtst.c
Consistency tests for math functions.
The following are typical results for
an alleged IEEE long double precision arithmetic:
Consistency test of math functions.
Max and rms errors fo
www.eeworm.com/read/192122/8403204
asm float1.asm
#define PAGE EJECT
TITLE "Binary Floating Arithmetic Routines For PIC17C42 : Ver 1.0"
LIST columns=120, WRAP, L=0
;
include "17c42.h"
;
;******************************************
www.eeworm.com/read/191613/8425837
cpp ex0207.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 2.7 on page 23
// Floating-Point Arithmetic
#include
using namespace std;
www.eeworm.com/read/388811/8573811
c bigcomplex.c
/* Basic complex arithmetic. Everything assumed to be in Cartesian form
and made to stay that way.
*/
#include
#include "bigfloat.h"
/* set a float to a constant 1 */
void one( FLOA
www.eeworm.com/read/187391/8642515
asm float1.asm
#define PAGE EJECT
TITLE "Binary Floating Arithmetic Routines For PIC17C42 : Ver 1.0"
LIST columns=120, WRAP, L=0
;
include "17c42.h"
;
;******************************************