代码搜索结果

找到约 33,766 项符合 Algorithm 的代码

peer-root.pem

[ [ Version: V3 Subject: OU=6C110A78F090989E71B7, CN=wonder-CA, C=US, L=SF, O=www.jxta.org Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5 Key: SunJSSE RSA public key: public

peer-root.pem

[ [ Version: V3 Subject: OU=F4D80E5AAF9B6AC6A8A5, CN=wonder-CA, C=US, L=SF, O=www.jxta.org Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5 Key: SunJSSE RSA public key: public

peer-root.pem

[ [ Version: V3 Subject: OU=4D2C7A622B91392F15C2, CN=wonder-CA, C=US, L=SF, O=www.jxta.org Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5 Key: SunJSSE RSA public key: public

lsearch.c

/* @(#)lsearch.c 1.8 */ /* 3.0 SID # 1.2 */ /*LINTLIBRARY*/ /* * Linear search algorithm, generalized from Knuth (6.1) Algorithm Q. * * This version no longer has anything to do with Knuth's Algori

lfind.c

/* */ /* 3.0 SID # 1.2 */ /*LINTLIBRARY*/ /* * Linear search algorithm, generalized from Knuth (6.1) Algorithm Q. * * This version no longer has anything to do with Knuth's Algori

l37.1a

#print Let's try a recursive function. Write a subroutine power(x,n) which computes x to the power n by the following algorithm: 1. if n is zero return 1. 2. if n is odd return x*power(x,n-1).

req2ca.ss

Certificate Request: Data: Version: 0 (0x0) Subject: C=AU, O=Dodgy Brothers, CN=Dodgy CA Subject Public Key Info: Public Key Algorithm: rsaEncryption

rec.cpp

/* Alfonso2 Peterssen 16 - 6 - 2008 IOI 2005 "Rectangle Game" */ #include "rec.h" #include using std::swap; int x, y; int main() { for (;;) { direction dir = h

alg14.c

#include #include #include template void print_elements( Type elem ) { cout

ch12.4.02.c

#include #include #include // #include /** ** stanl@john:d.12 338 : xsh32 ch12.4.02.c stanl@john:d.12 339 : a.out 0 1 1 2 3 5 8 0 1 1 2