代码搜索:modulus

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

代码结果 3,028
www.eeworm.com/read/474578/6812682

asp rsa.asp

www.eeworm.com/read/472264/6874569

cpp mpilib.cpp

/* C source code for multiprecision arithmetic library routines. Implemented Nov 86 by Philip Zimmermann Last revised 27 Nov 91 by PRZ Boulder Software Engineering 3021 Eleventh Street Bou
www.eeworm.com/read/294203/8246668

m abs.m

function a = abs(q) % ABS Absolute value, or modulus, of a quaternion. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/173797/9635425

cpp cpp1.cpp

#pragma hdrstop #include #include #include #define WAN 10000 //以10000为进制,进制越大,速度越快但同时算的数也越小; #define ENDFLAG 999999 //结束标志 typedef unsigned int INTT ; /
www.eeworm.com/read/368183/9707436

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/368183/9707451

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/172143/9723107

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/172143/9723122

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/170836/9785984

c sshrsa.c

/* * RSA implementation for PuTTY. */ #include #include #include #include #include "ssh.h" #include "misc.h" #define GET_32BIT(cp) \ ((
www.eeworm.com/read/415793/11053573

vhd downcnt.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; ENTITY downcnt IS GENERIC ( modulus : INTEGER := 8 ) ; PORT ( Clock, L, E : IN STD_LOGIC ; Q : OUT INTEGER RANGE 0 TO modulus-1 ) ; END d