代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/284998/8878754
h generators.h
//: C05:Generators.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Different ways to fill sequence
www.eeworm.com/read/281673/9142870
h generators.h
//: C05:Generators.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Different ways to fill sequence
www.eeworm.com/read/377553/9271621
vhd downcnt.vhd
--downcnt.vhd n modules downcounter
library ieee ;
use ieee.std_logic_1164.all ;
entity downcnt is
generic ( modulus : integer := 8 ) ;
port (
clock : in std_logic ;
e : in std_logic ;--enabl
www.eeworm.com/read/178378/9404470
h generators.h
//: C21:Generators.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Different ways to fill sequences
#ifndef
www.eeworm.com/read/178172/9416659
h imod.h
/* Integer Version 2.1, RD, 16.7.93 imod.h */
/* Modular arithmetic with Montgomery's method. Based on the large
integer arithmetic libI. RD, 16.7.93. */
#ifndef _IMOD_H
#define _IMOD_H
#i
www.eeworm.com/read/164942/10081167
vhd downcnt.vhd
--downcnt.vhd n modules downcounter
library ieee ;
use ieee.std_logic_1164.all ;
entity downcnt is
generic ( modulus : integer := 8 ) ;
port (
clock : in std_logic ;
e : in std_logic ;--enabl
www.eeworm.com/read/356335/10230848
hh bigintegeralgorithms.hh
#ifndef BIGINTEGERALGORITHMS_H
#define BIGINTEGERALGORITHMS_H
#include "BigInteger.hh"
/* Some mathematical algorithms for big integers.
* This code is new and, as such, experimental. */
// Return
www.eeworm.com/read/355030/10299529
h generators.h
//: C21:Generators.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Different ways to fill sequence
www.eeworm.com/read/160163/10562674
c pkcs_1_i2osp.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/349903/10785711
h poly2mod.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field GF(2^m).
*
* WARNING: This class has been cobbled together