代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/173672/9643787
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/110993/15520484
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/100612/15868946
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
www.eeworm.com/read/100605/15869855
cpp reducer.cpp
/*************************************************
* Modular Reducer Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/378683/9218408
cs ssh1util.cs
/* ---------------------------------------------------------------------------
*
* Copyright (c) Routrek Networks, Inc. All Rights Reserved..
*
* This file is a part of the Granados SSH Cl
www.eeworm.com/read/427960/8908610
tpl mrcomba.tpl
/*
* MIRACL Comba's method for ultimate speed modular multiplication
* mrcomba.tpl
*
* See "Exponentiation Cryptosystems on the IBM PC", IBM Systems
* Journal Vol. 29 No. 4 1990. Co
www.eeworm.com/read/349903/10785536
c mrmonty.c
/*
* MIRACL Montgomery's method for modular arithmetic without division.
* mrmonty.c
*
* Programs to implement Montgomery's method
* See "Modular Multiplication Without Trial Divisi
www.eeworm.com/read/397549/8039714
java rsapublickeystructure.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/318176/13484102
tpl mrcomba.tpl
/*
* MIRACL Comba's method for ultimate speed modular multiplication
* mrcomba.tpl
*
* See "Exponentiation Cryptosystems on the IBM PC", IBM Systems
* Journal Vol. 29 No. 4 1990. Co
www.eeworm.com/read/152721/5667550
java rsapublickeystructure.java
package org.bouncycastle.asn1.x509;
import java.util.Enumeration;
import java.math.BigInteger;
import org.bouncycastle.asn1.*;
public class RSAPublicKeyStructure
implements DEREncodable
{
p