代码搜索:boolean

找到约 10,000 项符合「boolean」的源代码

代码结果 10,000
www.eeworm.com/read/416426/11029383

pas absmain.pas

//============================================================================== // Product name: Absolute Database // Copyright 2003 ComponentAce //================================================
www.eeworm.com/read/270696/11029387

txt readme.txt

提供的方法有: void OpenPort();//启动串口通讯 void ClosePort();//终止串口通讯 boolean WritePort(BSTR pDataToWrite, long dwSizeofDataToWrite);//写串口 属性有: BSTR PortID;//端口名称,如"COM1" long BaudRate;//波特率 boolean Ena
www.eeworm.com/read/270696/11029430

odl apexcomm.odl

/////////////////////////////////////////////////////////////// // 文件: ApexComm.odl // 功能: 使用对象定义语言,定义控件对外的接口 // 作者: 陈++ // 日期: 2004.04.19 - 创建 // 2004.05.15 - 修改,整理 ///////////////////////
www.eeworm.com/read/416426/11029594

pas absexpressions.pas

unit ABSExpressions; interface {$I ABSVer.inc} uses Classes, SysUtils, DB, {$IFDEF D6H} Variants, DateUtils, {$ELSE} ABSD4Routines, {$ENDIF} {$IFDEF DEBUG_LOG}
www.eeworm.com/read/416426/11029604

pas absbase.pas

unit ABSBase; interface uses SysUtils, Classes, // AbsoluteDatabase units {$I ABSVer.inc} {$IFDEF DEBUG_LOG} ABSDebug, {$ENDIF} ABSMemory, ABSCompression,
www.eeworm.com/read/416426/11029614

pas absbaseengine.pas

//------------------------------------------------------------------------------ // // Local and File-Server Engine // Server uses Local Engine // //----------------------------------------------
www.eeworm.com/read/416426/11029633

pas absbtree.pas

unit ABSBTree; {$I ABSVer.inc} interface uses SysUtils, Classes, Math, // AbsoluteDatabase units {$IFDEF DEBUG_LOG} ABSDebug, {$ENDIF} ABSPage, ABSBaseEngin
www.eeworm.com/read/270660/11030924

txt matclass.pas.txt

unit MatClass; interface type //关系矩阵类 TRelMatrix = class private FCol: integer; FRow: integer; public Matrix: array of array of 0..1; property Col: integer re
www.eeworm.com/read/270660/11030931

pas matclass.pas

unit MatClass; interface type //关系矩阵类 TRelMatrix = class private FCol: integer; FRow: integer; public Matrix: array of array of 0..1; property Col: integer re
www.eeworm.com/read/416359/11031708

txt lab4.txt

JDBC lab4 ---- day1 ## 实验目标 ## 1.创建Statement对象 2.操作数据库的三个方法 ## 实验步骤 ## 1.编写如Lab2的类 2.在适当的位置加入如下代码或参数 ** int num = 0; ** num = stmt.executeUpdate(sql); ** boolean flag = s