代码搜索:Generators
找到约 1,542 项符合「Generators」的源代码
代码结果 1,542
www.eeworm.com/read/106791/15622044
doc read.doc
FFT Program for Turbo-C
By
Steve Sampson
Version 2.6, November 1988
The FFT program and test signal generators included in the archive, can be
used to p
www.eeworm.com/read/105552/15665223
doc read.doc
FFT Program for Turbo-C
By
Steve Sampson
Version 2.6, November 1988
The FFT program and test signal generators included in the archive, can be
used to p
www.eeworm.com/read/101658/15822670
atg topsy0.atg
COMPILER Topsy
(* Topsy++ level 1 grammar - no procedures, functions, parameters
Grammar only - no code generation or constraint analysis
See "Compilers and Compiler generators - an introduct
www.eeworm.com/read/101657/15822749
atg topsy0.atg
COMPILER Topsy
(* Topsy++ level 1 grammar - no procedures, functions, parameters
Grammar only - no code generation or constraint analysis
See "Compilers and Compiler generators - an introduct
www.eeworm.com/read/275194/10830199
h randomc.h
/***************************** RANDOMC.H *********************** 2001-10-24 AF *
*
* This file contains class declarations for the C++ library of uniform
* random number generators.
*
* Overview of cl
www.eeworm.com/read/150409/5692762
java keygenerationparameters.java
package org.bouncycastle.crypto;
import java.security.SecureRandom;
/**
* The base class for parameters to key generators.
*/
public class KeyGenerationParameters
{
private SecureRandom ran
www.eeworm.com/read/139291/5803975
nwgnumakefile
#
# Declare the sub-directories to be built here
#
# To build with exerimental modules set the environment
# variable EXPERIMENTAL=1
SUBDIRS = \
aaa \
dav\main \
dav\fs \
echo \
generators \
www.eeworm.com/read/119340/6090529
java desedekeygenerator.java
package org.bouncycastle.crypto.generators;
import org.bouncycastle.crypto.KeyGenerationParameters;
import org.bouncycastle.crypto.params.DESedeParameters;
public class DESedeKeyGenerator
www.eeworm.com/read/228430/14385810
h randomc.h
/***************************** RANDOMC.H *********************** 2001-10-24 AF *
*
* This file contains class declarations for the C++ library of uniform
* random number generators.
*
* Overview of cl
www.eeworm.com/read/213958/15120516
cc cmplxran.cc
// CmplxRan.cc -- Complex Random number generators.
//
// Copyright (C) 1995 Todd Brun and Ruediger Schack
//
// This program is free software; you can redistribute it and/or modify
//