代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/218426/14920073
txt 说明.txt
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。
www.eeworm.com/read/117054/14941817
~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/116901/14950183
java circle99.java
import java.awt.*;
import java.applet.*;
public class Circle99 extends Applet
{
public void paint(Graphics g)
{
g.drawString("Circle 99",20,20);
int x0=getSize().width/2;
int y
www.eeworm.com/read/217605/14957223
java piimpl.java
// RMI偵傛傞暘嶶張棟僾儘僌儔儉偺幚憰椺
// (2)儕儌乕僩僒乕價僗偺幚憰偺僋儔僗僼傽僀儖
// PiImpl.java
// 偙偺僋儔僗偼丄儕儌乕僩僒乕價僗偺幚憰僋儔僗偱偡
// 暘嶶張棟僔僗僥儉偵偍偗傞婡擻傪婰弎偟傑偡
// 嬶懱揑偵偼丄儌儞僥僇儖儘朄偵傛傝兾/4傪寁嶼偟傑偡
// 儔僀僽儔儕偺棙梡
import java.rmi.RemoteException ; ...
www.eeworm.com/read/116603/14962635
java arraynew.java
//: c04:ArrayNew.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Creating arrays with new.
import java.util.*;
public cl
www.eeworm.com/read/116603/14962642
java arrayclassobj.java
//: c04:ArrayClassObj.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Creating an array of nonprimitive objects.
import jav
www.eeworm.com/read/116603/14962667
java randombounds.java
//: c03:RandomBounds.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Does Math.random() produce 0.0 and 1.0?
public class
www.eeworm.com/read/116603/14962989
java randvals.java
//: c08:RandVals.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Initializing interface fields with
// non-constant initia
www.eeworm.com/read/116591/14964701
cpp animate.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "Animate.h"
//-----------------------------------------