代码搜索:boolean

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

代码结果 10,000
www.eeworm.com/read/446754/7566956

inc tescheroptcachehdr.inc

//************************************************************************************// // File created automatically by GenerateRecords.xls // // Do not modify by
www.eeworm.com/read/446722/7570535

c stringstack.c

/************************************************/ /*Name:stringstack */ /*This file is a example of operate stack. */ /*Author:李士伟
www.eeworm.com/read/446638/7574372

pas httpsoaptopasbind.pas

{*******************************************************} { } { Borland Delphi Visual Component Library } { SOAP Support
www.eeworm.com/read/446618/7574607

pas uoperateprocess.pas

//Unit UOperateProcess: List Process and Operate the Process unit UOperateProcess; interface uses Windows, Dialogs, SysUtils, Classes, ShellAPI, TLHelp32, Forms; const SleepForReCheck=
www.eeworm.com/read/446549/7577041

java ersblock.java

/** * File: ErsBlock.java * User: Administrator * Date: Jan 15, 2003 * Describe: 俄罗斯方块的 Java 实现 */ /** * 块类,继承自线程类(Thread) * 由 4 * 4 个方格(ErsBox)构成一个块, * 控制块的移动、下落、变形等 */ class Er
www.eeworm.com/read/446549/7577047

java ersbox.java

/** * File: ErsBox.java * User: Administrator * Date: Jan 15, 2003 * Describe: 俄罗斯方块的 Java 实现 */ import java.awt.*; /** * 方格类,是组成块的基本元素,用自己的颜色来表示块的外观 */ class ErsBox implements Cl
www.eeworm.com/read/446547/7577108

java one.java

import java.awt.*; public class One { int BLACK=1; int WHITE=2; int BLANK=0; Point OUT=new Point(-1,-1); int whichStep; int color=BLANK; boolean isthere=false; Point p
www.eeworm.com/read/446362/7580814

pas qsocket2.pas

unit qsocket2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,winsock; function SetNoBlock(s:Tsocket):integer; function setbet:boole
www.eeworm.com/read/445134/7598658

java example7.java

import java.io.*; class FileAccept implements FilenameFilter{ String str=null; FileAccept(String s){ str="."+s; } public boolean accept(File dir,String name){ return name.endsWith(str);
www.eeworm.com/read/444437/7612740

pas util.pas

unit util; interface uses inifiles,Windows, SysUtils, Classes,forms,dialogs; type TContextName = (OVERVIEW_FORM,GRID_FORM,ISOHINT); function GetIniFile: TIniFile; procedure LoadFormPositi