代码搜索:boolean

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

代码结果 10,000
www.eeworm.com/read/316489/13522097

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
www.eeworm.com/read/316489/13522109

java block.java

import java.awt.event.*; import java.awt.*; import javax.swing.*; import javax.swing.border.*; public class Block extends JButton implements MouseListener { boolean 雷=false, 周围无雷
www.eeworm.com/read/316390/13523725

java testemployeearray.java

import java.io.*; /** * Tests the class EmployeeArray * * @author iCarnegie * @version 1.0.0 * @see EmployeeArray * @see Employee */ public class TestEmployeeArray {
www.eeworm.com/read/316282/13526170

~pas systemform.~pas

unit SystemForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, DialogBaseForm, StdCtrls, Buttons, ExtCtrls, Spin, ComCtrls; type TfrmSystem
www.eeworm.com/read/316282/13526241

pas systemform.pas

unit SystemForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, DialogBaseForm, StdCtrls, Buttons, ExtCtrls, Spin, ComCtrls; type TfrmSystem
www.eeworm.com/read/316282/13526281

~pas unit4.~pas

//*********************************************** //WinIO的声明单元 //*********************************************** unit Unit4; interface function InstallWinIoDriver(const PathName: String; Fla
www.eeworm.com/read/316282/13526309

pas unit4.pas

//*********************************************** //WinIO的声明单元 //*********************************************** unit Unit4; interface function InstallWinIoDriver(const PathName: String; Fla
www.eeworm.com/read/316095/13530259

pas clib.pas

Unit CLIB; Interface function calloc(size,count:word):pointer; function fopen(fn,mode:string):integer; function fgets(p:pchar; max,fd:integer):pchar; function fgetc(fd:integer):char; proce
www.eeworm.com/read/316095/13530267

pas dfcode.pas

unit DFCode; // Free for any project that try to translate C to Pascal // (c)2002 by Paul TOTH interface procedure SetState(enabled:boolean); function GetState:boolean; pr
www.eeworm.com/read/316095/13530276

pas dftokens.pas

unit DFTokens; // Free for any project that try to translate C to Pascal // (c)2002 by Paul TOTH interface uses Classes; Type TToken=class name:string; function