代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/239528/13273964
java firework.java
import java.awt.*;
import java.applet.*;
import java.lang.*;
import java.util.*;
import java.net.*;
public class Firework extends Applet implements Runnable{
public int AnimationSpeed,
www.eeworm.com/read/239223/13293460
cpp 6_60.cpp
#include
#include
#include
const unsigned long maxshort=65536L;
const unsigned long multiplier=1194211693L;
const unsigned long adder=12345;
class RandomNumber
www.eeworm.com/read/137853/13293620
java powerup.java
import java.awt.*;
public class powerup{
private int xPos;
private int yPos;
private int function;
private Rectangle Powerup;
private int display = 0;
private int displaytime;
publi
www.eeworm.com/read/137853/13293633
java enemy4.java
import java.awt.*;
public class Enemy4{
// control varibles
private final int UP = 0;
private final int DOWN = 1;
private final int LEFT = 2;
private final int RIGHT = 3;
// Physical in
www.eeworm.com/read/137853/13293648
java bigbomb.java
import java.awt.*;
public class bigBomb{
private int xPos, yPos;
private int timeofbomb = 6;
public bigBomb(int a, int b){
xPos = a;
yPos = b;
}
public void draw(Graphics g){
www.eeworm.com/read/137853/13293662
java enemy3.java
import java.awt.*;
public class Enemy3{
// control varibles
private final int UP = 0;
private final int DOWN = 1;
private final int LEFT = 2;
private final int RIGHT = 3;
// Physical in
www.eeworm.com/read/137853/13293665
java smallbomb.java
import java.awt.*;
public class smallBomb{
private int xPos, yPos;
private int timeofbomb = 3;
public smallBomb(Point a){
xPos = a.x;
yPos = a.y;
}
public void draw(Graphics g){
www.eeworm.com/read/137693/13305682
c inet.c
/* Some systems (e.g., SunOS) have header files that erroneously declare
* inet_addr(), inet_ntoa() and gethostbyname() as taking no arguments.
* This confuses C++. To overcome this, we use our own
www.eeworm.com/read/137310/13331591
c inet.c
/* Some systems (e.g., SunOS) have header files that erroneously declare
* inet_addr(), inet_ntoa() and gethostbyname() as taking no arguments.
* This confuses C++. To overcome this, we use our own
www.eeworm.com/read/137229/13338165
errs
cc -O -c main.c
cc -O -c app.c
cc -O -c generate.c
cc -O -c initial.c
cc -O -c memory.c
cc -O -c operators.c
cc -O -c random.c
cc -O -c report.c
cc -O -c rselect.c
cc -O -c statisti