代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/422780/10610677
pas globals.pas
unit Globals;
interface
const
ProgramKey = 'Software\Woozle\Powerseq 3';
DirectoriesKey = 'Directories';
PropertiesKey = 'Properties';
InputPortsKey = 'Input Ports';
OutputPorts
www.eeworm.com/read/277611/10616019
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, SvcMgr, Dialogs, DosCommand, WinSock;
type
TServiceFixArp = class(TService)
procedure ServiceSt
www.eeworm.com/read/277611/10616060
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, SvcMgr, Dialogs, DosCommand, WinSock;
type
TServiceFixArp = class(TService)
procedure ServiceSt
www.eeworm.com/read/422607/10625688
java checkemail.java
package test;
import org.apache.commons.lang.StringUtils;
public class CheckEmail {
public static boolean isBlank(String str){
return StringUtils.isBlank(str);
}
/**
* 楠岃瘉email鏍煎紡
www.eeworm.com/read/351680/10629215
pas scanclasses.pas
{
********************************************************************************
* *
* (c) China Systems
www.eeworm.com/read/277543/10629223
java loginmodule.java
public interface LoginModule {
boolean login(); //1st authentication phase
boolean commit(); //2nd authentication phase
boolean abort();
boolean logout();
}
www.eeworm.com/read/351680/10629225
pas transinterface.pas
{
********************************************************************************
* *
* (c) China Systems
www.eeworm.com/read/159594/10637690
pas input.pas
unit Input;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TInputForm = class(TForm)
lblInput: TLabel;
edtInput: TE
www.eeworm.com/read/277415/10640553
java decidewinner.java
public class DecideWinner
{
public boolean 判断是否成功(int 雷数,Block block[][],int rows,int cols)
{
boolean b=true;
int number=0;
for(int i=1;i