代码搜索:bool
找到约 10,000 项符合「bool」的源代码
代码结果 10,000
www.eeworm.com/read/323119/13351515
result bool.result
DROP TABLE IF EXISTS t1;
SELECT IF(NULL AND 1, 1, 2), IF(1 AND NULL, 1, 2);
IF(NULL AND 1, 1, 2) IF(1 AND NULL, 1, 2)
2 2
SELECT NULL AND 1, 1 AND NULL, 0 AND NULL, NULL and 0;
NULL AND 1 1 AND NULL 0
www.eeworm.com/read/323119/13353330
test bool.test
#
# Test of boolean operations with NULL
#
--disable_warnings
DROP TABLE IF EXISTS t1;
--enable_warnings
SELECT IF(NULL AND 1, 1, 2), IF(1 AND NULL, 1, 2);
SELECT NULL AND 1, 1 AND NULL, 0 AND NULL,
www.eeworm.com/read/320605/13421911
java bool.java
//: c03:Bool.java
// Relational and logical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.
www.eeworm.com/read/319222/13457945
h bool.h
www.eeworm.com/read/316956/13513713
h bool.h
/* bool.h - Boolean definitions */
/* Copyright 1998-2010 Wind River Systems, Inc. */
/*
* modification history
* --------------------
* 01a,25mar98,pai written
*
*/
#ifndef __INCBoolh
#d
www.eeworm.com/read/310332/13653398
h bool.h
www.eeworm.com/read/141300/5770814
h bool.h
#ifndef _BOOL_H
#define _BOOL_H
typedef unsigned char bool;
#define BOOLEAN int
#define TRUE 1
#define FALSE 0
#define NO 0
#define YES 1
#endif
www.eeworm.com/read/139514/5798625
h bool.h
#ifndef BOOL_H_INCLUDED
#define BOOL_H_INCLUDED
#ifndef TRUE
#define TRUE (1)
#endif
#ifndef FALSE
#define FALSE (0)
#endif
#ifndef __cplusplus
#ifndef HAVE_BOOL
#define HAVE_BOOL
typed
www.eeworm.com/read/139332/5801875
hpp bool.hpp
#ifndef BOOST_MPL_BOOL_HPP_INCLUDED
#define BOOST_MPL_BOOL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying
www.eeworm.com/read/139332/5802151
hpp bool.hpp
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at