代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/307266/3726138
cpp zzn12.cpp
/*
* MIRACL C++ Implementation file zzn12.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn12 (Arithmetic over n^12)
*
* WARNING: This class has been cobb
www.eeworm.com/read/307266/3726152
cpp zzn8.cpp
/*
* MIRACL C++ Implementation file zzn8.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn8 (Arithmetic over n^8)
*
* WARNING: This class has been cobbled
www.eeworm.com/read/307266/3726168
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
www.eeworm.com/read/307266/3726427
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/3726471
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/3726473
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
www.eeworm.com/read/307266/3726490
cpp zzn12.cpp
/*
* MIRACL C++ Implementation file zzn12.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn12 (Arithmetic over n^12)
*
* WARNING: This class has been cobb
www.eeworm.com/read/307266/3726504
cpp zzn8.cpp
/*
* MIRACL C++ Implementation file zzn8.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn8 (Arithmetic over n^8)
*
* WARNING: This class has been cobbled
www.eeworm.com/read/307266/3726520
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
www.eeworm.com/read/303435/3811700
h dcomplex.h
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
// Complex.h - C++ include file for dcomplex arithmetic
#ifndef DCOMPLEX_H
#define DCOMPLEX_H
#in