代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/450545/7482386
pas epidemic - random.pas
{ Created by Weidong Hu, Jan.19, 2005 }
const
inf = 'epidemic.in';
ouf = 'epidemic.out';
maxn = 300;
type
xtype = array[0..maxn] of integer;
var
linker : array[1..maxn] of ^xty
www.eeworm.com/read/450210/7488718
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/449679/7498185
nec random1.nec
CM VE9SRB Random Loop 1, converted with 4nec2 on 30-Mar-06 20:18
CM This random loop antenna configuration was designed by
CM VE9SRB for comparison with the MI2 Fractal Loop antenna
CM (concept and
www.eeworm.com/read/449679/7498186
nec random2.nec
CM VE9SRB Random Loop 2, converted with 4nec2 on 30-Mar-06 20:18
CM This second randomly shaped loop design by VE9SRB was the
CM first attempt at achieving better performance than the MI2
CM Fracta
www.eeworm.com/read/440644/7684830
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/440644/7684843
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/440644/7684877
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/440644/7684890
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/439580/7705563
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/439580/7705594
java random1.java
import java.util.*;
public class Random1{
public static void main(String[] args){
Random rnd=new Random();
for(int i=0;i