-
distanceameasuring
激光测距传感器,使用单片机对传感器测的的数据进行提取并处理得到距离值(laser sensor based distance Measuring device)
- 2020-10-20 11:47:24下载
- 积分:1
-
玩家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
-
theproblemoftheprogram
程序设计问题和学习有效题目,可以有效提高初学者学习能力。(it can inprove the ability of the learners)
- 2010-02-09 11:35:56下载
- 积分:1
-
Delphi Informant Magazine 2000 May
Delphi Informant Magazine 2000 May
- 2022-02-21 04:00:03下载
- 积分:1
-
small-world-networks
复杂网络的小世界模型动态行为的分析,近代复杂网络的开篇(the dynamic of small world network)
- 2012-08-31 15:31:33下载
- 积分:1
-
FlightGear-UDP-communication-CPP
实现FlightGear与外部通信,获得仿真的飞行参数及配置FlightGear。便于基于FlightGear的地面站设计(communication with FlightGear based on UDP in C++)
- 2021-01-06 15:48:53下载
- 积分:1
-
6.串口通讯(Hello BlueTooth4.0)
网蜂科技开发板CC2530F256实现串口通讯(Realization of Watchdog Timing by Network Bee Technology Development Board CC2530F256)
- 2020-06-18 19:00:02下载
- 积分:1
-
OPenGL
MFC下使用OpenGl的方法,这是一个多文档应用程序。(Use OpenGl in MFC,MDI)
- 2015-01-23 09:03:35下载
- 积分:1
-
电子商务 web 项目
电子商务 web 项目
- 2023-07-04 18:05:07下载
- 积分:1
-
a
说明: 将数组a[0]~a[size-1] 中重复的字母删除(仅仅保留第一次出现的字母,后续的重复字母均删除)(The array a [0] ~ a [size-1] Remove duplicate letters (just the first time to retain the letters, follow-up letters were removed duplication))
- 2010-04-15 11:17:06下载
- 积分:1