-
玩家PK
#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
- 2022-08-02 18:23:20下载
- 积分:1
-
12312
一个网上订餐系统源码,应该很好用,希望给你带来帮助(An on-line reservation system source code, it should be very good, and want to give you help)
- 2009-01-12 23:41:45下载
- 积分:1
-
人工势场法(3维alpha)
说明: 人工势场三维仿真图,程序可以运行。。。。。。。。(Artificial potential field three-dimensional simulation diagram , the program can run.)
- 2021-02-21 22:49:41下载
- 积分:1
-
w5500组播例程和验证工具
【实例简介】
使用STM32F103芯片,通过W5500实现UDP组播通信,带UDP组播通信历程,测试工具,测试文档,W5500技术资料。
- 2021-11-07 00:30:54下载
- 积分:1
-
C#打开COM口,写入和读取COM口数据,模拟SecureCRT
C#打开COM口,写入和读取COM口数据,模拟SecureCRT,可以配置com口相关的参数
- 2022-12-01 12:45:03下载
- 积分:1
-
FREQ
说明: 用mcs-52系列单片机实现等精度频率测量,T1引脚接被测TTL信号,晶振22.1184MHz,对任何频率都可以实现很高精度的测量(精度<1 ),结果从串口字符串输出,波特率115200,可以用串口调试器观察结果.(With mcs-52 family of single chip and other precision frequency measurement, T1 pin then measured TTL signal, Crystal 22.1184MHz, any frequency can be achieved very high accuracy of measurement (precision<1 ), the result string from the serial output , baud rate 115200, serial debugger can observe the results.)
- 2010-05-02 16:45:44下载
- 积分:1
-
3D.Game.Engine.Programming
3D Game Engine Programming PDF
- 2017-10-03 12:25:57下载
- 积分:1
-
桌面银行管理
C#桌面版的用户管理系统,也是实现了简单的业务逻辑,主要是用于学习使用,有好的建议或者其他什么的都可以回复。
- 2023-05-19 17:25:03下载
- 积分:1
-
C#单车道Nash(纳什)模型代码元胞自动机
注意看说明:这是我们交通流单车道仿真的设计,输出形式主要为txt文件,然后直接用输出的txt作图就得到时空图了。本代码可以输出,因为在课程设计上已经实践过了。
- 2022-02-22 10:00:33下载
- 积分:1
-
真实感图形学代码展示
真实感图形实验中最简单的代码,希望大家能够从中获得一些经验并且能够最好的体验。
- 2022-07-12 21:18:06下载
- 积分:1