代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/175454/9547463
pas delfor1.pas
{|----------------------------------------------------------------------
| Class: TPascalParser
|
| Author: Egbert van Nes
|
| Description: Format pascal code
|
| Copyright (c
www.eeworm.com/read/175454/9547473
pas delfortypes.pas
{|----------------------------------------------------------------------
| Unit: DelforTypes
|
| Author: Egbert van Nes
|
| Description: Simple types used in DelFor(Exp)
|
|
www.eeworm.com/read/175454/9547659
pas delfortypes.pas
{|----------------------------------------------------------------------
| Unit: DelforTypes
|
| Author: Egbert van Nes
|
| Description: Simple types used in DelFor(Exp)
|
|
www.eeworm.com/read/175400/9550135
pas chadoutils.pas
unit CHADOUtils;
interface
uses Windows, Messages, SysUtils, Forms, Variants, Classes, ADODB, ComObj, ActiveX;
function OpenSQL(query: TADOQuery; sql: string): Boolean;
function ExecSQL(query:
www.eeworm.com/read/175400/9550170
pas chcheckutils.pas
unit CHCheckUtils;
interface
uses SysUtils, Forms, Windows, CHMessageUtils;
function CheckNum(text: string; isfloat: Boolean=True): Boolean;
implementation
function CheckNum(text: string;
www.eeworm.com/read/175325/9552202
java booleandemo.java
/**************************************************
* test the TYPE field of Boolean and test the methods of Class Object
*
****************************************************/
public class
www.eeworm.com/read/175325/9552209
java breakdemo.java
public class BreakDemo {
public static void main(String[] args) {
int[] arrayOfInts = { 32, 87, 3, 589, 12, 1076,
2000, 8, 622, 127 };
int searchfor
www.eeworm.com/read/175324/9552227
java booleandemo.java
/**************************************************
* test the TYPE field of Boolean and test the methods of Class Object
*
****************************************************/
public class
www.eeworm.com/read/175324/9552231
java breakdemo.java
public class BreakDemo {
public static void main(String[] args) {
int[] arrayOfInts = { 32, 87, 3, 589, 12, 1076,
2000, 8, 622, 127 };
int searchfor
www.eeworm.com/read/175303/9553154
pas func.pas
unit Func;
interface
uses Windows, Forms, SysUtils, Registry, ShlObj, Activex, ComObj, Encrypt_Base64;
function GetPassWord:String;
procedure PutPassWord(sPutPass:String);
function NeedPass