代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/318852/13470426
inc teschershapecachehdr.inc
//************************************************************************************//
// File created automatically by GenerateRecords.xls //
// Do not modify by
www.eeworm.com/read/318852/13470429
inc tvpagebreaklisthdr.inc
//************************************************************************************//
// File created automatically by GenerateRecords.xls //
// Do not modify by
www.eeworm.com/read/318852/13470444
inc tbaserowcolrecordlisthdr.inc
//************************************************************************************//
// File created automatically by GenerateRecords.xls //
// Do not modify by
www.eeworm.com/read/318852/13470472
inc tcolinfolisthdr.inc
//************************************************************************************//
// File created automatically by GenerateRecords.xls //
// Do not modify by
www.eeworm.com/read/318852/13470476
inc tescheroptcachehdr.inc
//************************************************************************************//
// File created automatically by GenerateRecords.xls //
// Do not modify by
www.eeworm.com/read/318852/13470487
pas uexceladapter.pas
unit UExcelAdapter;
{$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF}
interface
uses
Classes, SysUtils,
{$IFDEF ConditionalExpressions}{$if CompilerV
www.eeworm.com/read/318781/13472081
java one.java
//One.java
/**其他的几个文件的结构与此文件雷同,只是方块的形状不同,
**可否向四方移动,旋转的判断函数不同****/
//竖线形状
public class One extends Root//第一个方块
{
private GameTable gTable;//创建游戏框架
private int x,y;//方块坐上角现在在框架里的位置
p
www.eeworm.com/read/318781/13472084
java four.java
//Four.java
public class Four extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Four()
{
store=new int[15];
}
www.eeworm.com/read/318781/13472095
java two.java
//Two.java
//"田"字形
public class Two extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Two()
{
store=new int[15];
www.eeworm.com/read/318781/13472097
java three.java
//Three.java
public class Three extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Three()
{
store=new int[15];