代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/311844/13624711

c 29.c

#include #include /*返回随机数序列初值*/ double Initial() { double init; struct timeb *tmb; while(1) { ftime(tmb); /*利用DOS系统的时钟产生随机数序列初值*/ init=tmb->mill
www.eeworm.com/read/311794/13625816

cpp utils.cpp

#include "StdAfx.h" #include "utils.h" int CGlobals::WIN_WIDTH = 800; int CGlobals::WIN_HEIGHT = 600; double CGlobals::EPSILON = 0.005; long CGlobals::INFINITY=999999; double CGlobals::PI= 3
www.eeworm.com/read/311636/13628564

java gameobject.java

package Creature; /* * GameObject.java * * Created on 2005年11月22日, 下午4:56 */ import java.util.Random; import Snowball.*; /* * * @author 诺飞 */ public class GameObject { pub
www.eeworm.com/read/311052/13637900

java arrayclassobj.java

//: ArrayClassObj.java // Creating an array of non-primitive objects. import java.util.*; public class ArrayClassObj { static Random rand = new Random(); static int pRand(int mod) { return M
www.eeworm.com/read/311046/13638001

java arrayclassobj.java

//: ArrayClassObj.java // Creating an array of non-primitive objects. import java.util.*; public class ArrayClassObj { static Random rand = new Random(); static int pRand(int mod) { return M
www.eeworm.com/read/310043/13659296

htm 5-19.htm

Image0 = new Image(); Image0.src = "wbb.gif"; Amount = 20; Ymouse = -50; Xmo
www.eeworm.com/read/310043/13659354

htm 8-22.htm

N = 40; Y = new Array();
www.eeworm.com/read/309649/13667424

c frand.c

/* +++Date last modified: 05-Jul-1997 */ /* ** FRAND.C - Public domain by Larry Hudson */ #include #include #include "snipmath.h" #define TEN_PI 31.41592653589793 #def
www.eeworm.com/read/309443/13671174

html unaryfunction.html

MFC Programmer's SourceBook : STL Programmer's Gui
www.eeworm.com/read/309443/13671176

html accumulate.html

MFC Programmer's SourceBook : STL Programmer's Gui