代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/134915/13970363
h parport.h
/*++
Copyright (C) Microsoft Corporation, 1993 - 1999
Module Name :
parport.h
Abstract:
Type definitions and data for the parallel port driver.
Revision History:
--*/
#
www.eeworm.com/read/132845/14071503
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/204832/15333025
java catgraph.java
package id3;
import java.io.*;
import java.util.*;
import shared.*;
import shared.Error;
/** CatGraph is a directed graph whose nodes have references to Categorizers.
* Edges are labelled wit
www.eeworm.com/read/202947/15369227
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1996, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/201153/15415705
h sugarmemolearn.h
#include
Boolean LearnFormHandleEvent(EventType * event);
Boolean LearnDoHardKey(EventType* event);
www.eeworm.com/read/113613/15452315
h doomstat.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/112508/15484156
txt readme.txt
TWavePlayer v1.0 for Delphi
---------------------------
Author: Kambiz R. Khojasteh
Mail: khojasteh@www.dci.co.ir
Web: http://www.crosswinds.net/~khojasteh/
TWavePlayer is a non-visual comp
www.eeworm.com/read/112393/15489015
bas module1.bas
Attribute VB_Name = "Declarations"
'Public vcdrents As Index
'Public dvdrents As Integer ' indicates how many cds rented
Public totcost As Integer 'total cost of rented cd
Public indicate As Strin
www.eeworm.com/read/111591/15509612
h jpeglib.h
/*
* jpeglib.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/110622/15528671
cpp fig21_01.cpp
// Fig. 21.1: fig21_01.cpp
// Demonstrating data type bool.
#include
using std::cout;
using std::endl;
using std::cin;
using std::boolalpha;
int main()
{
bool boolean = fals