代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/280902/10280298
java iterator.java
interface Iterator {
boolean hasNext();
Object next();
void remove();
}
www.eeworm.com/read/162656/10287741
cls dwdcb.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "dwDCB"
Attribute VB_Creatable = True
Attribute VB_Exposed = False
' dwDCB - Device Communication Block utility class
' P
www.eeworm.com/read/280853/10287982
pas winskindlg.pas
unit WinSkinDlg;
{$I Compilers.Inc}
{$WARNINGS OFF}
{$HINTS OFF}
{$RANGECHECKS OFF}
interface
uses windows,Messages,SysUtils,Classes,Graphics,WinSkinMenu,
forms,ExtCtrls;
const
www.eeworm.com/read/162622/10290748
java timertask.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/162589/10292989
h hidpi.h
/*++
Copyright (c) 1996-1998 Microsoft Corporation
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & user mode
www.eeworm.com/read/280348/10337325
h filemon.h
/******************************************************************************
*
* FileMon - File System Monitor for Windows NT/9x
*
* Copyright (c) 1996-1998 Mark Russinovich and Bryce
www.eeworm.com/read/162078/10337571
cpp bool_fun.cpp
#include
bool func(void)
{ // Function returns a bool type
return false;
// return NULL; // NULL is converted to Boolean false
}
void main(void)
{
bool va
www.eeworm.com/read/354419/10357075
h packet32.h
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/279796/10393243
h hidpi.h
/*++
Copyright (c) 1996-1998 Microsoft Corporation
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & user mode
www.eeworm.com/read/424916/10398722
pas uxlsencodeformula.pas
unit UXlsEncodeFormula;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
interface
uses
XlsFormulaMessages, XlsMessages, UXlsFormulaParser,
UFlxStac