代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/325731/13187257
pas regexpr.pas
unit RegExpr;
{
TRegExpr class library
Delphi Regular Expressions
Copyright (c) 1999-2004 Andrey V. Sorokin, St.Petersburg, Russia
You may use this software in any kind of devel
www.eeworm.com/read/138937/13200421
h packet32.h
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/325486/13201079
java beetle.java
// Introduced in Chapter 1
/** Beetle with parts for the Beetle game. */
public class Beetle {
/** True if this Beetle has a body. */
private boolean body;
/** Number of eyes this Beetle has,
www.eeworm.com/read/325486/13201171
java list.java
// Introduced in Chapter 5
/** A list of elements. */
public interface List extends Iterable {
/** Add target to the back of this List. */
public void add(E target);
/** Return true if s
www.eeworm.com/read/138874/13206596
java inducer.java
package shared;
import java.lang.*;
import java.io.*;
/*****************************************************************************
The Inducer class "induces" a concept from a labelled train
www.eeworm.com/read/240351/13221821
pas xpmenu.pas
{**********************************************************************************************
* 刀剑如梦软件创作室整理 *
*主页名称:Delphi编程驿站
www.eeworm.com/read/324458/13262215
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/137879/13281933
pas ezdxfread.pas
Unit EzDxfRead;
{***********************************************************}
{ EzGIS/CAD Components }
{ (c) 2003 EzSoft Engineering
www.eeworm.com/read/324149/13283344
java control.java
package javazoom.jl.decoder;
/**
* Work in progress.
*/
public interface Control
{
/**
* Starts playback of the media presented by this control.
*/
public void start();
/*
www.eeworm.com/read/137290/13334036
pas frxexporthtml.pas
{******************************************}
{ }
{ FastReport v3.0 }
{ HTML table export filter }
{