代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/418735/10931523
jrag variabledeclaration.jrag
/*
* The JastAdd Extensible Java Compiler (http://jastadd.org) is covered
* by the modified BSD License. You should have received a copy of the
* modified BSD license with this compiler.
*
* Cop
www.eeworm.com/read/418735/10931551
jrag resolveambiguousnames.jrag
/*
* The JastAdd Extensible Java Compiler (http://jastadd.org) is covered
* by the modified BSD License. You should have received a copy of the
* modified BSD license with this compiler.
*
* Cop
www.eeworm.com/read/272870/10938534
pas servicemanager.pas
unit ServiceManager;
interface
uses
SysUtils, Windows, WinSvc;
type
TServiceManager = class
private
{ Private declarations }
ServiceControlManager: SC_Handle;
www.eeworm.com/read/272799/10943862
txt part_1.txt
unit TrayIcon;
interface
uses Messages, Windows, SysUtils, Classes, Contnrs,
Controls, Forms, Menus, Graphics, StdCtrls, GraphUtil, ShellApi, ExtCtrls;
const
STrayIconRemoveError = 'Can
www.eeworm.com/read/272791/10943997
java javashy24.java
/********************************************************************************************
第3章习题5
编程:输入一个数,判断输入的这个数是否为廻文。所谓廻文数就是从左向右看和从右向左看都一样。
例如:121、13431都是廻文,而12345不是廻文。
*********
www.eeworm.com/read/272683/10948817
pas mymath.pas
unit MyMath;
interface
uses windows,excel2000, Sysutils, stdctrls, classes, DataBase, ComCtrls, DBTables,
Controls, DBGrids, Variable, Messages, db, Forms, global, DBGridEh, Series, //DbChart
www.eeworm.com/read/272360/10960723
java chap3_5.java
import java.awt.*;
import java.applet.*;
public class chap3_5 extends Applet{
TextField input;
Label message;
boolean b=true;
public void init(){
message=new Label("请输入你需要判断:");
www.eeworm.com/read/272341/10962197
txt keyword.txt
begin 1
end 2
true 5
false 5
void 7
and 75
or 75
not 12
return 13
if 20
then 21
else 22
while 23
do 24
repeat 25
until 2
www.eeworm.com/read/272265/10963951
pas mxoutlookbarpro.pas
// ****************************************************************************
// * An Outlook style sidebar component for Delphi.
// ***************************************************************
www.eeworm.com/read/272146/10968278
pas simplexml_d5emulate.pas
unit SimpleXML_D5Emulate;
interface
uses Sysutils;
type
TVarType = Word;
const
varShortInt = $0010; { vt_i1 16 }
varWord = $0012; { vt_ui2 18 }
varLongWord = $00