代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/379958/9170660
h sugarmemoedit.h
#include
//extern UInt16 CurrentCategory;
//extern DmOpenRef CurrentDB;
//extern UInt16 CurrentRecord;
//extern Char CategoryName[dmCategoryLength];
Boolean EditFormHandleEvent(Ev
www.eeworm.com/read/379958/9170670
h sugarmemoreview.h
//header file for Review Form
#include
Boolean ReviewFormHandleEvent(EventType * event);
www.eeworm.com/read/379958/9170676
h sugarmemobrowse.h
#include
typedef enum{
StudyListTab = 0,
RawTab,
AllTab,
TabCounts
} TabSelected;
Boolean BrowseFormHandleEvent(EventType * event);
www.eeworm.com/read/183101/9178441
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button
www.eeworm.com/read/183101/9178460
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
proced
www.eeworm.com/read/379709/9182422
java disk.java
import java.awt.*;
public class Disk extends Button
{
int number;
boolean 上方有盘=false;
public Disk(int number,HannoiTower con)
{
this.number=number;
set
www.eeworm.com/read/379635/9190805
pas qlxtpanel1.pas
unit QLXTPanel1;
interface
uses
SysUtils, Classes, QControls, QExtCtrls, Windows, Graphics, Controls,Extctrls;
type
LXTPanel1 = class(TPanel)
private
FPicture : TPicture;
www.eeworm.com/read/182744/9193116
java token.java
/**
* CopyRight team of 02计四
*/
package tokenchecker;
public class Token {
private String word;
private int row;
private boolean correct;
public Token(String w,int r,boole
www.eeworm.com/read/182664/9197721
java logical.java
public class Logical
{
public static void main(String args[])
{
int x=3,y=4,z=5;
int a1,a2,a3,b1,b2,b3,c1,c2,c3;
a1=a2=a3=x;
b1=b2=b3=y;
c1=c2=c3=z;
boolean a=++a1
www.eeworm.com/read/182664/9197802
java booldemo.java
public class BoolDemo
{
public static void main(String args[ ])
{
boolean x,y,z;
int a=10,b=20;
x=(a>b);
y=(a!=b);
z=(a==b);
System.out.print(x);
System.out.p