代码搜索:boolean

找到约 10,000 项符合「boolean」的源代码

代码结果 10,000
www.eeworm.com/read/149022/12409351

vhd tblib.vhd

----------------------------------------------------------------------------- -- This file is a part of the LEON VHDL model -- Copyright (C) 1999 European Space Agency (ESA) -- -- This program
www.eeworm.com/read/250391/12409649

pas toolintf.pas

{*******************************************************} { } { Borland Delphi Visual Component Library } {
www.eeworm.com/read/250304/12415172

pas tb97ctls.pas

unit TB97Ctls; { Toolbar97 Copyright (C) 1998 by Jordan Russell TToolbarButton97 & TEdit97 } interface {$I TB97Ver.inc} uses Windows, Messages, Classes, Controls, Forms, Men
www.eeworm.com/read/250304/12415237

pas tb97tlbr.pas

unit TB97Tlbr; { Toolbar97 Copyright (C) 1998 by Jordan Russell TCustomToolbar97, TToolbar97, TToolbarSep97 } interface {$I TB97Ver.inc} uses Windows, Messages, Classes, Con
www.eeworm.com/read/148814/12423524

pas traybaricon.pas

unit TrayBarIcon; {* ** 系统托盘操作的组件 ** 作者:未知 ** 修改:午秋 } interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Menus, ShellApi, extctrls; const //自定义用户信
www.eeworm.com/read/250210/12424654

pas xpmenu.pas

{ XPMenu for Delphi Author: Khaled Shagrouni URL: http://www.shagrouni.com/english/software/xpmenu.html e-mail: khaled@shagrouni.com Version 3.1 - 22.02.2004 XPMenu is a Delphi component
www.eeworm.com/read/148696/12440522

cpp bool_fun.cpp

#include bool func(void) { // Function returns a bool type return false; // return NULL; // NULL is converted to Boolean false } void main(void) { bool va
www.eeworm.com/read/234400/14114549

h hidpi.h

/*++ Copyright (c) 1996-1998 Microsoft Corporation Module Name: HIDPI.H Abstract: Public Interface to the HID parsing library. Environment: Kernel & user mode
www.eeworm.com/read/131795/14125276

dat vb_fun74b.dat

语法 ---- MonthName(month[, abbreviate]) MonthName函数语法有如下几部分: 部分 描述 month 必需的.月份的数值表示.例如一月是1,二月是2,等等. abbreviate 可选的.Boolean值,表示月份名是否缩写.如果忽略,缺省值为False,表明月份名不能被缩写.
www.eeworm.com/read/131795/14125335

dat vb_fun60.dat

IsObject 函数 返回 Boolean 值,指出标识符是否表示对象变量。