代码搜索:Modular

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

代码结果 9,839
www.eeworm.com/read/492302/6420974

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/492302/6421092

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/486654/6524659

cpp 1356.cpp

/* This Code is Submitted by wywcgs for Problem 1356 on 2005-09-24 at 15:17:17 */ #include #include #include using namespace std; int Miller_Rabbin(long long);
www.eeworm.com/read/481966/6633958

cpp 1356.cpp

/* This Code is Submitted by wywcgs for Problem 1356 on 2005-09-24 at 15:17:17 */ #include #include #include using namespace std; int Miller_Rabbin(long long);
www.eeworm.com/read/478955/6708621

txt 模线性方程(组).txt

#ifdef WIN32 typedef __int64 i64; #else typedef long long i64; #endif //扩展Euclid求解gcd(a,b)=ax+by int ext_gcd(int a,int b,int& x,int& y){ int t,ret; if (!b){ x=1,y=0; return a; } re
www.eeworm.com/read/403717/11512734

txt 模线性方程(组).txt

#ifdef WIN32 typedef __int64 i64; #else typedef long long i64; #endif //扩展Euclid求解gcd(a,b)=ax+by int ext_gcd(int a,int b,int& x,int& y){ int t,ret; if (!b){ x=1,y=0; return a; } re
www.eeworm.com/read/400753/11569524

txt 模线性方程(组).txt

#ifdef WIN32 typedef __int64 i64; #else typedef long long i64; #endif //扩展Euclid求解gcd(a,b)=ax+by int ext_gcd(int a,int b,int& x,int& y){ int t,ret; if (!b){ x=1,y=0; return a; } re
www.eeworm.com/read/157666/11674111

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/157666/11674367

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/255665/12066367

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