代码搜索:modulus

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

代码结果 3,028
www.eeworm.com/read/339492/12229407

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/150781/12263331

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/252132/12300265

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
www.eeworm.com/read/252132/12300620

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
www.eeworm.com/read/250756/12386707

c sshrsa.c

/* * RSA implementation for PuTTY. */ #include #include #include #include #include "ssh.h" #include "misc.h" int makekey(unsigned char *data
www.eeworm.com/read/131693/14132794

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/233248/14161554

m pcfbandkz.m

% this program is designed for solving the two dimensional photonic structure % Photonic Crystal Fiber: Band gap with a kz % Triangular lattice % Shangping Guo % Old Dominion University, 2000 cle
www.eeworm.com/read/130455/14193157

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/130455/14193180

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/231175/14249754

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(