代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/332899/12717833
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/332899/12717929
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/332899/12718109
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/332899/12718188
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/332725/12733990
~pas mc_about.~pas
unit MC_About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Buttons, jpeg;
type
TAbout = class(TForm)
Image1: TIm
www.eeworm.com/read/332725/12740113
~pas mc_about.~pas
unit MC_About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Buttons;
type
TAbout = class(TForm)
Image1: TImage;
www.eeworm.com/read/246290/12741131
cs constants.cs
using System;
using Microsoft.DirectX.Direct3D;
using Microsoft.DirectX;
///
/// GamePlay constants. You can tune the game by adjusting these values.
///
sealed publ
www.eeworm.com/read/246290/12741298
cs constants.cs
using System;
using Microsoft.DirectX.Direct3D;
using Microsoft.DirectX;
///
/// GamePlay constants. You can tune the game by adjusting these values.
///
sealed publ
www.eeworm.com/read/332725/12741442
pas mc_about.pas
unit MC_About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Buttons;
type
TAbout = class(TForm)
Image1: TImage;