代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/454786/7383306
java framevisible.java
package book;
//********************************************************************
//控制窗体状态,是窗体始终只有一个打开
//********************************************************************
import java.sql.C
www.eeworm.com/read/454660/7385804
java collectionsequence30.java
// holding/CollectionSequence30.java
import typeinfo.pets.*;
import java.util.*;
public class CollectionSequence30 implements Collection {
private Pet[] pets = Pets.createArray(8);
publi
www.eeworm.com/read/454660/7385917
java shapes6.java
// typeinfo/Shapes6.java
// TIJ4 Chapter Typeinfo, Exercise 6, page 561
/* Modify Shapes.java so that it can "highlight" (set a flag in)
* all shapes of a particular type. The toString() method fo
www.eeworm.com/read/454660/7386109
java terminationconditionex.java
// initialization/TerminationConditionEx.java
// TIJ4 Chapter Initialization, Exercise 10, page 177
/* Create a class with a finalize() method that prints a message. In main(),
* create an object o
www.eeworm.com/read/454641/7386241
java chess.java
package bluetoochgame;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2005
* Company:
* @author not attributable
* @version 1.0
*/
public class Chess {
www.eeworm.com/read/454427/7391195
jam timer.jam
' Copyright (C) 1988-2002 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
www.eeworm.com/read/454350/7393549
pas edgudang.pas
unit edGudang;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, JvGradientCaption, DB, JvExStdCtrls, JvButton, JvCtrls,
JvFoot
www.eeworm.com/read/454350/7393567
~pas edgudang.~pas
unit edGudang;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, JvGradientCaption, DB, JvExStdCtrls, JvButton, JvCtrls,
JvFoot
www.eeworm.com/read/454285/7394497
txt readme.txt
一点说明:
梦想写出完美的程序是每个程序员一生的追求,也许我就是在这个追求的过程中吧。总体感觉搞笑俄罗斯方块是个做得很烂的产品,因为其实我本人并不太喜欢玩游戏,对游戏的感觉也不如那些骨灰级玩家们好,更谈不上做好它了。所以搞笑俄罗斯方块枉叫搞笑俄罗斯方块。据不完全的统计,这个程序竟然在网络里被下载了将近一万多份,向我来信索取源码的朋友也有将250人。其中对我的帮助当然很大。在此谢谢大家 ...
www.eeworm.com/read/454285/7394511
pas ugetname.pas
{ 获取名字窗体单元 }
unit UGetName;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms;
type
TGetNameForm = class(TForm)
ButtonOK: TBu