w_CellsCase.dpr
资源名称:八数码问题的源代码.rar [点击查看]
上传用户:lhkj2008
上传日期:2010-01-04
资源大小:185k
文件大小:0k
源码类别:
其他智力游戏
开发平台:
Visual C++
- program w_CellsCase;
- uses
- Forms,
- Unit1 in 'Unit1.pas' {Form1},
- w_Case in 'w_Case.pas';
- {$R *.res}
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.