代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/150914/12246377

out logginglevelmanipulation.out

-- printing levels -- com : null com.bruceeckel : null com.bruceeckel.util : null com.bruceeckel.test : null random : null -- printing levels -- com : SEVERE com.bruceeckel : null com.bruceeckel.ut
www.eeworm.com/read/339151/12254926

c main_rs.c

/*****************************************************************************/ /* FIle Name : main_rs.c */ /* Description : Main routine to Test
www.eeworm.com/read/252912/12255128

java whiletest.java

/* 产生随机数,直到符合条件为止。 条件:“产生的数字等于或大于0.99” */ public class WhileTest { public static void main(String[ ] args) { double r=0; do { r=Math.ra
www.eeworm.com/read/150862/12255599

c mrandom.c

#include #include #include #include "msp.h" float randnu(long *iseed) { float z; *iseed=2045*(*iseed)+1; *iseed=*iseed-(*iseed/1048576)*10
www.eeworm.com/read/150861/12255669

c mrandom.c

#include #include #include #include "msp.h" float randnu(long *iseed) { float z; *iseed=2045*(*iseed)+1; *iseed=*iseed-(*iseed/1048576)*10
www.eeworm.com/read/339096/12259731

htm ex9-14.htm

使用Math.random()方法生成随机数 生成0~100之间的随机数
www.eeworm.com/read/252888/12259921

java numberinitialization.java

package test1; public class NumberInitialization { public NumberInitialization() { } public double[] numIn() { double[] initNumber = new double[15]; for (int i = 0; i < 15;
www.eeworm.com/read/339037/12267183

jsp checkcode.jsp

www.eeworm.com/read/150701/12270794

sphere readme.sphere

To uncompress and untar the files: gunzip sphere.tar.gz tar -xvf sphere.tar This will leave you with three files: README this file sphere.c: generate random points on a sphere (or ellipsoid) cube.
www.eeworm.com/read/252515/12277253

~pa huffmaniptfrm.~pa

unit HuffmanIptFrm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; const MAXN=10; type THuffmanIptDlg = class(TForm