代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/416428/11025953
imp dbf.imp
[FIRST_STEP]
ImportType=1
FileName=..\data\country.dbf
[DBF_MAP]
Name=NAME
Capital=CAPITAL
Continent=CONTINENT
Area=AREA
Population=POPULATION
[BOOLEAN_TRUE]
True=
[BOOLEAN_FALSE]
False=
www.eeworm.com/read/318467/13478020
imp dbf.imp
[FIRST_STEP]
ImportType=1
FileName=..\data\country.dbf
[DBF_MAP]
Name=NAME
Capital=CAPITAL
Continent=CONTINENT
Area=AREA
Population=POPULATION
[BOOLEAN_TRUE]
True=
[BOOLEAN_FALSE]
False=
www.eeworm.com/read/139207/5806905
h alarm_c.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
#ifndef _ALARM_C_H
#define _ALARM_C_H
#include
www.eeworm.com/read/476790/6750677
imp dbf.imp
[FIRST_STEP]
ImportType=1
FileName=..\data\country.dbf
[DBF_MAP]
Name=NAME
Capital=CAPITAL
Continent=CONTINENT
Area=AREA
Population=POPULATION
[BOOLEAN_TRUE]
True=
[BOOLEAN_FALSE]
False=
www.eeworm.com/read/260897/11688795
imp dbf.imp
[FIRST_STEP]
ImportType=1
FileName=..\data\country.dbf
[DBF_MAP]
Name=NAME
Capital=CAPITAL
Continent=CONTINENT
Area=AREA
Population=POPULATION
[BOOLEAN_TRUE]
True=
[BOOLEAN_FALSE]
False=
www.eeworm.com/read/139207/5806540
h dfilterc.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
#ifndef _DFILTERC_H
#define _DFILTERC_H
#includ
www.eeworm.com/read/485380/6560885
vhd pvr.vhd
--SINGLE_FILE_TAG
-------------------------------------------------------------------------------
-- $Id: pvr.vhd,v 1.3 2007/12/13 13:56:42 stefana Exp $
----------------------------------------------
www.eeworm.com/read/172530/5384510
java resourcemanagerwssei_unregisterjobhost_responsestruct_literalserializer.java
// This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JAX-RPC Standard Implementation (1.1.2_02, build R41)
// Generated source version: 1.1.2
pa
www.eeworm.com/read/292373/8360039
txt readme.txt
The PCSC Connector Component for Delphi
The component has the following properties, methods and events:
Methods:
constructor Create(AOwner: TComponent); override;
destructor Destr
www.eeworm.com/read/291491/8413609
pas divword.pas
program Divide_Word;
type
ws=string[20];
var
f:text;
found:boolean;
c,x,m:array[2..20] of integer;
{c[i]表示长度为i的单词的个数 x[i]表示当前解的第i个分量 m[i]表示当前第i个分量已找到的最小解}
s:array[1..1000] of ws;