代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/493718/6389228
pas ac1022.pas
program ural1022;
const
maxn=100;
var
adj:array[1..maxn,1..maxn]of boolean;
indeg:array[1..maxn]of byte;
v:array[1..maxn]of boolean;
n,i,x,c:byte;
begin
fillchar(adj,sizeof(adj),0
www.eeworm.com/read/493718/6389311
pas ac1038.pas
program ural1038;
var
c:char;
sen,wor:boolean;
mis:integer;
function cap(c:char):boolean;
begin
if (c>='A') and (c
www.eeworm.com/read/492697/6419695
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/489566/6465897
h hidpi++.h
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & user mode
R
www.eeworm.com/read/489566/6465898
h hidsdi.h
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
HIDDLL.H
Abstract:
This module contains the PUBLIC definitions for the
code that implements the HID dll.
En
www.eeworm.com/read/487789/6508845
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/487409/6511174
pas grids.pas
{*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{
www.eeworm.com/read/486925/6520999
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/485906/6549641
pas teelisb.pas
{***************************************}
{ TeeChart Pro - TChartListBox class }
{ Copyright (c) 1995-2005 David Berneda }
{ Component Registration Unit }
{***************************