代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/271086/11008430
pas objbase.pas
unit ObjBase;
interface
uses
Windows, Classes, SysUtils, Forms, StrUtils, Math, Grobal2, Envir, Common;
type
TClientAction = (cHit, cMagHit, cRun, cWalk, cDigUp, cTurn);
// TSayMsgTyp
www.eeworm.com/read/271086/11008434
~pas grobal2.~pas
unit Grobal2;
interface
uses
Windows, Classes, JSocket;
const
DR_UP = 0;
DR_UPRIGHT = 1;
DR_RIGHT = 2;
DR_DOWNRIGHT = 3;
DR_DOWN = 4;
DR_DOWNLEFT = 5;
DR_LEFT = 6;
DR_U
www.eeworm.com/read/271086/11008640
pas gateshare.pas
unit GateShare;
interface
uses
Windows, SysUtils, Classes, JSocket, WinSock, SyncObjs, IniFiles, Grobal2, Common;
const
g_sVersion = '程序版本: 1.00 Build 20060910';
g_sUpDateTime = '更新日期: 2
www.eeworm.com/read/271086/11008703
pas gateshare.pas
unit GateShare;
interface
uses
Windows, Messages, Classes, SysUtils, JSocket, WinSock, SyncObjs, Common;
resourcestring
g_sProductName = '飘飘网络防攻击登陆网关 V 1.0';
g_sUpDateTime = '更新日期: 200
www.eeworm.com/read/271086/11008899
pas gateshare.pas
unit GateShare;
interface
uses
Windows, Messages, Classes, SysUtils, JSocket, WinSock, SyncObjs,Common;
resourcestring
g_sProductName = '飘飘网络防攻击登陆网关 V 1.0';
g_sUpDateTime = '更新日期: 2006/0
www.eeworm.com/read/271086/11009099
pas createchr.pas
unit CreateChr;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, Buttons;
type
TFrmCreateChr = class(TForm)
EdUserId: TEdit;
www.eeworm.com/read/271086/11009117
~pa createchr.~pa
unit CreateChr;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, Buttons;
type
TFrmCreateChr=class(TForm)
EdUserId: TEdit;
E
www.eeworm.com/read/416905/11010182
java sprite.java
import javax.microedition.lcdui.*;
abstract class Sprite {
protected int x;
protected int y;
protected int width;
protected int height;
protected boolean isAlive=true;
protec
www.eeworm.com/read/271012/11013021
java floor.java
//package wuxf;
public class Floor {
public int floorNumber=-1;
public boolean upkey;
public boolean downkey;
public Person[] personsOnThisFloor;
public Floor(int floorNumber) {