关于c++的指针数组的练习题?

CreateaStatsclassthatrepresentanarrayofintegersandperformcertainoperationsonthatdataM... Create a Stats class that represent an array of integers and perform certain
operations on that data

Members are: pointer to an array of integers, size of the array

Methods include (at least, you may add any others you need):

i. a private sort method using insertion sort
ii. a default (no parameter constructor)

iii. a destructor
iv. a method that takes and array of integers and its size and

copies it to the internal array
v. methods to find the mean, mode and median of the data in the

internal array
vi. a printData method to print out the array

vii. a printStats method to print out the stats
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏5(财富值+成长值)
明快还顽强的纯真
2014-10-29 · TA获得超过1447个赞
知道大有可为答主
回答量:2329
采纳率:66%
帮助的人:696万
展开全部
个人觉得也有点小麻烦哦.... 这么麻烦, 都懒得给你伪代码了...
你按照它要求一个个做就是啊...
要求那么清晰, 你唯一任务就是实现它.
比如1, 实现一个sort 的私有函数, 用插入排序实现sort...

奇怪的是, stats 是啥玩意? =,=! 统计?状态?? 统计虾米?
更多追问追答
追问
是蛮简单,写完了谢谢
追答
恩,国外上学?汗
最近看到好几个全英文的编程题,奇怪。。。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
splashchaos
2014-10-30 · TA获得超过1.1万个赞
知道大有可为答主
回答量:3342
采纳率:0%
帮助的人:3680万
展开全部
r u sure u gotta everything covered? :-) just kidding, dude.
Were you allowed to use those fancy STL containers & algorithms? if yes, life's much easier.

The tricky part is not how to construct a trivial states class, it is how to get mode. The mode is not necessary to be unique, it could be none, or multiple values. The data series like this one below:
1 2 3 5 6 7
has no mode at all.
But:
1 1 1 2 2 3 4 4 5 5 5
have two modes, 1, 5, with a frequency of 3, respectively.

~Just a friendly reminding. ~_*
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
扈怀炜4h
2014-10-29 · TA获得超过6039个赞
知道大有可为答主
回答量:6907
采纳率:67%
帮助的人:1359万
展开全部
比较麻烦的一个类,要有构造函数、析构函数,运算符重载
追问
还好,我之前有些不太懂,不过已经完成谢谢
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式