代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/230048/6789123
java arraynew.java
//: c04:ArrayNew.java
// Creating arrays with new.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simp
www.eeworm.com/read/230048/6789128
java arrayclassobj.java
//: c04:ArrayClassObj.java
// Creating an array of nonprimitive objects.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
impo
www.eeworm.com/read/230048/6789144
java randombounds.java
//: c03:RandomBounds.java
// Does Math.random() produce 0.0 and 1.0?
// {RunByHand}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRigh
www.eeworm.com/read/474586/6813145
svn-base randperm.sci.svn-base
function s = randperm(n)
// randperm - random permuation of n points
//
// s = randperm(n);
//
// Copyright (c) 2008 Gabriel Peyre
[tmp,s] = sort(rand(n,1));
endfunction
www.eeworm.com/read/474586/6813204
sci randperm.sci
function s = randperm(n)
// randperm - random permuation of n points
//
// s = randperm(n);
//
// Copyright (c) 2008 Gabriel Peyre
[tmp,s] = sort(rand(n,1));
endfunction
www.eeworm.com/read/474621/6814075
txt 程序 2.txt
#include
#include
#include
#include
#include
#define N 7200 //作 72xx 位的整数乘法
int max(int,int,int);
int initarray(int a[]);
void write(int a
www.eeworm.com/read/474265/6817136
txt 说明.txt
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。
www.eeworm.com/read/473219/6848931
m findhash.m
function pos = findhash(T,t)
if isempty(T)
pos = []; % Random warnings on 6.1
else
pos = find(T==t);
end
www.eeworm.com/read/473251/6849770
java ncpinfo.java
//Download by http://www.codefans.net
public class NcpInfo {
private int temp = -30;
int [][]info = {
{0,112, temp,6016,0,0},
{2,180, temp,5824,1,0},
{0,76, temp, 5728,0,0},
{2,15
www.eeworm.com/read/473441/6853263
js b72.js
/*
+------------------------------------------------------------
| Bactch72Club.NET
| =============================================
| by Vo Hien Lai
| (c) 2009 Bactch72Club.NET
| http: