代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/119340/6090549
java elgamalkeygenerationparameters.java
package org.bouncycastle.crypto.params;
import java.security.SecureRandom;
import org.bouncycastle.crypto.KeyGenerationParameters;
public class ElGamalKeyGenerationParameters
extends Key
www.eeworm.com/read/119340/6090563
java eckeygenerationparameters.java
package org.bouncycastle.crypto.params;
import java.security.SecureRandom;
import org.bouncycastle.crypto.KeyGenerationParameters;
public class ECKeyGenerationParameters
extends KeyGener
www.eeworm.com/read/119340/6090609
java jdkalgorithmparametergenerator.java
package org.bouncycastle.jce.provider;
import java.security.AlgorithmParameterGeneratorSpi;
import java.security.AlgorithmParameters;
import java.security.InvalidAlgorithmParameterException;
imp
www.eeworm.com/read/119338/6090850
java ex_3_6_3.java
/*
*文件名:ex_3_6_3.java
*说 明:异常捕获举例
*/
import java.util.Random;
class HandleError
{
public static void main(String args[])
{
int a=0, b=0, c=0;
Random r = new Random();
for(in
www.eeworm.com/read/119338/6090868
java ex_3_3_10.java
/*
*文件名 ex_3_3_10.java
*说 明:while循环的使用演示
* 不断产生随机数r,当
* r
www.eeworm.com/read/119312/6091473
js site_char.js
function ADInfoList()
{
this.ADCode=new Array();
this.ADUrl=new Array();
this.ADMode=new Array();
this.ADType=new Array();
this.ADText=new Array();
this.ADWidth=new Array();
this.ADHeig
www.eeworm.com/read/117971/6100134
java randomizer.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/117815/6100405
java randomizer.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/117487/6103015
java randomizer.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/117364/6104174
java test.java
import java.util.*;
import java.io.*;
import java.security.*;
public class Test{
public static void main(String args[ ]) throws Exception{
Random rand=new Random();