代码搜索结果

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

config.alg_sha1.in

if [ "$CONFIG_IPSEC_ALG" = "y" ]; then tristate ' HMAC_SHA1 auth algorithm (modular alg)' CONFIG_IPSEC_ALG_SHA1 fi

config.alg_null.in

if [ "$CONFIG_IPSEC_ALG" = "y" ]; then tristate ' NULL encryption algorithm' CONFIG_IPSEC_ALG_NULL fi

config.alg_aes.in

if [ "$CONFIG_IPSEC_ALG" = "y" ]; then tristate ' AES encryption algorithm' CONFIG_IPSEC_ALG_AES fi

config.alg_sha2.in

if [ "$CONFIG_IPSEC_ALG" = "y" ]; then tristate ' HMAC_SHA2 auth algorithm' CONFIG_IPSEC_ALG_SHA2 fi

config.alg_3des.in

if [ "$CONFIG_IPSEC_ALG" = "y" ]; then tristate ' 3DES encryption algorithm (modular alg)' CONFIG_IPSEC_ALG_3DES fi

concretestrategy.java

package com.javapatterns.strategy; public class ConcreteStrategy extends Strategy { public void strategyInterface() { //write you algorithm code here } }

algorithm.doc

The compressor achieves an average compression rate of 60% of the original size which is on par with "gzip". It seems that you cannot do much better for compressing compiled binaries. This mea

newcert.pem

Certificate: Data: Version: 3 (0x2) Serial Number: 2 (0x2) Signature Algorithm: md5WithRSAEncryption Issuer: C=CA, ST=Province, L=Some City, O=Organization, OU=loca

makefile.am

libcppunitincludedir = $(includedir)/cppunit/tools libcppunitinclude_HEADERS = \ Algorithm.h \ StringTools.h \ XmlElement.h \ XmlDocument.h

algorithm.cpp

#pragma warning(disable: 4786) #include #include #include #include using namespace std; int main() { const int MAX_ELEMENTS = 8 ; typede