代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/316872/3585676
c dp_modf.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/316872/3585677
c dp_fsp.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/316872/3585679
c dp_sub.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/316872/3585680
c dp_add.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/316872/3585681
c dp_simple.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/316872/3585682
c dp_mul.c
/* IEEE754 floating point arithmetic
* double precision: common utilities
*/
/*
* MIPS floating point support
* Copyright (C) 1994-2000 Algorithmics Ltd.
* http://www.algor.co.uk
*
* ##########
www.eeworm.com/read/312509/3671055
c jcarith.c
/* This programe is reedited by Fujian Shi(fieagle@yahoo.com.cn)
*from the code programmed by Guido Vollbeding .
* jcarith.c
*
* It can only acomplesh simple arithmetic coding.
*/
www.eeworm.com/read/307266/3726077
h complex.h
/*
* Quick and dirty complex data type using float arithmetic
* Should be extended
*/
#ifndef COMFLOAT_H
#define COMFLOAT_H
#include "floating.h"
class Complex
{
Float x,y;
pu
www.eeworm.com/read/307266/3726119
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/307266/3726121
cpp zzn4.cpp
/*
* MIRACL C++ Implementation file zzn4.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn4 (Arithmetic over n^4)
*
* WARNING: This class has been cobbled