代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/279369/10443242
bas boolean.bas
www.eeworm.com/read/278961/10485251
png boolean.png
www.eeworm.com/read/160841/10487731
class boolean.class
www.eeworm.com/read/277084/10670141
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/421785/10699030
c boolean.c
// boolean.c -- using a _Bool variable
#include
int main(void)
{
long num;
long sum = 0L;
_Bool input_is_good;
printf("Please enter an integer to be summed ");
www.eeworm.com/read/158966/10706616
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/349709/10803262
sql boolean.sql
/*
* Boolean.sql
* Chapter 3, Oracle10g PL/SQL Programming
* by Ron Hardman, Mike McLaughlin, Scott Urman
*
* This script demonstrates how to assign a value to a variable of type boolean
*
www.eeworm.com/read/273536/10911865
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/273536/10911998
c boolean.c
/*-
* Copyright (c) 2003 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#include