代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/454285/7394514
pas usavedata.pas
{ 保存数据单元 }
unit USaveData;
interface
uses
UBox;
type
TSaveData = record //用来存储当前的游戏
NextId: Byte;
Level : Byte;
Score : LongI
www.eeworm.com/read/453998/7403047
pas bsskinshellctrls.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/453998/7403061
pas bsskinctrls.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/453998/7403080
pas bsdialogs.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/453998/7403089
pas bsskinboxctrls.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/453998/7403099
pas bsdbctrls.pas
{*******************************************************************}
{ }
{ Almediadev Visual Component Library
www.eeworm.com/read/453869/7406356
h sei.h
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou
www.eeworm.com/read/453824/7408387
cs scheduledata.cs
using System;
using System.Data;
namespace qminoa.Common.Data
{
public class ScheduleData:DataSet
{
public const string SCHEDULE_TABLE="ScheduleTable";
public const string SCHID_FIELD="
www.eeworm.com/read/453648/7415875
pas input.pas
unit Input;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TInputDlg = class(TForm)
OKBtn: TButton;
CancelBtn: TButto
www.eeworm.com/read/453558/7417042
java sortable.java
package shared;
import java.lang.*;
/** Interface for classes that need to be sorted in a specific manner.
*/
public interface Sortable{
boolean lessThan(Sortable other);
boolean Equa