代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/171938/9729239

java testinterface.java

import java.util.Random; public class TestInterface { public static void main(String[] args) { PetOutput[] thePets = { new Dog("Rover", "Poodle"),
www.eeworm.com/read/171829/9734579

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr
www.eeworm.com/read/367710/9735788

txt 说明.txt

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

cpp ga.cpp

/* XCSR_DE1.0 * -------------------------------------------------------- * Learning classifier system based on accuracy in dynamic environments * * by Huong Hai (Helen) Dam * z3140959@itee.adfa.
www.eeworm.com/read/171622/9744690

cpp relearningscheme.cpp

/* XCSR_DE1.0 * -------------------------------------------------------- * Learning classifier system based on accuracy in dynamic environments * * by Huong Hai (Helen) Dam * z3140959@itee.adfa.
www.eeworm.com/read/367160/9769254

f dlarnv.f

SUBROUTINE DLARNV( IDIST, ISEED, N, X ) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .
www.eeworm.com/read/367160/9777623

f aladhd.f

SUBROUTINE ALADHD( IOUNIT, PATH ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Ar
www.eeworm.com/read/367160/9777698

f alahd.f

SUBROUTINE ALAHD( IOUNIT, PATH ) * * -- LAPACK test routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 * * .. Scalar Arg
www.eeworm.com/read/367160/9778489

f dlarnd.f

DOUBLE PRECISION FUNCTION DLARND( IDIST, ISEED ) * * -- LAPACK auxiliary routine (version 3.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2006 *
www.eeworm.com/read/367086/9783315

cpp rand_01_one.cpp

//rand_01_One.cpp 分别产生10个[0, 1]区间均匀分布的伪随机数 #include //随机算法头文件 #include //输入输出流头文件 #include //时间头文件 using namespace std; //名字空间 void main(void) { d