代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/123499/14627742
bas mdlmain.bas
Attribute VB_Name = "mdlMain"
'定义用户类型
'声明会局变量
Public g_blogin As Boolean
Public g_bAdmin As Boolean
Public Const Manager = 4
Public Const General = 2
Public Const Guest = 1
Public gintMode As
www.eeworm.com/read/123410/14635729
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/123184/14643517
pas idimap4.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/223082/14660178
java catgraph.java
package id3;
import java.io.*;
import java.util.*;
import shared.*;
import shared.Error;
/** CatGraph is a directed graph whose nodes have references to Categorizers.
* Edges are labelled wit
www.eeworm.com/read/223080/14660604
bas mdlmain.bas
Attribute VB_Name = "mdlMain"
'定义用户类型
'声明会局变量
Public g_blogin As Boolean
Public g_bAdmin As Boolean
Public Const Manager = 4
Public Const General = 2
Public Const Guest = 1
Public gintMode As
www.eeworm.com/read/222814/14673316
java objecthandle.java
/*
* Copyright (c) 1996, 1997 Bill Venners. All Rights Reserved.
*
* This Java source file is part of the Interactive Illustrations Web
* Site, which is delivered in the applets directory of the C
www.eeworm.com/read/122464/14688482
bas mmain.bas
Attribute VB_Name = "mMain"
Option Explicit
Private Type FilterType
Filters(0 To 2)
End Type
Global gCnn As MYSQL_CONNECTION
Global oCnn As ADODB.Connection
Global SQL As String
Global VarIni
www.eeworm.com/read/121447/14756568
pas trayicon.pas
{ TTrayIcon VCL. Version 1.3
Requires: Delphi 2.0 32 bit.
Function: Adds an icon to the Windows 95 Tool Tray and
has events to respond to mouse clicks.
This component is based o
www.eeworm.com/read/121010/14775338
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/220892/14785091
java myiterator.java
public interface MyIterator{
public boolean hasNext();
public Object next();
}