代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/250043/12441051
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/132338/14097291
c random_util.c
/**********************************************************************
random_util.c
**********************************************************************
random_util - Pseudo-random number ge
www.eeworm.com/read/132338/14097313
h random_util.h
/**********************************************************************
random_util.h
**********************************************************************
random_util - Random number utility r
www.eeworm.com/read/132218/14104301
doc random_shuffle().doc
www.eeworm.com/read/233704/14142736
v random_function.v
module random_function;
reg[7:0] rand_data;
always
begin
#1 rand_data=$random %50;
$display($time,,,,"rand_data=%b.",rand_data);
end
endmodule
www.eeworm.com/read/232502/14193961
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/130410/14195279
fla random_012.fla
www.eeworm.com/read/130410/14195284
fla random_017.fla
www.eeworm.com/read/130410/14195292
fla random_001.fla
www.eeworm.com/read/130410/14195297