代码搜索:Modular

找到约 9,839 项符合「Modular」的源代码

代码结果 9,839
www.eeworm.com/read/160163/10562830

c crypt_hash_descriptor.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/272894/10936855

dpr ex.dpr

{ See "note.txt" Time Out 1 times, Calculate C^D, need Double Iteration } program Ural_1141(Input,Output); type TIndex=Longint; function Extended_GCD(A,B:TIndex;var x,y:TIndex):TIndex; va
www.eeworm.com/read/211389/15180988

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/211389/15180998

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/211389/15181037

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/211389/15181064

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
www.eeworm.com/read/211389/15181138

c crypt_hash_descriptor.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/154098/5642242

tlg top.tlg

Selecting top level module top Synthesizing module IBUFG Synthesizing module CLKDLL Synthesizing module BUFG Synthesizing module BUFGP Synthesizing module module_a @W:"J:\Example-8-1\Modular_Des
www.eeworm.com/read/100605/15869715

h reducer.h

/************************************************* * Modular Reducer Header File * * (C) 1999-2002 The Botan Project * ***********************************************
www.eeworm.com/read/366028/9836288

cpp 解模线性方程ax=b(mod n).cpp

#include int ext_euclid(int a,int b,int &x,int &y) { int t,d; if (b==0){ x=1; y=0; return a; } d=ext_