代码搜索:Modular
找到约 9,839 项符合「Modular」的源代码
代码结果 9,839
www.eeworm.com/read/154098/5642240
srs top.srs
#
#
#
# Created by Synplify Verilog HDL Compiler version 7.2, Build 112R from Synplicity, Inc.
# Copyright 1994-1999 Synplicity, Inc. , All rights reserved.
# Synthesis Netlist written on Wed Mar
www.eeworm.com/read/154098/5642247
out anal.out
Reading in the Synopsys verilog primitives.
J:/Example-8-1/Modular_Design/syn_modules/module_c/module_c.v:
www.eeworm.com/read/473179/6857560
txt 素数随机判定(miller_rabin).txt
//miller rabin
//判断自然数n是否为素数
//time越高失败概率越低,一般取10到50
#include
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
int modular_exponent(int a,int b,int n){ //a^b
www.eeworm.com/read/473191/6857966
txt 素数随机判定(miller_rabin).txt
//miller rabin
//判断自然数n是否为素数
//time越高失败概率越低,一般取10到50
#include
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
int modular_exponent(int a,int b,int n){ //a^b
www.eeworm.com/read/370788/9585772
txt 素数随机判定(miller_rabin).txt
//miller rabin
//判断自然数n是否为素数
//time越高失败概率越低,一般取10到50
#include
#ifdef WIN32
typedef __int64 i64;
#else
typedef long long i64;
#endif
int modular_exponent(int a,int b,int n){ //a^b
www.eeworm.com/read/353834/10414286
java millerrabin32.java
/* Copyright (c) 2008 the authors listed at the following URL, and/or
the authors of referenced articles or incorporated external code:
http://en.literateprograms.org/Miller-Rabin_primality_test_(Java
www.eeworm.com/read/160163/10562192
c is_prime.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/160163/10562246
c crypt_find_cipher_id.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/160163/10562419
c crypt_find_hash_id.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/160163/10562585
c ocb_shift_xor.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