代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/344239/11897200
java arraynew.java
//: initialization/ArrayNew.java
// Creating arrays with new.
import java.util.*;
import static net.mindview.util.Print.*;
public class ArrayNew {
public static void main(String[] args) {
www.eeworm.com/read/344239/11897232
java arrayclassobj.java
//: initialization/ArrayClassObj.java
// Creating an array of nonprimitive objects.
import java.util.*;
import static net.mindview.util.Print.*;
public class ArrayClassObj {
public static voi
www.eeworm.com/read/344238/11897489
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/344238/11897514
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/344238/11897613
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/344238/11897831
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/344238/11897897
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/257948/11901394
c display.c
/*=======================Display.c========================*/
/*=====================动画演示文件======================*/
#include"head.h"
void InitGraph()
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"c:
www.eeworm.com/read/257948/11901422
c display.c
/*-----------------------------Display.c-------------------------------*/
/*------------------动画演示文件----------------------------*/
/*------------初始化图形界面--------------------------*/
void InitGraph()
www.eeworm.com/read/344081/11909496
html 18.html
跟随鼠标闪烁的文字
.modernetstyle {FONT-FAMILY: , "Times New Roman"; FONT-SIZE: 9pt; FONT-WEIGHT: 300; POSITION: absolute; TOP: auto}