代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/435474/7791754
pas stregex.pas
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/299804/7830169
pas xpmenu.pas
{
#####################################################################
# 声明:本站资源由Delphi编程驿站[http://www.delphidak.com]整理收集,
# 部分资源来自于网络,转发前请注意尊重版权,如果您发现本站的资源
# 侵犯了您的版权,请来信告知,版主将立即删除。
#
www.eeworm.com/read/299589/7844031
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/399361/7867175
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/299208/7879908
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/299153/7884513
java not.java
package com.javapatterns.interpreter;
public class Not extends Expression
{
/**
* @link aggregation
*/
private Expression exp;
public Not(Expression exp)
{
th
www.eeworm.com/read/198956/7901404
bas modlinkbetweenforms.bas
Attribute VB_Name = "modLinkBetweenForms"
'****************************************************************************
' :) 人人为我,我为人人 :)
'枕善居汉化收藏整理
'发布日期:06/06/28
'描 述:VB解压缩RAR文档
'网 站:htt
www.eeworm.com/read/198768/7911231
pas wsocket.pas
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Description: TWSocket class encapsulate the Windows Socket paradigm
Creation: April
www.eeworm.com/read/398415/7989482
pas myldblocalengine.pas
unit MYLDBLocalEngine;
{$I MYLDBVer.inc}
interface
uses SysUtils, Classes, Windows,
// MYLDBoluteDatabase units
MYLDBRelationalAlgebra,
{$IFDEF DEBUG_LOG}
MYLDBDebug,