代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/137285/13335140
h rand.h
/* RAND.H - Random number generators. */
/* Copyright (c) 1992 by Radford M. Neal */
/* SET RANDOM NUMBER SEED. */
#define ran_seed(s) srandom(s)
/* GENERATE RANDOM NUMBERS. */
#define ranf() \
www.eeworm.com/read/150409/5692614
java dsaparametersgenerator.java
package org.bouncycastle.crypto.generators;
import java.math.BigInteger;
import java.security.SecureRandom;
import org.bouncycastle.crypto.digests.SHA1Digest;
import org.bouncycastle.crypto.params.D
www.eeworm.com/read/141138/5777017
c polygon.c
/*
** $Id: polygon.c,v 1.11 2003/09/04 06:02:53 weiym Exp $
**
** polygon.c: monoton vertical polygon and general polygon generators.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~
www.eeworm.com/read/140826/5780995
c polygon.c
/*
** $Id: polygon.c,v 1.11 2003/09/04 06:02:53 weiym Exp $
**
** polygon.c: monoton vertical polygon and general polygon generators.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~
www.eeworm.com/read/139903/5795928
h simplegenerators.h
//: C04:SimpleGenerators.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Generic generators, inclu
www.eeworm.com/read/477671/6730739
h simplegenerators.h
//: C07:SimpleGenerators.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Generic generators, in
www.eeworm.com/read/405333/11465142
h simplegenerators.h
//: C07:SimpleGenerators.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// Generic generators, in
www.eeworm.com/read/258191/11877582
h simplegenerators.h
//: C20:SimpleGenerators.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Generic generators, inclu
www.eeworm.com/read/127767/14335842
txt e468. generating a message authentication code (mac) key.txt
For more information on a MAC, see RFC 2104. See also e467 Listing All Available Message Authentication Code (MAC) Key Generators.
try {
// Generate a key for the HMAC-MD5 keyed-hashing
www.eeworm.com/read/226560/14459235
h simplegenerators.h
//: C04:SimpleGenerators.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Generic generators, inclu