搜索资源列表
FF7
- 其实是一个exe补丁, 不好归类。所以放到这里 ff7汉化版本的键盘补丁程序,由于有些笔记本没有小键盘, 所以制作该程序能修改默认的按键, 详细可见天幻网 www.ffsky.com ff7论坛的置顶帖, 这个是原代码。-exe is a patch, not classified. So here put the episode was about finished version of the keyboard patches, some no small notebook key
ddzdaima
- object frmMain: TfrmMain Left = 0 Top = 200 Width = 1024 Height = 205 Caption = frmMain Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = MS Sans Serif
FireboltRaiden
- 这是一个简单的Java仿雷电游戏(源码见包内),共设置有三关三个小BOSS。采用有GreenJVM发布,因此可以运行在未装载JRE的Windows系统之上。 -This is a simple imitation of Java Lightning games (see the package source), there are three barriers were set up three small BOSS. Adopt GreenJVM release, so you can run
RobotView
- 双击RobotView.exe,打开应用程序; 2. 菜单中Draw->Block,出现一个对话框,从键盘输入具体值,然后在左边蓝色区域任意位置点击,出现红色的矩形,即设置好障碍物位置,此时右上方区域中相应位置的值从0变为1; 3. 菜单中Draw->RobotPoint,然后在左边蓝色区域任意位置点击,出现绿色的圆,即设置好机器人目前位置; 4. 菜单中Draw->GoalPoint,然后在左边蓝色区域任意位置点击,出现黄色的圆,即设置好目的地位置; 5. 菜
diamond
- java手机上的宝石迷阵游戏,基于J2ME开发,适用各类java平台的机顶盒或移动终端,供大家参考学习-Bejeweled java mobile game based on J2ME development, applicable to all kinds of java platform set-top boxes or mobile terminal for your reference learning
Tetris
- (1)玩家操作有:旋转方块,以格子为单位左右移动方块,让方块加速落下。 (2)方块移到区域最下方或是着地到其他方块上无法移动时,就会固定在该处,而新的方块出现在区域上方开始落下。 (3)当区域中某一列横向格子全部由方块填满,则该列会消失并成为玩家的得分。同时删除的列数越多,得分指数上升。 (4)当固定的方块堆到区域最上方而无法消除层数时,则游戏结束。 (6)一般来说,游戏还会提示下一个要落下的方块,熟练的玩家会计算到下一个方块,评估要如何进行。由于游戏能不断进行下去对商业用
CoroutineSchedulerTest
- A simple coroutine scheduler. This coroutine scheduler allows for complete control over the execution regime of a set of coroutines. Reading the code will also help you understand how coroutines work behind the scenes. Understanding how coroutines ar