代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/280002/10369082
pas usrengn.pas
unit UsrEngn;
interface
uses
Windows, Classes, SysUtils, StrUtils, Controls, Forms, ObjBase, ObjNpc, Envir, Grobal2, SDK;
type
TMonGenInfo = record
sMapName: string[14];
nRace: In
www.eeworm.com/read/280002/10369101
pas jclasses.pas
unit JClasses;
interface
uses SysUtils;
const
MaxListSize = Maxint div 16;
type
EListError = class(Exception);
PPointerList = ^TPointerList;
TPointerList = array[0..MaxListSize - 1]
www.eeworm.com/read/280002/10369297
pas castle.pas
unit Castle;
interface
uses
Windows, Classes, SysUtils, IniFiles, Grobal2, ObjBase, ObjMon2, Guild, Envir;
const
MAXCASTLEARCHER = 12;
MAXCALSTEGUARD = 4;
type
TDefenseUnit = record
www.eeworm.com/read/280002/10369362
pas o.jsocket.pas
{ *********************************************************************** }
{ }
{ Delphi Runtime Library
www.eeworm.com/read/280002/10369407
pas runsock.pas
unit RunSock;
interface
uses
Windows, Classes, SysUtils, StrUtils, SyncObjs, JSocket, ObjBase, Grobal2,
FrnEngn, UsrEngn, Common;
type
TGateUserInfo = record
sAccount: string;
www.eeworm.com/read/280002/10369475
pas rundb.pas
unit RunDB;
interface
uses
Windows, SysUtils, Grobal2, WinSock, M2Share, Common;
procedure DBSOcketThread(ThreadInfo: pTThreadInfo); stdcall;
function DBSocketConnected(): Boolean;
function
www.eeworm.com/read/280002/10369554
pas guild.pas
unit Guild;
interface
uses
Windows, SysUtils, Classes, IniFiles, ObjBase;
type
TGuildRank = record
nRankNo: Integer;
sRankName: string;
MemberList: TStringList;
end;
pT
www.eeworm.com/read/280002/10369568
pas envir.pas
unit Envir;
interface
uses
Windows, SysUtils, Classes, SDK, Grobal2;
type
TMapHeader = packed record
wWidth: Word;
wHeight: Word;
sTitle: string[16];
UpdateDate: TDate
www.eeworm.com/read/280002/10369591
pas jnetwork.pas
{ *********************************************************************** }
{ }
{ Delphi Runtime Library
www.eeworm.com/read/280002/10369644
pas magic.pas
unit Magic;
interface
uses
Windows, Classes, Grobal2, ObjBase, ObjHero, SysUtils;
type
TMagicManager = class
private
public
constructor Create();
destructor Destroy; overr