代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/101985/15795601
cs interfunction.cs
using System;
using System.Collections;
namespace ArithMetic
{
class InterFunction
{
public object ABS(ArrayList param)
{
if(param.Count != 1) throw new Exception();
return
www.eeworm.com/read/100612/15868903
c mrmonty.c
/*
* MIRACL Montgomery's method for modular arithmetic without division.
* mrmonty.c
*
* Programs to implement Montgomery's method
* See "Modular Multiplication Without Trial Divisi
www.eeworm.com/read/100612/15868946
h poly2mod.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field GF(2^m).
*
* WARNING: This class has been cobbled together
www.eeworm.com/read/100612/15868952
cpp poly2mod.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field GF(2^m).
*
* WARNING: This class has been cobbled together
www.eeworm.com/read/160815/10497832
eqn mul.fit.eqn
--A1L81 is i~534 at LC_X32_Y26_N0
--operation mode is arithmetic
A1L81 = A1L38 $ !states_count[0];
--A1L02 is i~534COUT0 at LC_X32_Y26_N0
--operation mode is arithmetic
A1L02_cout_0 = !A1L3
www.eeworm.com/read/452497/7439135
c test.c
//#include "E:/项目/朱长安、王欣、高红伟的项目/MBMS_LinkLevel(06年5月16日拷过来)/Arithmetic/arithDataType.h"
//#include "E:/项目/朱长安、王欣、高红伟的项目/MBMS_LinkLevel(06年5月16日拷过来)/Arithmetic/arithVector.h"
#include "mapRemoveCpFFT
www.eeworm.com/read/289374/8556164
cpp arithmeticslr1.cpp
/*
* this program is to calculate the arithmetic expression using SLR1
*
*/
#include
#include
#include
#include
#include
using namespac
www.eeworm.com/read/385844/8786407
h bitmap.h
// bitmap.h
// Data structures defining a bitmap -- an array of bits each of which
// can be either on or off.
//
// Represented as an array of unsigned integers, on which we do
// modulo arithmetic
www.eeworm.com/read/427960/8908446
txt first.txt
MIRACL is a highly efficient and portable Multiprecision Integer and Rational
Arithmetic C/C++ Library. Full source code is provided. Its main area of
application is in the implementation of Publi
www.eeworm.com/read/427960/8908858
cpp polymod.cpp
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field mod p.
*
* WARNING: This class has been cobbled together f