代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/493413/6391991

cs verifycode.aspx.cs

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using
www.eeworm.com/read/493303/6400584

txt 说明.txt

本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。
www.eeworm.com/read/492901/6412363

h randnumber.h

#include "time.h" //used to generate a random number from the current seed const unsigned long maxshort=65536L; const unsigned long multiplier=1194211693L; const unsigned long adder=12345L; c
www.eeworm.com/read/492901/6412366

cpp randnumber.cpp

#include "randnumber.h" CRandNumber::RandomNumber(unsigned long s) { if(s==0) randSeed=time(0); else randSeed=s; } unsigned short CRandNumber::Random(unsigned long n) { randSeed=m
www.eeworm.com/read/492565/6415546

java main.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package maze; import java.io.FileNotFoundException; import java.util.Random; import javax.swing.JO
www.eeworm.com/read/491219/6441859

cpp initialization.cpp

#include #include "Random.h" #include "Parameter.h" #include "Initialization.h" namespace az { namespace mea { namespace ini { //Random Initialization CPopulationMO& Random::I
www.eeworm.com/read/490874/6443592

htm test2_2_3.htm

test function getRandom() { now=new Date(); string=now.getT
www.eeworm.com/read/490315/6454370

cs validateimage.aspx.cs

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using
www.eeworm.com/read/490477/6456895

java getimage.java

package xcfi.utily; /** * Title: * * Description: * * Copyright: Copyright (c) 2007 * * Company: * * @author not attributable * @version 1.0 */
www.eeworm.com/read/489594/6466325

cs validateimage.aspx.cs

using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using