代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/133753/14026908

cpp stru_ptr01.cpp

//stru_ptr01.cpp #include //cout,cin #include //random() #include //getch() struct rec { int chi,eng,math,total; float ave; }; void main() { rec *Bil
www.eeworm.com/read/133753/14026922

cpp stru_ptr02.cpp

//stru_ptr02.cpp #include //cout,cin #include //random() #include //getch() struct rec { int chi,eng,math,total; float ave; }; void main() { rec *Bil
www.eeworm.com/read/133753/14027736

cpp ex06-05.cpp

//EX06-05.cpp #include //cout,cin #include // getch() #include // random void main() { short int a,place,c,c1,c0,i; randomize(); a = random(10); cout
www.eeworm.com/read/133648/14031342

java arraynew.java

//: c04:ArrayNew.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Creating arrays with new. import java.util.*; public cl
www.eeworm.com/read/133648/14031352

java arrayclassobj.java

//: c04:ArrayClassObj.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Creating an array of nonprimitive objects. import jav
www.eeworm.com/read/133648/14031381

java randombounds.java

//: c03:RandomBounds.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Does Math.random() produce 0.0 and 1.0? public class
www.eeworm.com/read/133648/14031593

java randvals.java

//: c08:RandVals.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Initializing interface fields with // non-constant initia
www.eeworm.com/read/236025/14035410

m lab2demo.m

echo on; clc; colordef none; % Load simulated vowels data load data; whos clc; % Generation of a random sequence from the given HMMs [X,stateSeq] = genhmm(hmm1); f1 = figure('name','Random sequenc
www.eeworm.com/read/133539/14036462

am makefile.am

### $Id: Makefile.am,v 1.4 1999/07/09 19:44:32 trow Exp $ ### INCLUDES = -I$(includedir) lib_LTLIBRARIES = libgoose-util.la libgoose_util_la_SOURCES = \ DataConverter.cpp \ Exception.cpp \ Permu
www.eeworm.com/read/133538/14036649

cpp testhype.cpp

/*************************** TESTHYPE.CPP ******************* AgF 2001-11-15 * * * * Test hypergeometric distribution