代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/314474/13566611
h boolean.h
/*
* Boolean Type
*
* Copyright (c) 1995,2006 SRI International. All Rights Reserved.
*
* @(#)$Header: /home/srilm/devel/misc/src/RCS/Boolean.h,v 1.5 2006/01/09 17:39:03 stolcke Exp $
*
*/
#i
www.eeworm.com/read/307313/13724312
h boolean.h
//$$ boolean.h bool class
// This is for compilers that do not have bool automatically defined
#ifndef bool_LIB
#define bool_LIB 0
#ifdef use_namespace
namespace RBD_COMMON {
www.eeworm.com/read/151814/5678775
java boolean.java
/*
libaegisvm - The Aegis Virtual Machine for executing Java bytecode
Copyright (C) 2001-2002 Philip W. L. Fong
This library is free software; you can redistribute it and/or
modify i
www.eeworm.com/read/150037/5694426
hh boolean.hh
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/149652/5698176
h boolean.h
//$$ boolean.h bool class
// This is for compilers that do not have bool automatically defined
#ifndef bool_LIB
#define bool_LIB 0
#ifdef use_namespace
namespace RBD_C
www.eeworm.com/read/140727/5781986
h boolean.h
// file: $isip/class/math/scalar/Boolean/Boolean.h
// version: $Id: Boolean.h,v 1.38 2001/04/23 22:57:28 peng Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_BOOLEAN
#define ISIP
www.eeworm.com/read/139903/5795605
cpp boolean.cpp
//: C03:Boolean.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Relational and logical operators
www.eeworm.com/read/139159/5807349
java boolean.java
/*********************************************************************
*
* Copyright (C) 2001 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/138548/5815440
pm boolean.pm
# $Id: Boolean.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Boolean;
use XML::XPath::Number;
use XML::XPath::Literal;
use strict;
use overload
'""' => \&value,
'' => \&cmp;
sub Tr