代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/257336/11933612
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/343090/11975346
c r_random.c
/*
R_RANDOM.C - random objects for RSAEURO
Copyright(C) 2002 by charry, charry@email.com.cn
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
Random Objects routines, based heavily on
www.eeworm.com/read/343090/11975351
h r_random.h
/*
R_RANDOM.H - header file for R_RANDOM.C
Copyright(C) 2002 by charry, charry@email.com.cn
RSAEURO - RSA Library compatible with RSAREF 2.0.
Random Number Routines Header File.
*/
i
www.eeworm.com/read/154155/11985532
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/154155/11985535
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
www.eeworm.com/read/256573/11986752
m random_binary.m
% File: random_binary.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
www.eeworm.com/read/256461/11998920
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/342488/12016618
v eth_random.v
//////////////////////////////////////////////////////////////////////
//// ////
//// eth_random.v
www.eeworm.com/read/341835/12058801