代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/398415/7989880
pas myldbrelationalalgebra.pas
unit MYLDBRelationalAlgebra;
interface
{$I MYLDBVer.inc}
uses Windows, Classes, Db, SysUtils, Math,
// MYLDBoluteDatabase units
{$IFDEF DEBUG_LOG}
MYLDBDebug,
{$ENDIF}
MYLDBConst
www.eeworm.com/read/297651/8005929
h hidpi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & use
www.eeworm.com/read/197033/8034613
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/196362/8097243
java fandemo.java
class Fan {
private int speed = 0;
private boolean on = false;
private double radius = 50;
public Fan(int speed, boolean on, double radius) {
this.speed = speed;
this.on = on;
this.
www.eeworm.com/read/396440/8107504
cls objdraw.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/145693/12707063
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/145646/12708797
pas imagebutton.pas
unit imagebutton;
interface
uses
SysUtils, Classes, Controls, Messages, Windows, Consts, Forms,
Graphics, Stdctrls, menus, Dialogs;
type
TactiveChange = procedure(sender:Tobject;acti
www.eeworm.com/read/145646/12708822
pas lxactivebtn.pas
unit lxactivebtn;
interface
uses
SysUtils, Classes, Controls,Messages, Windows,
consts, Forms, Menus, Graphics, Stdctrls,Dialogs;
type
TactiveChange = procedure(sender:Tobject;active
www.eeworm.com/read/246404/12727390
pas ac1115.pas
program tju1115;
var
a,b:string;
a3,a4,b3,b4,an,bn:boolean;
function div3(s:string):boolean;
var
r,i:byte;
begin
r:=0;
for i:=1 to length(s) do
r:=(r+ord(s[i])) mod
www.eeworm.com/read/246404/12727507
pas ac1167.pas
program tju1167;
{$Q-,R-}
const
maxn=10000;
maxm=6001;
imp=-2100000000;
var
a:array[boolean,1..maxn]of longint;
f:array[boolean,0..maxm]of longint;
n,m,i,j,ans,k,l,t:longint;
b