代码搜索:modulus

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

代码结果 3,028
www.eeworm.com/read/115525/15011673

h modarith.h

#ifndef CRYPTOPP_MODARITH_H #define CRYPTOPP_MODARITH_H // implementations are in integer.cpp #include "cryptlib.h" #include "misc.h" #include "integer.h" #include "algebra.h" NAMESPACE_B
www.eeworm.com/read/213527/15130698

v modmule_verilog.v

/**********TopScientic**********/ /* Version:1.0 */ /* Date: 07/05/14 */ /* Author:RSxia */ /*******************************/ module modmult(mpand,mplier,m
www.eeworm.com/read/208890/15233169

cpp modexppc.cpp

// modexppc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modexppc.h" #include "asn.h" #include "algebra.cpp" #include "eprecomp.cpp" NAMESPACE_BEGIN(
www.eeworm.com/read/208890/15233176

h modarith.h

#ifndef CRYPTOPP_MODARITH_H #define CRYPTOPP_MODARITH_H // implementations are in integer.cpp #include "cryptlib.h" #include "misc.h" #include "integer.h" #include "algebra.h" NAMESPACE_B
www.eeworm.com/read/167911/5450692

java key_dh.java

import java.io.*; import java.math.*; import java.security.*; import java.security.spec.*; import javax.crypto.*; import javax.crypto.spec.*; import javax.crypto.interfaces.*; public class Ke
www.eeworm.com/read/165810/5477220

cmp math.cmp

Addition and subtraction : 1 + 1 = 2 2 - 1 = 1 Multiplication, division, and modulus : 5 % 2 = 1 5 % 0 = $rem2 7 % 2 = 1 5 / 2 = 2 5 / 0 = $rem4 5 * 2 = 10 5 * -1 = -5 5 * -2 = -10 5 * -2 = -10
www.eeworm.com/read/161121/5557070

s divide.s

/* * arch/alpha/lib/divide.S * * (C) 1995 Linus Torvalds * * Alpha division.. */ /* * The alpha chip doesn't provide hardware division, so we have to do it * by hand. The compiler expects th
www.eeworm.com/read/152843/5658899

s divide.s

/* * arch/alpha/lib/divide.S * * (C) 1995 Linus Torvalds * * Alpha division.. */ /* * The alpha chip doesn't provide hardware division, so we have to do it * by hand. The compiler expects th
www.eeworm.com/read/252613/6787790

cpp modexppc.cpp

// modexppc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modexppc.h" #include "asn.h" #include "algebra.cpp" #include "eprecomp.cpp" NAMESPACE_BEGIN(
www.eeworm.com/read/252613/6787798

h modarith.h

#ifndef CRYPTOPP_MODARITH_H #define CRYPTOPP_MODARITH_H // implementations are in integer.cpp #include "cryptlib.h" #include "misc.h" #include "integer.h" #include "algebra.h" NAMESPACE_B