代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/325731/13187069
pas lists.pas
{------------------------------------------------------------------------------}
{ List object unit
{ Copyright xxxxxxxxxxxxxxxxxxxxxxxx 2003. All right resvered.
{-----
www.eeworm.com/read/319404/13452612
m ex3202.m
%例32-2:连接不同的Java 对象。
byte = java.lang.Byte(127);
integer = java.lang.Integer(52);
double = java.lang.Double(7.8);
[byte; integer; double] % 使用方括号操作符
www.eeworm.com/read/317396/13505091
pas grobal2.pas
unit Grobal2;
interface
uses
Windows, Classes;
const
DR_UP = 0;
DR_UPRIGHT = 1;
DR_RIGHT = 2;
DR_DOWNRIGHT = 3;
DR_DOWN = 4;
DR_DOWNLEFT = 5;
DR_L
www.eeworm.com/read/312814/13604002
pas bsskinzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/312814/13604029
pas bsskinunzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/312813/13604083
pas spskinunzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/312813/13604089
pas spskinzip.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/306182/13750124
pas grobal2.pas
unit grobal2;
interface
uses
svn, Windows, SysUtils, Classes, strUtils, JSocket;
const
{$IFDEF Timeinc}{$I TimeStamp.inc}{$ELSE}BUILDTIME = 0;{$ENDIF}
VERSION_NUMBER = 20060715;
CLI
www.eeworm.com/read/303198/13820318
pas uiexcelagent.pas
{*******************************************************}
{ 软件名称: --通用-- }
{ 单元名称: uIExcelAgent.pas }
{ 中文名称: Excel访问代理接口
www.eeworm.com/read/303198/13820330
pas uexcelagent.pas
{*******************************************************}
{ 软件名称: --通用-- }
{ 单元名称: uExcelAgent.pas }
{ 中文名称: Excel访问代理基类