代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/410262/11295250
h boolean.h
//$$ boolean.h bool class
// This is for compilers that don't have bool automatically defined
#ifndef bool_LIB
#define bool_LIB 0
#ifdef use_namespace
namespace RBD_CO
www.eeworm.com/read/263812/11340978
vbp boolean.vbp
Type=Exe
Form=frmBoolean.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
IconForm="frmBoolean"
Startup="frmBoolean"
Command32="
www.eeworm.com/read/263812/11340980
vbw boolean.vbw
frmBoolean = 110, 110, 372, 344, , 88, 88, 350, 322, C
www.eeworm.com/read/408091/11405522
h boolean.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Boolean_INCLUDED
#define Boolean_INCLUDED 1
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
#ifdef SP_H
www.eeworm.com/read/406848/11434128
class boolean.class
www.eeworm.com/read/403014/11523707
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/260026/11751237
h boolean.h
//$$ boolean.h Boolean class
#ifndef Boolean_LIB
#define Boolean_LIB 0
class Boolean
{
int value;
public:
Boolean(const int b) { value = b ? 1 : 0; }
Boolean
www.eeworm.com/read/259220/11814458
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