代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/332264/12766573
java 2.5boolnum.java
public class BoolNum
{
public static void main(String args[])
{
boolean x,y;
int a,b=7;
x=true;
y=false;
//a=x+y; boolean之间不能进行算术运算
//b=x+b; boolean也不能参与其他类型运算
System.out.println("x =
www.eeworm.com/read/332264/12766621
java 2.38testpara.java
public class TestPara{
static void test(boolean paratest){ //将paratest作为实参接受
paratest=!paratest;
System.out.println("In test(boolean): test = "+paratest);
}
public static void main(String []ar
www.eeworm.com/read/332264/12766646
java 2.13relopdemo.java
public class RelOpDemo
{
public static void main(String args[])
{
boolean x,y,z;
int a=10,b=12;
x=a>b; //如果a大于b成立,x=true,否则x=false
y=a!=b; //如果a不等于b成立,x=true,否则x=false
z=a
www.eeworm.com/read/144860/12766775
pas code5.pas
unit code5;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TForm5 = class(TForm)
Memo1: TMemo;
GroupBox1:
www.eeworm.com/read/144860/12766805
~pas code5.~pas
unit code5;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TForm5 = class(TForm)
Memo1: TMemo;
GroupBox1:
www.eeworm.com/read/332246/12770900
dat object.dat
[TEdit]
constructor Create(AOwner: TComponent)
function GetSelTextBuf(Buffer: PChar; BufSize: Integer): Integer
procedure Clear; virtual
procedure ClearSelection
procedure ClearUndo
procedure Co
www.eeworm.com/read/332246/12770997
pas tool.pas
unit Tool;
interface
uses Windows, Classes,VirtIntf,EditIntf, FileIntf,ToolIntf;
type
ToolService=class(TIToolServices)
public
{ Action interfaces }
function CloseProject: Boole
www.eeworm.com/read/245865/12775983
txt 使用说明.txt
安装时请按照以下序列:
Component->Install Packges-> 选择Discovery.bpl
Options->Library->Search Path 中加入搜索路径。
EasyGrid 使用说明:
一、单元格属性;
// ********************************************
www.eeworm.com/read/245865/12776217
pas easygrid_0811.pas
// *****************************************************************************
//
// Note: This free package of source code can only be used for reference and
// learning purpose, you can d
www.eeworm.com/read/245865/12776234
pas easygrid.pas
// *****************************************************************************
//
// Note: This free package of source code can only be used for reference and
// learning purpose, you can d