代码搜索:modulus

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

代码结果 3,028
www.eeworm.com/read/415793/11053862

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/267326/11182689

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/146635/12628962

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/146635/12628990

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/146479/12644435

xml publickey.xml

sQVZ/hObAZLEmnWS8pmTKR5OwqXZT41s662gyzYNFrCrFiC+cFasVe/QT/irOLCX7qp8tUY6d0g25LXBhjUCma4kfS0akV6mPQNwXEZBzD5TOUqEDbqShviW3xnWyGO/sBhASkWQEknaPF5YnBaPfbPHYFHiJBllatc
www.eeworm.com/read/146479/12644436

xml privatekey.xml

sQVZ/hObAZLEmnWS8pmTKR5OwqXZT41s662gyzYNFrCrFiC+cFasVe/QT/irOLCX7qp8tUY6d0g25LXBhjUCma4kfS0akV6mPQNwXEZBzD5TOUqEDbqShviW3xnWyGO/sBhASkWQEknaPF5YnBaPfbPHYFHiJBllatc
www.eeworm.com/read/300042/13941431

m beam2t.m

function [Ke,fe]=beam2t(ex,ey,ep,eq) % function [Ke,fe]=beam2t(ex,ey,ep,eq) %------------------------------------------------------------- % PURPOSE % Compute the stiffness matrix for a t
www.eeworm.com/read/134722/13975915

java rsa.java

import java.io.*; import java.math.*; import java.security.*; import javax.swing.*; public class RSA implements Serializable { private final static BigInteger one = BigInteger.ONE;
www.eeworm.com/read/202486/15381830

cpp pr1404.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 14.4 on page 333 // Conversion functions #include using namespace std; ty
www.eeworm.com/read/111545/15510153

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(