-
程序使用Windows兼容模式设计,能在Windows98,2000,XP环境下运行。程序上部靠中位置是玩家的各个属性,上部靠右位置是电脑对手的各个属性。1.玩...
程序使用Windows兼容模式设计,能在Windows98,2000,XP环境下运行。程序上部靠中位置是玩家的各个属性,上部靠右位置是电脑对手的各个属性。1.玩家根据自己当前的生命、内力、时间等属性选择招式,选好招式后就可以按出招按钮出招。出招后自动扣除此招所耗的内力与时间值。2.电脑接招并出招,接招时判断命中率,如果命中的话就从生命值中扣除伤害值,如果玩家所出的招式打中的部位正好是电脑此招的防守部位的话,而且判断防守率,如果防守成功的话伤害减少或者会为零;而如果打中电脑此招的破绽部位是,同时判断破绽率,如果出现破绽的话伤害就会增加,但肯定不会第一招就秒杀啦。3.接着就交由玩家接招与出招,规则与上面一样,如此循环到一方的势耗尽或者生命为零时就决出胜负。-procedures for the use of Windows-compatible model design, in Windows 98, 2000, XP operating environment. Procedures were on the top position player is the individual attributes, the upper right-hand position of the computer opponent"s individual attributes. 1. Players under their current lives, stress and time attributes choice team, selected after the tactic could make a button to make moves. Make moves after the bills automatically deducted this cost to the Force and time value. 2. The computer will react and make moves, the judge will react when hit, if hit on the value of life from harm deduct the value, if players are out of forms that hit parts of th
- 2022-10-22 13:15:03下载
- 积分:1
-
It is a vending machine.
It is a vending machine.
- 2022-01-23 10:07:08下载
- 积分:1
-
该游戏是V1.0的更新版: 这里是更新的功能: 1.落点更精确 2.可站半身位 3.泡泡爆炸的水柱更准确 4.手感调整了,比如自动移位调整坐标 如果被炸了,请按...
该游戏是V1.0的更新版: 这里是更新的功能: 1.落点更精确 2.可站半身位 3.泡泡爆炸的水柱更准确 4.手感调整了,比如自动移位调整坐标 如果被炸了,请按回车,放炸弹是 R Shift ,移动是 ←↑↓→-V1.0 of the game is an updated version : Here is the updated features : 1. Two more precise accuracy. Who can stand two-three. The explosion bubble column more accurate 4. Touch adjustments, such as automatic shift adjustment if the bombing coordinates, please press the Enter, plant bombs R Shift, mobile is
- 2022-01-31 04:17:26下载
- 积分:1
-
一款很不错的函数作图工具,可以依照不同需求做出函数图象.特别适用于数学建模作图需要...
一款很不错的函数作图工具,可以依照不同需求做出函数图象.特别适用于数学建模作图需要-A very good function mapping tools, they can make different demands function images. Particularly applicable to the mathematical modeling mapping needs
- 2022-01-26 03:18:57下载
- 积分:1
-
一个非常不错的评分组件,支持自定义的图标,使用方便.
一个非常不错的评分组件,支持自定义的图标,使用方便.-A very good score components, support for custom icons, easy to use.
- 2022-03-20 09:17:57下载
- 积分:1
-
网络流媒体项目源码,基于ARM,包含原理图。非常详细
网络流媒体项目源码,基于ARM,包含原理图。非常详细-Network source streaming media projects, based on the ARM, contains schematics. Very detailed
- 2022-02-04 21:49:26下载
- 积分:1
-
LABEL的URL连接,LABEL的URL连接
LABEL的URL连接,LABEL的URL连接-LABEL URL link, the URL link LABEL
- 2023-01-10 22:50:03下载
- 积分:1
-
附件内有汉化菜单和英文菜单,汉化时把汉化菜单文件夹内的文件复制到Proteus 7 ProfessionalBIN文件夹下覆盖即可,如需恢复英文菜单,把英文菜单...
附件内有汉化菜单和英文菜单,汉化时把汉化菜单文件夹内的文件复制到Proteus 7 ProfessionalBIN文件夹下覆盖即可,如需恢复英文菜单,把英文菜单内的文件复制到Proteus 7 ProfessionalBIN下覆盖。-Annex to the menu has Chinese and English menu, Chinese menu when finished files inside that folder are copied to Proteus 7 ProfessionalBIN folder under the cover can, for the restoration of the English menu, English menu with copy files to Proteus 7 ProfessionalBIN under the coverage.
- 2022-05-27 16:07:46下载
- 积分:1
-
新学Python的练手程序,写的是通讯录,不过是命令行的,没有采用图形.对于新人很有帮助...
新学Python的练手程序,写的是通讯录,不过是命令行的,没有采用图形.对于新人很有帮助-Contact System Python Version
- 2022-12-12 03:10:03下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1