代码搜索结果

找到约 10,000 项符合 的代码

base64.cpp

// base64.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENGTH = 72; static const byte

oloop3a.mdl

Model { Name "oloop3a" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

pkcspad.h

#ifndef CRYPTOPP_PKCSPAD_H #define CRYPTOPP_PKCSPAD_H #include "cryptlib.h" #include "pubkey.h" NAMESPACE_BEGIN(CryptoPP) // EME-PKCS1-v1_5 class PKCS_EncryptionPaddingScheme : public Padd

trimdemo.m

%----------------------------------------------------------------- % TRIMDEMO % ======== % Demonstrates the trimming facility by determining trimmed-flight % elevator deflections as a function of the

dsa512.dat

3081F6 0241 00D411A4A0E393F6AAB0F08B14D18458665B3E4DBDCE254454 3FE365CF71C8622412DB6E7DD02BBE13D88C58D7263E9023 6AF17AC8A9FE5F249CC81F427FC543F7 0215 00B20DB0B101DF0C6624

sy15.c

#include main() {int p1,p2; while((p1==fork())==-1); if(p1==0) putchar('b'); else { while((p2==fork())==-1); if(p2==0) putchar('c'); else putchar('a'); }}

oloop3.mdl

Model { Name "oloop3" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

seal.h

#ifndef CRYPTOPP_SEAL_H #define CRYPTOPP_SEAL_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class SEAL : public RandomNumberGenerator, public RandomAccessStreamCi

sy11.c

#include main() {int p1,p2; while((p1==fork())==-1); if(p1==0) putchar('b'); else { while((p2==fork())==-1); if(p2==0) putchar('c'); else putchar('a'); }}