代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/197952/7961295
~~pas unit1.~~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TConncet_Mode ={UDPMODE=0,TCPMODE=1,MULTIMODE=2,DIALING=3,AUDIODET
www.eeworm.com/read/298375/7964423
h gamedemo.h
#ifndef GAMEDEMO_H
#define GAMEDEMO_H
#include "AEEModGen.h" // Module interface definitions
#include "AEEAppGen.h" // Applet interface definitions
#include "AEEShell.h"
www.eeworm.com/read/298375/7964667
h gamedemo.h
#ifndef GAMEDEMO_H
#define GAMEDEMO_H
#include "AEEModGen.h" // Module interface definitions
#include "AEEAppGen.h" // Applet interface definitions
#include "AEEShell.h"
www.eeworm.com/read/197825/7967925
java stick.java
import java.applet.*;
import java.awt.*;
public class Stick {
int x, y; // position of stick
int w, h; // width and height of stick
int value;
www.eeworm.com/read/398415/7989379
pas myldbsqlprocessor.pas
unit MYLDBSQLProcessor;
{$I MYLDBVer.inc}
interface
uses Classes, SysUtils, Windows, DB,
{$IFDEF DEBUG_LOG}
MYLDBDebug,
{$ENDIF}
{$IFNDEF D6H}
MYLDBD4Routines,
{
www.eeworm.com/read/398415/7989500
pas myldbconverts.pas
unit MYLDBConverts;
interface
{$I MYLDBVer.inc}
uses SysUtils, {Controls,} DB, Windows,
MYLDBTypes,
MYLDBStrUtils,
MYLDBExcept,
MYLDBConst;
const
WildCardMultipl
www.eeworm.com/read/398415/7989544
pas myldbmain.pas
unit MYLDBMain;
interface
{$I MYLDBVer.inc}
uses SysUtils, Math, Classes,Db,Windows {$IFNDEF NO_DIALOGS},Forms, Controls, Dialogs{$ENDIF},
{$IFDEF D6H}
DBCommon,
Variants,
www.eeworm.com/read/398415/7989576
pas myldbbaseengine.pas
unit MYLDBBaseEngine;
{$I MYLDBVer.inc}
interface
uses SysUtils, Classes, Windows {$IFNDEF NO_DIALOGS}, Dialogs, Controls{$ENDIF}, Math, DB,
// MYLDBoluteDatabase units
{$IFDEF D
www.eeworm.com/read/398415/7989856
pas myldbbtree.pas
unit MYLDBBTree;
{$I MYLDBVer.inc}
interface
uses SysUtils, Classes, Math,
// MYLDBoluteDatabase units
{$IFDEF DEBUG_LOG}
MYLDBDebug,
{$ENDIF}
MYLDBPage,
MY
www.eeworm.com/read/398415/7989941
pas myldbbase.pas
unit MYLDBBase;
interface
uses SysUtils, Classes,
// MYLDBoluteDatabase units
{$I MYLDBVer.inc}
{$IFDEF DEBUG_LOG}
MYLDBDebug,
{$ENDIF}
MYLDBMemory,
MYLDBComp