代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/139757/5797127

java thunder.java

import java.applet.*; import java.awt.*; public class Thunder extends Applet implements Runnable { private Thread thread = null; private boolean no_thunder = true; private boolean thunder =
www.eeworm.com/read/139757/5797137

java firework.java

//* 1996 Growler Software, Inc. *// import java.awt.*; import java.applet.*; import java.lang.*; import java.util.*; import java.net.*; public class Firework extends Applet imple
www.eeworm.com/read/138963/5811916

m randint.m

function out = randint(varargin); %RANDINT Generate matrix of uniformly distributed random integers. % OUT = RANDINT generates a "0" or "1" with equal probability. % % OUT = RANDINT(M) generat
www.eeworm.com/read/137331/5825516

java init.java

package com.dfun.blackjackServer; import java.util.Random; public class Init { public Init() { } public static void main(String args[]) { new Control(); } /*********************
www.eeworm.com/read/136846/5844526

txt firejet.txt

particlesystem "FireJet" 1.00 { position = XYZ(0,1,3) eventsequence "FireJet" { sourceblendmode = D3DBLEND_SRCALPHA destblendmode = D3DBLEND_DESTALPHA numparticles = 50 gravi
www.eeworm.com/read/136828/5845099

java die.java

package com.javapatterns.multilingual.dice; import java.util.Random; import java.util.Date; public class Die { private static Die die1 = new Die(); private static Die die2 = new Die(
www.eeworm.com/read/136812/5857265

c mtest.c

#ifndef lint static char sccsid[] = "@(#)mtest.c 1.1 (Sun) 7/30/92"; #endif /* * a continuous test of random sequences of malloc(), free(), and realloc() */ #include #define LISTSIZE 25
www.eeworm.com/read/136812/5858430

c rand_.c

#ifndef lint static char sccsid[] = "@(#)rand_.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */ #endif /* * * Routines to return random values * * calling sequence: * double precision d, drand * i = i
www.eeworm.com/read/136626/5867907

java init.java

package com.dfun.blackjackServer; import java.util.Random; public class Init { public Init() { } public static void main(String args[]) { new Control(); } /*********************
www.eeworm.com/read/135869/5877578

java springembeddertest.java

/* * This file is part of Caliph & Emir. * * Caliph & Emir is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * th