代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/250990/4425385
java randomgenerator.java
package org.bouncycastle1.crypto.prng;
/**
* Generic interface for objects generating random bytes.
*/
public interface RandomGenerator
{
/**
* Add more seed material to the generator.
www.eeworm.com/read/235582/4649237
java menugenerator.java
package edu.odu.cs.zeil.AlgAE.Server;
/**
* Interface to classes that can be used for generating AlgAE algorithm
* menus.
**/
public interface MenuGenerator
{
/**
* This routine should p
www.eeworm.com/read/229812/4752153
gml opcvpack.gml
.*
.*
.option CVPACK
.*
.np
.ix 'CodeView'
This option is only meaningful when generating Microsoft CodeView
debugging information.
.ix 'CVPACK'
.ix 'Debugging Information Compactor'
.ix 'Co
www.eeworm.com/read/224985/4800409
readme
This is a simple example of generating an Enveloped XML
Signature using the JSR 105 API. The resulting signature will look
like (key and signature values will be different):
www.eeworm.com/read/221464/4828350
jam print.jam
# (C) Copyright Rene Rivera, 2002-2003.
#
# See accompanying license for terms and conditions of use.
#
# Utilities for generating format independent output. Using these
# will help in generati
www.eeworm.com/read/191030/5169031
java unit.java
/*
* Unit.java
*
* iReport -- Visual designer for generating JasperReports Documents
* Copyright (C) 2002-2003 Giulio Toffoli gt@businesslogic.it
*
* This program is free software; yo
www.eeworm.com/read/191030/5169033
java misc.java
/*
* Misc.java
*
* iReport -- Visual designer for generating JasperReports Documents
* Copyright (C) 2002-2003 Giulio Toffoli gt@businesslogic.it
*
* This program is free software; yo
www.eeworm.com/read/174538/5360699
java testsig.java
import java.io.*;
import java.security.*;
class testSig {
public static void main(String[] args) {
/* Test generating and verifying a DSA signature */
try {
/* gen