代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/429075/8820077
c libj_random.c
/*
* Copyright (c) Xerox Corporation 1993. All rights reserved.
*
* License is granted to copy, to use, and to make and to use derivative
* works, provided that Xerox is acknowledged in all docu
www.eeworm.com/read/429075/8820094
c random_test.c
#include
#include
int main()
{
int i;
for (i=0; i
www.eeworm.com/read/429004/8824944
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/428473/8865731
c r_random.c
/*
R_RANDOM.C - random objects for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF
www.eeworm.com/read/428473/8865742
h r_random.h
/*
R_RANDOM.H - header file for R_RANDOM.C
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm).
www.eeworm.com/read/428473/8865810
obj r_random.obj
www.eeworm.com/read/428459/8866882
vi generate_random.vi
www.eeworm.com/read/285107/8868204
java random2.java
import java.util.*;
public class Random2{
public static void main(String[] args){
Random rnd=new Random();
String[] card={"窍飘1","窍飘2","窍飘3","窍飘4","窍飘5",
"窍飘6","窍飘7
www.eeworm.com/read/285107/8868262
java random1.java
import java.util.*;
public class Random1{
public static void main(String[] args){
Random rnd=new Random();
for(int i=0;i
www.eeworm.com/read/384201/8891283
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i