代码搜索:modulus

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

代码结果 3,028
www.eeworm.com/read/211389/15180980

h mycrypt_pkcs.h

/* PKCS Header Info */ /* ===> PKCS #1 -- RSA Cryptography
www.eeworm.com/read/208890/15233162

cpp gf2_32.cpp

// gf2_32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "misc.h" #include "gf2_32.h" NAMESPACE_BEGIN(CryptoPP) GF2_32::Element GF2_32::Multiply(Element
www.eeworm.com/read/252613/6787783

cpp gf2_32.cpp

// gf2_32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "misc.h" #include "gf2_32.h" NAMESPACE_BEGIN(CryptoPP) GF2_32::Element GF2_32::Multiply(Element
www.eeworm.com/read/473622/6847412

m mod2.m

%MOD2 Matlab index-compatible modulus after division. % Y = MOD2(X,LEN) returns X modulus LEN such that Y is always % within the valid index range of MATLAB arrays. % % Example: % len = 4
www.eeworm.com/read/472264/6874561

cpp gf2_32.cpp

#include "pch.h" #include "misc.h" #include "gf2_32.h" NAMESPACE_BEGIN(CryptoPP) GF2_32::Element GF2_32::Multiply(Element a, Element b) const { word32 table[4]; table[0] = 0;
www.eeworm.com/read/173217/9666691

cpp 601c.cpp

// 601c.cpp class C Overload + - #include #include class C //Complex { private: float r,i; public: C (float rr=0, float ii = 0){r = rr; i = ii;} void Disp
www.eeworm.com/read/368183/9707421

cpp gf2_32.cpp

// gf2_32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "misc.h" #include "gf2_32.h" NAMESPACE_BEGIN(CryptoPP) GF2_32::Element GF2_32::Multiply(Element
www.eeworm.com/read/172143/9723090

cpp gf2_32.cpp

// gf2_32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "misc.h" #include "gf2_32.h" NAMESPACE_BEGIN(CryptoPP) GF2_32::Element GF2_32::Multiply(Element
www.eeworm.com/read/415793/11053855

vhd components.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; PACKAGE components IS -- n-bit register with enable COMPONENT regne GENERIC ( N : INTEGER := 4 ) ; PORT ( R : IN STD_LOGIC_VECTOR(N-1
www.eeworm.com/read/415793/11053864

vhd components.vhd

LIBRARY ieee ; USE ieee.std_logic_1164.all ; PACKAGE components IS -- D flip-flop with 2-to-1 multiplexer connected to D COMPONENT muxdff PORT ( D0, D1, Sel, Clock : IN STD_LOGIC ;