代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/136571/5869930
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 ver
www.eeworm.com/read/132747/5910627
h boolean.h
/*
* Mach Operating System
* Copyright (c) 1991,1990,1989 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* documenta
www.eeworm.com/read/127739/6001112
h boolean.h
/*-
* Copyright (c) 2003 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _BOOLEAN_H_
#define _BOOLEAN_H_
#inc
www.eeworm.com/read/127739/6001133
c boolean.c
/*-
* Copyright (c) 2003 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#include
www.eeworm.com/read/127087/6008015
h boolean.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/125896/6020396
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/125688/6022544
h boolean.h
/*
* Copyright (c) 1996, 1997, 1998 The University of Utah and the Flux Group.
*
* This file is part of the OSKit Linux Glue Libraries, which are free
* software, also known as "open source;" you
www.eeworm.com/read/120487/6073506
out boolean.out
--
-- BOOLEAN
--
--
-- sanity check - if this fails go insane!
--
SELECT 1 AS one;
one
-----
1
(1 row)
-- ******************testing built-in type bool********************
-- check bool type-cast
www.eeworm.com/read/120487/6073590
sql boolean.sql
--
-- BOOLEAN
--
--
-- sanity check - if this fails go insane!
--
SELECT 1 AS one;
-- ******************testing built-in type bool********************
-- check bool type-casting as well as and, or