代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/371033/9570671
pas main.pas
unit Main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, ActnList, ComCtrls, StdCtrls;
type
TMainForm = class(TForm)
MainMenu1:
www.eeworm.com/read/174886/9570767
java mainframe.java
package design;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.table.*;
import java.util.*;
/**
* Title: 操作系统课程设计
* Description:
* Copyrigh
www.eeworm.com/read/371025/9570901
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/371025/9570914
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/174877/9570945
c analyze.c
/****************************************************/
/* File: analyze.c */
/* Semantic analyzer implementation */
/* for the C_Minus compiler */
/*****
www.eeworm.com/read/371025/9570993
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/371025/9571022
pas o.jsocket.pas
{ *********************************************************************** }
{ }
{ Delphi Runtime Library
www.eeworm.com/read/371025/9571062
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/371025/9571106
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/371025/9571156
pas guild.pas
unit Guild;
interface
uses
Windows, SysUtils, Classes, IniFiles, ObjBase;
type
TGuildRank = record
nRankNo: Integer;
sRankName: string;
MemberList: TStringList;
end;
pT