代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/463423/7181106
pas comm.pas
unit comm;
interface
function IsAllNum(s:string):boolean;
implementation
function IsAllNum(s:string):boolean;
var i:integer;
begin
for i := 1 To Length(s) do
if (s[i] < '0'
www.eeworm.com/read/463285/7184049
jbx wzqchessboard.jbx
[PropertyInfo]
BIsPlayer1,boolean,false,false, , ,false,
BNewGame,boolean,false,false, , ,false,
chess,wzq.Chesses[][],false,false, , ,false,
cmdExit,javax.microedition.
www.eeworm.com/read/463285/7184055
jbx chesses.jbx
[PropertyInfo]
BGameOver,boolean,false,false, , ,false,
BHumanFirst,boolean,false,false, , ,false,
BHumanPlayer,boolean,false,false, , ,false,
chess,short[][],false,fals
www.eeworm.com/read/463271/7184582
java persondao.java
package cn.mldn.lxh.note.dao ;
import cn.mldn.lxh.note.vo.* ;
public interface PersonDAO
{
// 做登陆验证
public boolean login(Person person) throws Exception ;
};
www.eeworm.com/read/463219/7186213
odl ncombo.odl
// NCombo.odl : type library source for ActiveX Control project.
// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (NCombo.tlb) that will becom
www.eeworm.com/read/463065/7189812
c mediaplayer.c
/*===========================================================================
FILE: MediaPlayer.c
SERVICES: Sample Media Player applet showing usage of BREW IMedia interfaces.
DESCRIPTION
www.eeworm.com/read/462936/7191333
pas umycontrol.pas
unit uMyControl;
interface
uses
SysUtils, StdCtrls, Controls, Classes, Variants, DBCtrlsEh, ToolCtrlsEh;
type
TGISCombo = class(TCustomDBComboBoxEh)
private
FAccept: Boolean;
F
www.eeworm.com/read/462821/7195382
h point.h
// Borland C++ - (C) Copyright 1991 by Borland International
/* point.h--Example from Getting Started */
// point.h contains two classes:
// class Location describes screen locations in X and Y
www.eeworm.com/read/462821/7195434
h vpoint.h
// Borland C++ - (C) Copyright 1991 by Borland International
/* vpoint.h--Example from Getting Started */
// version of point.h with virtual functions for use with VCIRCLE
// vpoint.h contains
www.eeworm.com/read/462821/7195435
h figures.h
// Borland C++ - (C) Copyright 1991 by Borland International
// figures.h contains three classes.
//
// Class Location describes screen locations in X and Y
// coordinates.
//
// Class Poin