代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/350482/10741308

c bncore.c

#include #ifdef BNCORE_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as n
www.eeworm.com/read/350482/10741426

c bn_mp_and.c

#include #ifdef BN_MP_AND_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well a
www.eeworm.com/read/420885/10769505

h ec2.h

/* * MIRACL C++ Header file ec2.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class EC2 (Arithmetic on an Elliptic Curve, * over GF(2^m) * * NOTE
www.eeworm.com/read/349903/10785258

h ec2.h

/* * MIRACL C++ Header file ec2.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class EC2 (Arithmetic on an Elliptic Curve, * over GF(2^m) * * NOTE
www.eeworm.com/read/349903/10785558

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
www.eeworm.com/read/276599/7073013

java day.java

package corejava; import java.util.*; import java.io.*; /** Stores dates and perform date arithmetic. This is another date class, but more convenient that java.util.Date
www.eeworm.com/read/165343/7143825

txt testgs3.cc.txt

// Program: testGS.cc --- test the GS decoder and multivar poly arithmetic // This program actually goes through a decoding process for a RS code // Todd K. Moon, Feb 7, 2004 // Copyright 2004 by
www.eeworm.com/read/165343/7143828

txt testgs5.cc.txt

// Program: testGS.cc --- test the GS decoder and multivar poly arithmetic // This program actually goes through a decoding process for a RS code // Todd K. Moon, Feb 7, 2004 // Copyright 2004 by
www.eeworm.com/read/165343/7143895

txt testqr.cc.txt

// Program: testQR.cc --- do the arithmetic for a QR code // Todd K. Moon // Copyright 2004 by Todd K. Moon // Permission is granted to use this program/data // for educational/research only #inclu
www.eeworm.com/read/165343/7143967

m polydivgfp.m

function [q,r] = polydivgfp(a,b,p) % function [q,r] = polydivgfp(a,b) % divide a(x)/b(x), and return quotient and remainder in q and r % using arithmetic in GF(p) % % Coefficients are assumed to be i