代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/372367/2774616
h boolean.h
/*
* Copyright (C) 1998-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/363037/2923517
cs boolean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
public class boolean : valueType
{
public boolean() : base("boolean") { }
public bool
www.eeworm.com/read/357991/3008508
java boolean.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/357022/3034162
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/162614/5535344
java boolean.java
/* Boolean.java -- object wrapper for boolean
Copyright (C) 1998, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi
www.eeworm.com/read/162519/5544876
java boolean.java
/* Boolean.java -- object wrapper for boolean
Copyright (C) 1998, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi
www.eeworm.com/read/160301/5575747
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/154249/5639283
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/210638/6872832
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_COMMON {
www.eeworm.com/read/292920/8324272
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 ");