代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/318176/13484105
cpp zzn.cpp
/*
* MIRACL C++ functions zzn.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn functions using Montgomery
* representation
www.eeworm.com/read/318176/13484188
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/310741/13644715
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/306208/13749250
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/152721/5667379
java rsapublickey.java
package org.infosecurity.cryptography;
/**
* Title: RSA的公钥类
* Description: RSA的公钥结构
* Copyright: Copyright (c) 2003
* Company: 中信信息安全组织(CISO)
* @author 张荣华
* @ver
www.eeworm.com/read/139903/5796036
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/139332/5800553
hpp linear_congruential.hpp
/* boost random/linear_congruential.hpp header file
*
* Copyright Jens Maurer 2000-2001
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/134479/5892374
br voutfloatn.br
#include
#include
unsigned int debug_vout = 0;
#define debugStreamPrint(stream,title) if (debug_vout) { printf ("%s\n",title); streamPrint(stream,1); printf ("\n\n")
www.eeworm.com/read/134479/5892380
br vout1dfloatn.br
#include
#include
extern unsigned int debug_vout;
#define debugStreamPrint(stream,title) if (debug_vout) { printf ("%s\n",title); streamPrint(stream,1); printf ("\n\
www.eeworm.com/read/134479/5892405
br voutfloatn.br
#include
#include
unsigned int debug_vout = 0;
float absolutezero=0.0f;
#ifdef _WIN32
// do not let it warn us that we use more than 64K lines of code
#pragma warning(d