代码搜索:level
找到约 10,000 项符合「level」的源代码
代码结果 10,000
www.eeworm.com/read/426528/9015768
~pas level.~pas
unit level;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls;
type
TForm2 = class(TForm)
Ed
www.eeworm.com/read/426528/9015776
pas level.pas
unit level;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls;
type
TForm2 = class(TForm)
Ed
www.eeworm.com/read/426528/9015784
~dfm level.~dfm
object Form2: TForm2
Left = 321
Top = 219
BorderIcons = [biHelp]
BorderStyle = bsSingle
Caption = '选关'
ClientHeight = 136
ClientWidth = 159
Color = clBtnFace
Font.Charset =
www.eeworm.com/read/426528/9015827
dfm level.dfm
object Form2: TForm2
Left = 321
Top = 219
BorderIcons = [biHelp]
BorderStyle = bsSingle
Caption = '选关'
ClientHeight = 136
ClientWidth = 159
Color = clBtnFace
Font.Charset =
www.eeworm.com/read/426528/9015830
dcu level.dcu
www.eeworm.com/read/282049/9122438
h level.h
int Level1[20][3] =
{
{ 0, 100, 100 },
{ 0, 140, 100 },
{ 0, 180, 100 },
{ 0, 220, 100 },
{ 0, 260, 100 },
{ 0, 300, 100 },
{ 0, 340, 100 },
{ 0, 380, 100 },
{ 0, 420, 100 },
{ 0
www.eeworm.com/read/281391/9158628
h level.h
//存放游戏级别的数据
//
unsigned char code LevelDat[][5][5]=
{
//Level 0
0,0,0,0,0,
0,0,1,0,0,
0,1,1,1,0,
0,0,1,0,0,
0,0,0,0,0,
//Level 1
1,1,0,1,1,
1,0,0,0,1,
0,0,0,
www.eeworm.com/read/378323/9237121
level00
www.eeworm.com/read/378323/9237148
level00
www.eeworm.com/read/181658/9242634
java level.java
/*
* Level.java
*
* Created on January 18, 2004, 4:51 PM
*/
import javax.microedition.lcdui.*;
/**
*
* @author kobi-kr
* @version
*/
public class Level extends List implements CommandListen