代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/162151/5548629
cpp tvguid20.cpp
/*---------------------------------------------------------*/
/* */
/* Turbo Vision 1.0 */
/* TVGUID
www.eeworm.com/read/161887/5549313
java myrandom.java
/*
* MyRandom.java
*
* Created on 2006年5月5日, 上午11:33
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package DogPet;
import j
www.eeworm.com/read/161887/5549374
java myrandom.java
/*
* MyRandom.java
*
* Created on 2006年5月5日, 上午11:33
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package DogPet;
import j
www.eeworm.com/read/161438/5553337
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/161112/5560912
c magic.c
/* magic.c - PPP Magic Number routines */
/* Copyright 1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
*
www.eeworm.com/read/161110/5561050
java imagecode.java
package com.easyjf.web.tools;
import java.awt.*;
import java.awt.image.*;
import java.util.*;
public class ImageCode {
public String sRand="";
public Color getRandColor(int fc,int bc){//
www.eeworm.com/read/160303/5574949
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/160049/5577036
java randombag.java
package bingo.game;
import java.util.*;
import bingo.shared.*;
class RandomBag implements BagOfBalls {
private boolean DEBUG = false;
private Vector balls = new Vector(BingoBall.MAX);
www.eeworm.com/read/160047/5577094
java randombag.java
package bingo.game;
import java.util.*;
import bingo.shared.*;
class RandomBag implements BagOfBalls {
private boolean DEBUG = false;
private Vector balls = new Vector(BingoBall.MAX);