代码搜索:modulus

找到约 3,028 项符合「modulus」的源代码

代码结果 3,028
www.eeworm.com/read/351581/10638538

c float_c.c

#include #include #include class CFloat { private: long m_Data; int m_Dec; public: CFloat( long data, int dec ); CFloat( void ); ~CFloat(); void
www.eeworm.com/read/427960/8908839

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/167678/9955902

dat node_displace.dat

---PLANE PROBLEM ANALYSIS BY TRIANGULAR ELEMENT--- NUMBER OF NODES=6 NUMBER OF ELEMENTS=4 PLANE STRESS PROBLEM ELASTICITY MODULUS=1.00 POISSON MODULUS=0.0000 SPECIFIC GRAVITY=0
www.eeworm.com/read/160163/10562300

c ecc.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/278099/10571277

c bigtest.c

/* +++Date last modified: 05-Jul-1997 */ /* BIGTEST.C ** ** Routines to test Big Number Arithmetic functions found in BIGNUM.C ** */ #include #include #include
www.eeworm.com/read/271765/10981118

c ecc.c

/* Implements ECC over Z/pZ for curve y^2 = x^3 - 3x + b * * All curves taken from NIST recommendation paper of July 1999 * Available at http://csrc.nist.gov/cryptval/dss.htm */ #include "mycrypt
www.eeworm.com/read/331444/12828257

m mod.m

% M = mod(A,B) % % Modulus operator: returns A mod B. % Works on matrics, vectors or scalars. % % NOTE: This function is a Matlab-5 builtin, but was missing from Matlab-4. % Eero Simoncelli, 7/96.
www.eeworm.com/read/331439/12828828

m inv.m

function R = inv(a) % INV Inverse of a quaternion (matrix). % (Quaternion overloading of standard Matlab function.) % % For a single quaternion, this function computes the inverse, % that is the con
www.eeworm.com/read/136959/13351600

c bigtest.c

/* BIGTEST.C ** ** Routines to test Big Number Arithmetic functions found in BIGNUM.C ** */ #include #include #include #include #if defined(_MSC_VER) #include