代码搜索:bool
找到约 10,000 项符合「bool」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5931665
p bool.p
program booltest (input, output);
var b : boolean;
begin
b := true;
b := false;
end.
www.eeworm.com/read/131315/5931696
out bool.out
reading symbolic information ...
[1] stop at 4
[1] stopped in program at line 4
4 b := true;
false
stopped in program at line 5
5 b := false;
true
false
true
www.eeworm.com/read/131315/5931721
mod bool.mod
module main;
var b : boolean;
begin
b := true;
b := false;
end main.
www.eeworm.com/read/131315/5941030
h bool.h
// Defining TRUE and FALSE is usually a Bad Idea,
// because you will probably be inconsistent with anyone
// else who had the same clever idea.
// Therefore: DON'T USE THIS FILE.
#ifndef _bool_h
#d
www.eeworm.com/read/126641/6015162
c a_bool.c
/* crypto/asn1/a_bool.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/120487/6072481
c bool.c
/*-------------------------------------------------------------------------
*
* bool.c
* Functions for the built-in type "bool".
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Developm
www.eeworm.com/read/113245/6132818
java bool.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/101042/6258669
c a_bool.c
/* crypto/asn1/a_bool.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/100285/6271170
c bool.c
/*-------------------------------------------------------------------------
*
* bool.c
* Functions for the built-in type "bool".
*
* Copyright (c) 1994, Regents of the University of California
www.eeworm.com/read/226955/6336593