=ce){an.hp--;an.de--;}else{an.hp=an.hp-ce+an.de;an.de--;}if(an.hp<0){an.hp=0;}if(an.de<0){an.de=0;}cout< =ce){an.hp--;an.de--;}else{an.hp=an.hp-ce+an.de;an.de--;}if(an.hp<0){an.hp=0;}if(an.de<0){an.de=0;}cout<
登录
首页 » c++ » 玩家PK

玩家PK

于 2022-08-02 发布 文件大小:304.42 kB
0 77
下载积分: 2 下载次数: 1

代码说明:

#include #include #include #include #include #include using namespace std; class Role { protected: int hp,ce,de,fa; int flag; string nn; public: Role(string n, int h, int c, int d, int f):nn(n),hp(h),ce(c),de(d),fa(f) {} ~Role() {} void combat(Role &an) { if(fa>an.fa) { flag=1; loop2: cout

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shiboqi
    基于stm32数字示波器 嵌入ucos操作系统 以及GUI显示界面(Based stm32 digital oscilloscope ucos embedded operating system and GUI display interface)
    2016-04-27 20:24:32下载
    积分:1
  • mstar_conv_tools.rar
    这些程序可以将MSTAR数据库中的数据转换为可是图像,例如JPEG和TIFF,方便SAR图像的处理。(These program can convert the MSTAR data into some images such as jpeg and tiff.It s easy to study sar images.)
    2015-12-16 21:14:53下载
    积分:1
  • FacilityMonitorSystem
    带MD5摘要计算的登录程序,实现部分功能模块和部分界面(MD5 Abstract calculated with log procedures)
    2009-03-02 12:47:27下载
    积分:1
  • 小型文本编辑器
    类似于txt的文本编辑器,实现的功能主要有,写入,删除,复制,剪切,粘贴,插入等等,这个应用程序 不仅演示了使用微软基础类的基本知识。但也是一个起点,写你的应用程序。
    2022-04-17 21:52:39下载
    积分:1
  • C# 设置IE地址栏的自动完成功能
    C# 设置IE地址栏的自动完成功能,就是用户输入的时候,会下拉提示出相关的内容,可提升用户体验,现在使用已经很广泛了,本例子中的这一自动完成功能,代码如下:   private void button1_Click(object sender, EventArgs e)   {    //创建或者打开指定的注册表项    RegistryKey rgK =Registry.CurrentUser.CreateSubKey(@"SoftwareMicrosoftWindowsCurrentVersionExplorerAutoComplete");    rgK.SetValue("AutoSuggest", "yes", RegistryValueKind.String);//设置IE地址栏的自动完成功能    MessageBox.Show("设置成功!");   }   private void button2_Click(object sender, EventArgs e)   {    //创建或者打开指定的注册表项    RegistryKey rgK =Registry.CurrentUser.CreateSubKey(@"SoftwareMicrosoftWindowsCurrentVersionExplorerAutoComplete");    rgK.SetValue("AutoSuggest", "no", RegistryValueKind.String);//取消IE地址栏的自动完成功能    MessageBox.Show("取消成功!");   }
    2022-12-03 17:35:03下载
    积分:1
  • FingerPrintDlg
    指纹图像处理包括梯度处理、方向场处理、平滑处理、智能增强处理等(The fingerprint image processing including gradient processing, direction field processing, smooth processing and intelligent enhancement processing, etc)
    2011-04-30 19:28:34下载
    积分:1
  • ARM 经典LED灯入门程序
    ARM M0 经典入门程序。适合于STM32F1XX系列ARM开发板学习。程序简洁,结构清晰,代码规范。重要的语句都标有注释。泥人STM32MINI-LED灯可以作为初学者的入门指导,提升兴趣
    2022-03-02 01:01:19下载
    积分:1
  • 12864print
    51单片机实现12864绘图(包括打点、画线、显示显示图像函数)(51 MCU 12,864 drawings (including RBI, drawing lines, Display image functions))
    2013-06-21 19:51:30下载
    积分:1
  • MuteHook
    说明:  Hook进程静音,是非常好的代码,大家留意了(Hook process mute, is a very good code, you notice)
    2020-06-22 16:00:01下载
    积分:1
  • EDA365_Skill2.4_Setup
    说明:  EDA365的软件分享给大家,拿走不谢!(Eda365 software to share with you, take no thanks!)
    2020-07-02 10:29:12下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载