代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/141807/5768196
js openselect.js
function addList( sList, toURL )
{
var fldNum = 2;
var objList = new Array(fldNum);
objList = sList;
var winWidth = 400;
var winHeight = 500;
vals = window.showM
www.eeworm.com/read/141452/5769803
js site_char.js
function ADInfoList()
{
this.ADCode=new Array();
this.ADUrl=new Array();
this.ADMode=new Array();
this.ADType=new Array();
this.ADText=new Array();
this.ADWidth=new Array();
this.ADHeig
www.eeworm.com/read/140727/5782467
cc rand_02.cc
// file: $isip/class/system/Random/rand_02.cc
// version: $Id: rand_02.cc,v 1.7 2000/11/13 00:45:11 picone Exp $
//
// isip include files
//
#include "Random.h"
#include
// method: diagn
www.eeworm.com/read/140727/5782472
cc rand_00.cc
// file: $isip/class/system/Random/rand_00.cc
// version: $Id: rand_00.cc,v 1.2 2000/09/29 16:00:09 picone Exp $
//
// isip include files
//
#include "Random.h"
// method: default constructor
//
//
www.eeworm.com/read/140582/5787212
pl shuffle.pl
#!/usr/bin/perl
# Takes a file as standard input, and emits a random order
# for the file. Argument says how many lines to actually emit.
$howmany=shift;
if($howmany < 1) {
$howmany=1;
}
@lines=
www.eeworm.com/read/140271/5793109
java app18_11.java
// app18_11, 剪裁绘图区
import java.awt.*;
class app18_11 extends Frame
{
static app18_11 frm=new app18_11();
public static void main(String args[])
{
frm.setTitle("setClip()");
www.eeworm.com/read/140271/5793307
java app13_4.java
// app13_4, 将数据写到缓冲区内
import java.io.*;
class app13_4
{
public static void main(String args[]) throws IOException
{
FileWriter fw=new FileWriter("c:\\Java\\random.txt");
Buff
www.eeworm.com/read/139903/5796050
cpp randgentest.cpp
//: C05:RandGenTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// A little test of the random
www.eeworm.com/read/139870/5796687
java consumer.java
//File: Consumer.java
//Seth Widoff 8/8/96
//This class attempts at random intervals to dequeue random elements
//from a queue. If the queue is empty the thread waits until an element
//has been enque
www.eeworm.com/read/139870/5796688
java producer.java
//File: Producer.java
//Seth Widoff 8/8/96
//This class attempts at random intervals to enqueue random elements
//into a queue. If the queue is full the thread waits until an element
//has been dequeu