代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14125666
dat vb_fun58.dat
IsNull 函数
返回 Boolean 值,指出表达式是否不包含任何有效数据 (Null)。
www.eeworm.com/read/233557/14147188
pas jwaws2tcpip.pas
{******************************************************************************}
{ }
{ Winsock2 TCP/IP Extensions API interface
www.eeworm.com/read/232875/14179765
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/130421/14195034
pas toolctrlseh.pas
{*******************************************************}
{ }
{ EhLib v2.2 }
{ T
www.eeworm.com/read/130127/14207807
java choice.java
/*
* ChoiceItem.java
*
* Created on 2003年11月5日, 下午9:13
*/
package romulus;
/**
*
* @author Romulus
* @version 1.0
*/
public class Choice implements QuestionItem {
/** The ident of
www.eeworm.com/read/130042/14210435
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/231652/14224833
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/231652/14225053
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/231142/14253638
txt history.txt
Nucleus PLUS
*****************************
******************************************************************************
www.eeworm.com/read/129220/14257472
java inducer.java
package shared;
import java.lang.*;
import java.io.*;
/*****************************************************************************
The Inducer class "induces" a concept from a labelled train