代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/127767/14337738
txt e458. listing all available symmetric key generators.txt
See also e459 Generating a Symmetric Key.
// This method is implemented in e194 Listing All Available Cryptographic Services
String[] names = getCryptoImpls("KeyGenerator");
An example
www.eeworm.com/read/383311/8956180
makefile
##################################################
# $Id: Makefile 31 2005-08-28 11:24:07Z peciva $
TARGET=../iengine
##################################################
# setup
ifndef CXXFLAGS
ifd
www.eeworm.com/read/160291/10545358
todo
* convert older CRYPTO_F_IMBUF into SKB equivalent
* hook compression in properly for cryptosoft
* get all auth/digest code back in
* cleanup all NOTYET code
* work out problem with safenet driv
www.eeworm.com/read/275194/10830215
cpp mrand.cpp
// $common\mrand.cpp 1.5 milbo$
// Warning: this is raw research code -- expect it to be quite messy.
//
// Rand returns an int between 0 and n-1
// RandDouble returns a double between 0 and n-1
// An
www.eeworm.com/read/275194/10830227
cpp ex-ran.cpp
/*************************** EX-RAN.CPP ********************* AgF 2001-11-11 *
* *
* Example showing how to use random number
www.eeworm.com/read/142793/12918370
cpp fillgeneratetest.cpp
//: C06:FillGenerateTest.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in t
www.eeworm.com/read/140545/13076518
cpp fbinder.cpp
//: C06:FBinder.cpp
// Binders aren't limited to producing predicates
#include
#include
#include
#include
#include
#include "Generators.h
www.eeworm.com/read/405333/11465000
cpp fbinder.cpp
//: C06:FBinder.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// Binders aren't limited to pro
www.eeworm.com/read/405295/11466634
cpp ex-ran.cpp
/*************************** EX-RAN.CPP ********************* AgF 2001-11-11 *
* *
* Example showing how to use random numb
www.eeworm.com/read/155167/11892766
txt readme.txt
Random Number Generators
gran.c - gaussian random number generator
ran.c - uniform random number generator
ran1f.c - 1/f noise generator
ranh.c - low-frequency hold generator