-
程序使用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
-
网站设计,这是计算机网络课程设计的主题。的蓝…
同学录的设计,这是计算机网络的课程设计的题目。可以实现登陆、注册、上载图片、留言等功能。-website design, which is the computer network curriculum design topic. The landing can be achieved, registration, uploading pictures, voice mail capabilities.
- 2022-03-24 08:49:04下载
- 积分:1
-
关于isp的一个测试程序,能够实现简单的测试
关于isp的一个测试程序,能够实现简单的测试-Isp on a test procedure that can realize simple test
- 2022-02-16 00:32:14下载
- 积分:1
-
这是一个用vb+SQL Server数据库编写的样品检验代码。包括样品的购买库存以及检验的各项程序,是一个很好的vb数据库参考代码...
这是一个用vb+SQL Server数据库编写的样品检验代码。包括样品的购买库存以及检验的各项程序,是一个很好的vb数据库参考代码-with vb+ SQL Server database prepared by the test sample code. The samples include the purchase of inventory and inspection procedures, is a good reference source database vb
- 2023-04-15 07:10:04下载
- 积分:1
-
Fingerprint
基于指纹识别身份验证的数据采集系统设计与实现-Fingerprint-based authentication of the data acquisition system design and implementation
- 2022-12-26 23:55:03下载
- 积分:1
-
本人编写的有关军队营房工作的管理系统,仅供学习使用。
本人编写的有关军队营房工作的管理系统,仅供学习使用。-prepared by the army barracks, work management system, is for studying.
- 2022-01-26 08:06:38下载
- 积分:1
-
? 图片算不
# 图片算不
! 图片算不
@ 图片算不
? 图片算不
# 图片算不
! 图片算不
@ 图片算不
-Photo Photo# does not count does not count! Photo does not count does not count @ Photo
- 2022-03-20 13:04:45下载
- 积分:1
-
用VB写的另一个游戏程序,和之前上传的那个游戏程序一起的.
用VB写的另一个游戏程序,和之前上传的那个游戏程序一起的.-VB was another game procedures, and before the game upload procedures together.
- 2023-08-06 10:50:02下载
- 积分:1
-
关于如何走出迷宫的C语言程序,首先从键盘输入…
关于如何走出迷宫的c语言程序,首先从键盘上输入迷宫进、出口位置,即可在屏幕上显示出口路线图。-on how out of the labyrinth c language program, the first from the keyboard input maze imports and exports position, can be displayed on the screen export the road map.
- 2022-03-28 16:51:24下载
- 积分:1
-
数据结构实验――停车场管理系统
停车场管理。设停车场内只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺...
数据结构实验――停车场管理系统
停车场管理。设停车场内只有一个可停放几辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满几辆汽车,则后来的汽车只能在门外的便道上等候,一旦停车场内有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,由于停车场是狭长的通道,在它之后开入车场的车辆必须先退出车场为它让路,待该辆车开出大门外后,为它让路的车辆再按原次序进入车场。在这里假设汽车不能从便道上开走。试设计一个停车场管理程序。
1. 掌握栈和队列的特点,懂得在什么样的问题中应该利用哪种结构;
2. 熟练掌握栈的算法实现,特别注意栈满和栈空的条件和它们的描述;
3. 熟练掌握队列的算法实现;
4. 掌握从时间和空间复杂度的角度综合分析栈和队列的不同存储结构的特点及其适用的场合。
-err
- 2022-02-03 20:40:33下载
- 积分:1