代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/258191/11878679
cpp boolean.cpp
//: C03:Boolean.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Relational and logical operators
www.eeworm.com/read/153678/12013026
cpp boolean.cpp
//: C03:Boolean.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Relational and logical oper
www.eeworm.com/read/131284/14152317
h boolean.h
//$$ boolean.h Boolean class
#ifndef Boolean_LIB
#define Boolean_LIB 0
/*class BooleanTRUE
{
public:
BooleanTRUE() {}
operator int() const { return 1; }
int operator
www.eeworm.com/read/231489/14230826
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/126957/14391806
h boolean.h
/* My favorite names for boolean values */
#define No 0
#define Yes 1
#define Maybe 2 /* tri-state boolean, actually */
www.eeworm.com/read/126350/14427853
h boolean.h
/*
HEADER: CUG000.09;
TITLE: BOOLEAN;
DATE: Mar 89;
DESCRIPTION: Boolean Type Header File;
VERSION: 1.0;
FILE
www.eeworm.com/read/226560/14458829
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/122684/14674851
cpp boolean.cpp
//: C03:Boolean.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Relational and logical oper
www.eeworm.com/read/122462/14689023
h boolean.h
// Copyright (C) 1999 Silicon Graphics, Inc. All Rights Reserved.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of version 2.1 of the GNU Lesse
www.eeworm.com/read/221293/14747842