=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 42
下载积分: 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 个回复

  • 52+报警
    说明:  用51单片机完美地解决凝露现象。防止元件老化(The dew phenomenon can be perfectly solved by 51 single chip computer. Preventing component ageing)
    2020-06-18 11:00:01下载
    积分:1
  • 赫夫曼编码的简单程序
    huffman编码简单程序 哈夫曼在上世纪五十年代初就提出这种编码时,根据字符出现的概率来构造平均长度最短的编码。它是一种变长的编码。在编码中,若各码字长度严格按照码字所对应符号出现概率的大小的逆序排列,则编码的平均长度是最小的。(注:码字即为符号经哈夫曼编码后得到的编码,其长度是因符号出现的概率而不同,所以说哈夫曼编码是变长的编码。) 而且哈夫曼编码是按照子树到父亲,而其读码则是完全相反的。
    2022-01-26 16:42:53下载
    积分:1
  • C# 图像控件显示绘制的几何图形
    C# 使用图像控件显示绘制的多个几何图形,可一次显示多个绘制的图形,相关代码如下:   GeometryGroup MyGeometry = new GeometryGroup();   MyGeometry.Children.Add(new EllipseGeometry(new Point(50, 50), 45, 20));   MyGeometry.Children.Add(new EllipseGeometry(new Point(50, 50), 20, 45));   RectangleGeometry MyRectangle = new RectangleGeometry();   MyRectangle.Rect = new Rect(2, 2, 96, 96);   MyGeometry.Children.Add(MyRectangle);   GeometryDrawing MyDrawing = new GeometryDrawing();   MyDrawing.Geometry = MyGeometry;   MyDrawing.Pen = new Pen(Brushes.Blue, 3);   DrawingImage MyImage = new DrawingImage();   MyImage.Drawing = MyDrawing;   MyImage.Freeze();   this.image1.Source = MyImage;
    2022-03-07 01:28:50下载
    积分:1
  • 通过正则表达式,对自定义的公式进行解析,允许公式中有自定义变量...
    通过正则表达式,对自定义的公式进行解析,允许公式中有自定义变量-By regular expressions, the definition of self-analytical formula, allowing a self-defined variables in the formula
    2022-03-19 21:06:08下载
    积分:1
  • devexpress添加图片列,动态加载图片
    devexpress添加图片列,动态加载图片.实现将图片添加到gridview中。
    2022-06-02 15:58:22下载
    积分:1
  • Newton
    牛顿插值公式:构造插值函数空间的基函数得到的多项式逼近的方法——牛顿插值法。用于多项式插值逼近。(Newton interpolation formula: Construction interpolation function space available basis function polynomial approximation method- Newton interpolation. Approximation for the polynomial interpolation.)
    2008-12-22 20:50:26下载
    积分:1
  • program
    实现重力式热管换热器设计计算功能,简单按照设计任务书,给出所需热管的结构尺寸,涉及的热管蒸发段和冷凝段长度分别为1m,绝热段长度30cm,内径20cm,外径25cm,热管工质为水。(C language for thermosyphon s design.Realize the gravity heat pipe heat exchanger design and calculation functions , simple design in accordance with the mission statement , given the size of the required structure of the heat pipe , heat pipe evaporator and condenser section lengths were involved 1m, adiabatic length 30cm, inner diameter 20cm, 25cm outside diameter heat pipe working fluid is water.)
    2015-03-01 18:41:53下载
    积分:1
  • junzhilvbo
    均值滤波模块,可以单独使用,且还能与其他模块配套使用。(Mean filter module can be used alone, and also supporting the use of other modules.)
    2009-06-04 08:26:04下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • STM32 AM2303驱动代码
    好代码分享,谢谢设计者。STM32 AM2303驱动代码,测试通过。
    2023-02-04 00:10:04下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载