-
玩家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
-
ARM7
NXP系列的ARM7(LPC3132)芯片的裸机驱动,包括gpio,定时器,串口,ad转换等(NXP series ARM7 (LPC3132) bare chip drivers, including gpio, timers, serial, ad conversion, etc.)
- 2013-11-16 21:07:53下载
- 积分:1
-
C_????????
本文件使用C#进行编程实现,具体功能还在开发中(This file is programmed using C#, and the specific functions are still under development.)
- 2020-06-21 11:40:01下载
- 积分:1
-
huiseyucemoxing
灰色预测程序,采用GM(1,1)模型建立(Grey prediction program)
- 2013-01-06 09:32:17下载
- 积分:1
-
C# 调用SMTP发送有附件的邮件 实例源码下载
C# 调用SMTP发送有附件的邮件,基本功能已实现,测试通过了
- 2013-01-24下载
- 积分:1
-
LAPACKMRRRTest
This code is MRRR algorithm. I used CLAPACK version 3.1. My environment is Windows XP professional 32bit and Visual Studio 2008. I hope that my code will help to the other programmers for using LAPACK. Thanks
- 2009-08-04 07:42:05下载
- 积分:1
-
sk_buff
sk_buff结构体,网络数据包传送,在内核中sk_buff表示一个网络数据包,它是一个双向链表,而链表头就是sk_buff_head,(sk_buff structure, network packet transmission, the kernel sk_buff represents a network packet, which is a doubly linked list, and the list head is sk_buff_head,)
- 2013-11-23 22:28:20下载
- 积分:1
-
DBCViewNewV1.1
DBCView对汽车电子行业的dbc文件进行解析,并进行拓扑图显示。DBCView清晰实现对dbc文件的解析,并以友好的界面展示CAN信号,Node,signal,MSG之间的关系的软件。对初入汽车电子行业的新人非常适合,能快速掌握dbc的结构。(dbc文件是vector公司定义的,用来描述单一CAN网络中各逻辑节点信息,依据该文件可以开发出来监视和分析CAN网络中所有逻辑节点的运行状态,也可以是有针对性的ECU通信应用软件。)(DBCView is a parser for dbc file and topology view to display. By the DBCView, user could quickly understand the links between node, message, signal and can bus. DBCView is support training tool for fresh person.(by the way, If you want to know dbc, you could get help from vector ))
- 2018-01-28 15:51:01下载
- 积分:1
-
人工智能里的A-star算法 DStar_5.26
人工智能里的A-star算法,用于机器人的路径规划和寻优.(AI's A-star algorithm for robot path planning and optimization.)
- 2020-07-29 10:58:39下载
- 积分:1
-
1
北航数值分析大作业第一题源代码 visual studio 2013编译并运行通过。(
Northern Numerical analysis of large jobs first question the source code visual studio 2013 to compile and run through.)
- 2013-12-29 12:15:18下载
- 积分:1