代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/415034/11085965
java channal.java
import java.util.Random;
import java.lang.Math;
public class channal{
public static void main(String args[])
{
String channalmanager=new String("NONE");
float f;
String [] mem=new Str
www.eeworm.com/read/414988/11087317
java ex28.java
// holding/Ex28.java
// TIJ4 Chapter Holding, Exercise 28, page 427
/* Fill a PriorityQueue (using offer()) with Double values created using
* java.util.Random, then remove the elements using poll
www.eeworm.com/read/414988/11087374
java ex11(4).java
// containers/Ex11.java
// TIJ4 Chapter Containers, Exercise 11, page 829
/* Create a class that contains an Integer that is initialized
* to a value between 0 and 100 using java.util.Random. Impl
www.eeworm.com/read/414988/11087394
java compareints.java
// control/CompareInts.java
// TIJ4 Chapter Control, Exercise 2, page 139
/* Write a program that generates 25 random int values. For each value, use an
* if-else statement to classify it as greate
www.eeworm.com/read/414988/11087410
java compareintsforever.java
// control/CompareIntsForever.java
// TIJ4 Chapter Control, Exercise 3, page 139
// Modify exercise 2 wtih infinte while loop. Stop prgram with Ctrl-C
import static net.mindview.util.Print.*;
im
www.eeworm.com/read/414988/11087737
java ex23(1).java
// arrays/Ex23.java
// TIJ4 Chapter Arrays, Exercise 23, page 786
// Create an array of Integer fill it with random int values (using
// autoboxing), and sort it into reverse order using a Comparat
www.eeworm.com/read/414988/11087924
java games17.java
// innerclasses/Games17.java
// TIJ4 Chapter Innerclasses, Exercise 17, page 364
/* Modify the solution to Exercise 19 from the Interfaces chapter to use
* anonymous inner classes.
* (Exercise 19
www.eeworm.com/read/414988/11088127
java games19.java
// interfaces/Games19.java
// TIJ4 Chapter Interfaces, Exercise 19, page 342
/* Create a framework using Factory Methods that performs both coin
* tossing and dice tossing.
*/
import java.util.*;
www.eeworm.com/read/269337/11100861
java mousetest.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class MouseTest extends MouseAdapter{
Frame myFrame=new Frame("鼠标画圆");
JPanel myPanel=new JPanel();
Canvas ca=new Canv
www.eeworm.com/read/414619/11107786
h utils.h
#ifndef UTILS_H
#define UTILS_H
#include
#include
#include
#include
#include
using namespace std;
//----------------------------------