代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/371025/9571161
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/371025/9571165
pas jnetwork.pas
{ *********************************************************************** }
{ }
{ Delphi Runtime Library
www.eeworm.com/read/371025/9571178
pas magic.pas
unit Magic;
interface
uses
Windows, Classes, Grobal2, ObjBase, ObjHero, SysUtils;
type
TMagicManager = class
private
public
constructor Create();
destructor Destroy; overr
www.eeworm.com/read/174856/9571351
pas bboard.pas
unit BBoard;
(*--------------------------------------------------------------------*)
(* *)
(* TBillBoard Beta Release 1.0 *)
(*
www.eeworm.com/read/174854/9571397
pas lcd_lab.pas
{******************************************************************************}
{ }
{ TLCDLabel v1.5 - The one and only
www.eeworm.com/read/370995/9573374
bas pubvar.bas
Attribute VB_Name = "pubVar"
'****************************************************************************
'人人为我,我为人人
'枕善居收藏整理
'发布日期:2007/07/09
'描 述:CBB三表户外计量系统 Ver 5.2
'网 站:http://www.Mnd
www.eeworm.com/read/174711/9576106
pas sgr_data.pas
unit sgr_data;
{(c) S.P.Pod'yachev 1998-2001}
{ver. 2.4 8.02.2001}
{***************************************************}
{ Example of series for Tsp_xyPlot }
{
www.eeworm.com/read/174696/9577515
bas mducapture.bas
Attribute VB_Name = "mduCapture"
Option Explicit
Public Type RECT
left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Const HWND_DESKTOP =
www.eeworm.com/read/174689/9577709
bas main.bas
Attribute VB_Name = "main"
'**********************************
' 基本设置
'**********************************
Public intPort As Integer '串行口号
Public strSet As String '协议设置
Public i
www.eeworm.com/read/346710/9580207
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const IP_STATUS_BASE = 11000
Public Const IP_SUCCESS = 0
Public Const IP_BUF_TOO_SMALL = (11000 + 1)
Public Const IP_DEST_NET_UNREACHABLE =