代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/343626/11939728
java oaeppaddedrsaexample.java
package chapter4;
import java.security.Key;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.security.SecureRandom;
import javax.crypto.Cipher;
/**
* RSA
www.eeworm.com/read/343626/11939740
java algorithmparameterexample.java
package chapter4;
import java.security.AlgorithmParameterGenerator;
import java.security.AlgorithmParameters;
import java.security.Key;
import java.security.KeyPair;
import java.security.KeyPai
www.eeworm.com/read/343626/11939746
java elgamalkeyexchangeexample.java
package chapter4;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.security.Key;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.s
www.eeworm.com/read/343626/11939750
java rsakeyexchangeexample.java
package chapter4;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.security.Key;
import java.security.KeyPair;
import java.security.KeyPairGenerator;
import java.s
www.eeworm.com/read/343401/11950910
c 29.c
#include
#include
/*返回随机数序列初值*/
double Initial()
{
double init;
struct timeb *tmb;
while(1)
{
ftime(tmb);
/*利用DOS系统的时钟产生随机数序列初值*/
init=tmb->mill
www.eeworm.com/read/154155/11985476
ion descript.ion
mdemo.c MD2/MD5 Hash Demo.
redemo.c REDEMO RSAEURO Demo.
randemo.c Random Objects Demo.